Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ functions
Functions
2,714 in github.com/codemistic/Data-Structures-and-Algorithms
⨍
Functions
2,714
◇
Types & classes
687
Function
main
CSES/DP/GridPaths.cpp:51
Function
main
CSES/DP/RemovingDigits.cpp:43
Function
main
CSES/DP/coinCombinations2.cpp:44
Function
main
CSES/DP/DiceCombination.cpp:46
Function
main
CSES/DP/MinimizingCoins.cpp:52
Function
main
CSES/DP/BookShop_MEMO.cpp:48
Function
main
CSES/DP/BookShop_TABU.cpp:51
Function
main
CSES/Intro/CoinPiles.cc:4
Function
main
CSES/Intro/CheesboardAndQueens.cc:41
Function
main
CSES/Intro/GrayCode.cc:4
Function
main
CSES/Intro/DigitQueries.cc:14
Function
main
CSES/Intro/TwoSets.cpp:4
Function
main
CSES/Intro/TowerH.cc:19
Function
main
CSES/Intro/Palindrome.cc:4
Function
main
CSES/Intro/GridPaths.cc:50
Function
main
Driver's code
CPP/Kruskal's_Algorithm.cpp:94
Function
main
CPP/Decimal_to_Binary.cpp:12
Function
main
CPP/BFS_AND_DFS.cpp:73
Function
main
CPP/trappingWaterProblem.cpp:43
Function
main
CPP/collatz.cpp:65
Function
main
CPP/OptimizedExponentOfTwoCheck.cpp:8
Function
main
CPP/SPOJ_ADAFRIEN.cpp:36
Function
main
CPP/MatrixTraversing.cpp:46
Function
main
CPP/Brian_Kernighan’s_algorithm.cpp:29
Function
main
Driver program
CPP/Greedy_algorithm.cpp:29
Function
main
CPP/graphseries.cpp:562
Function
main
CPP/k_th_arrays.cpp:24
Function
main
Driver Code
CPP/Sieve of Eratosthenes.cpp:31
Function
main
CPP/class of book.cpp:27
Function
main
CPP/binarytreeuse.cpp:532
Function
main
CPP/findSum.cpp:22
Function
main
CPP/LINKED LIST/Linked_list.cpp:141
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle.cpp:106
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test.cpp:108
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test5.cpp:40
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle_practice.cpp:158
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/detectloop.cpp:79
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/find_begeningof_circle.cpp:134
Function
main
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test3.cpp:15
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Odd_Pairs.cpp:16
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/reverseklinked.cpp:74
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Car_Trip.cpp:11
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Greater_Average.cpp:13
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leetcodeq.cpp:5
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leetcode92.cpp:95
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leetcode_82.cpp:81
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/removedup.cpp:63
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/merge_two_linked.cpp:32
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/delete_unsorted.cpp:97
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Weights.cpp:20
Function
main
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leet_code_82.cpp:100
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode83.cpp:59
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/linkedlistF.cpp:129
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode25.cpp:71
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/test.cpp:5
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode92.cpp:67
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/dummy_node.cpp:154
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/linkedlisttpractice.cpp:113
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Insertion of node at tail of LinkedList.cpp:53
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/powerfunc.cpp:26
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/test.cpp:5
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/leetcodequestion.cpp:5
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/merge_two_linkedlist.cpp:30
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/Sliding Window Problem/TEST.cpp:6
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/Sliding Window Problem/maxmin_sum.cpp:33
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/Sliding Window Problem/subarraysum.cpp:31
Function
main
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/Sliding Window Problem/sliding_window_2.cpp:35
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/doublyreverselinked.cpp:80
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/doublylinkedlistpractice.cpp:82
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/doublylinkedlist.cpp:110
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/microsoftquestion.cpp:96
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/removenthnode.cpp:106
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/test.cpp:5
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/test7.cpp:18
Function
main
CPP/LINKED LIST/DOUBLY LINKED LIST/middleoflinkedlist.cpp:137
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/reverse_linkedlist.cpp:86
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinkedliist.cpp:113
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinked2.cpp:84
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/test2.cpp:96
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlindedlist.cpp:52
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/test.cpp:15
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/test4.cpp:60
Function
main
CPP/LINKED LIST/CIRCULAR LINKED LIST/test7.cpp:5
Function
main
CPP/LINKED LIST/CIRCULAR LOOP CONCEPTS/checkcircular.cpp:98
Function
main
CPP/arrays/KthSmallest.cpp:73
Function
main
CPP/arrays/Max_Consecutive_Ones.cpp:18
Function
main
CPP/arrays/Two sum 2/twoSum.cpp:22
Function
main
CPP/arrays/1. Set Matrix Zero/SetMatrixZero.cpp:36
Function
main
{ Driver Code Starts.
CPP/Leetcode/Matrix Exponentiation - GFG/matrix-exponentiation.cpp:37
Function
main
CPP/graph_tree/Detect a cycle in a graph.cpp:59
Function
main
CPP/graph_tree/dfs.cpp:29
Function
main
CPP/graph_tree/bfs.cpp:41
Function
main
Driver program to test above functions
CPP/graph_tree/LCA_Binary-tree.cpp:71
Function
main
Driver code
CPP/graph_tree/Check for bipertite.cpp:73
Function
main
CPP/graph_tree/Prim-Algo.cpp:4
Function
main
CPP/graph_tree/Bellman-Ford-Algorithm.cpp:14
Function
main
CPP/graph_tree/articulation_Point.cpp:39
Function
main
CPP/graph_tree/Topological_Sort.cpp:75
Function
main
CPP/graph_tree/adjacency_matrix.cpp:9
Function
main
CPP/graph_tree/Kruskal-Algo.cpp:37
← previous
next →
1,801–1,900 of 2,714, ranked by callers