Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ functions
Functions
4,122 in github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
⨍
Functions
4,122
◇
Types & classes
941
↳
Endpoints
3
↓ 1 callers
Function
Insert
10. Linked List/cpp/no. of nodes and min and max node.cpp:14
↓ 1 callers
Method
Insert
08. Hashing/HashingArrayProblem.cpp:29
↓ 1 callers
Method
Insert
08. Hashing/Implementation_hash_tables.cpp:29
↓ 1 callers
Function
InsertRedBlack
14. Tree/red_black_tree.c:55
↓ 1 callers
Method
IsEmpty
11. Stack/simple_stack.cpp:25
↓ 1 callers
Method
IsFull
11. Stack/simple_stack.cpp:16
↓ 1 callers
Function
KMPSearch
Prints occurrences of txt[] in pat[]
09. String/KMP_Algorithm.cpp:42
↓ 1 callers
Function
KMPSearch
09. String/kmp_algo_string_pattern_match.cpp:6
↓ 1 callers
Function
KadaneAlgo
27. LeetCode Problems/KadanesAlgo.c:5
↓ 1 callers
Function
KruskalMST
17. Graph/Kruskal's Algo.c:80
↓ 1 callers
Function
KuchKuchHotaHai
05. Searching/Binary_Search_Invariant.cpp:46
↓ 1 callers
Function
LCA
14. Tree/Shortest_distance_between_2nodes.cpp:21
↓ 1 callers
Function
LCP
Function to find the longest common prefix between two strings
03. Recursion/LongestCommonPrefix (LCP).cpp:7
↓ 1 callers
Function
LCSubStr
30. CPP Programs/codechef LNGSUB solution.cpp:55
↓ 1 callers
Function
Largest_Sum_Kadane
04. Arrays/Largest_Sum_Of_Subarray_Kadane_Algorithm.cpp:4
↓ 1 callers
Function
MatrixChainOrder
30. CPP Programs/Matrix_chain_Multiplication.cpp:45
↓ 1 callers
Function
MatrixChainOrder
Matrix Ai has dimension p[i-1] x p[i] for i = 1..n
07. Matrix/matrix_chain_multiplication_dnc.cpp:6
↓ 1 callers
Function
MaxSumSubArray
20. Dynamic Programming/finding_max_grid_problem.cpp:10
↓ 1 callers
Function
Maximum_of_every_subarray
16. Heap/maximum-of-all-subarrays-of-size-k.cpp:4
↓ 1 callers
Function
Merge
Merge two sorted subarrays `arr[low … mid]` and `arr[mid+1 … high]`
06. Sorting/Merge sort.c:8
↓ 1 callers
Method
MiniMax
(self, board, depth, isMaximizing)
37. Projects/tic_tac_toe_AI.py:109
↓ 1 callers
Function
Minimum_Window
Function
09. String/MinimumWindowSubstring.cpp:5
↓ 1 callers
Method
MissingNumber
01. Mathematics/12_Missing-number-in-array.cpp:33
↓ 1 callers
Method
NumberofElementsInIntersection
08. Hashing/Intersection of two arrays.cpp:6
↓ 1 callers
Function
OctToDec
01. Mathematics/Octal To Decimal Conversion.cpp:18
↓ 1 callers
Function
OctToDec
01. Mathematics/22_OctalToDecimal.cpp:18
↓ 1 callers
Method
POP
()
11. Stack/MenuDrivenStack.java:41
↓ 1 callers
Method
PUSH
(int val)
11. Stack/MenuDrivenStack.java:34
↓ 1 callers
Function
PigSort
04. Arrays/Pigeohole Sort.cpp:4
↓ 1 callers
Function
PrimeSieve
30. CPP Programs/prime_sieve_algorithm.cpp:4
↓ 1 callers
Function
PrintTree
14. Tree/red_black_tree.c:162
↓ 1 callers
Function
Query
22. Segment Tree/seg.cpp:44
↓ 1 callers
Method
Remove
08. Hashing/Implementation_hash_tables.cpp:48
↓ 1 callers
Function
Reset
(label)
33. Python Programs/stopwatch.py:55
↓ 1 callers
Function
Reverse
10. Linked List/cpp/FoldLL.cpp:64
↓ 1 callers
Function
ReverseList
10. Linked List/cpp/Circular_Double_List.cpp:128
↓ 1 callers
Function
Right_rotate
30. CPP Programs/rotationArray.cpp:15
↓ 1 callers
Method
SHOW
()
11. Stack/MenuDrivenStack.java:47
↓ 1 callers
Method
STACK_EMPTY
()
11. Stack/MenuDrivenStack.java:14
↓ 1 callers
Method
STACK_FULL
()
11. Stack/MenuDrivenStack.java:24
↓ 1 callers
Function
Search
10. Linked List/LinkedListMenu.cpp:165
↓ 1 callers
Function
ShowMap
30. CPP Programs/PACMAN.cpp:31
↓ 1 callers
Function
ShowMap
37. Projects/Mini Project/PACMAN.cpp:31
↓ 1 callers
Function
Sieve
29. Codeforces Problems/B_Omkar_and_Heavenly_Tree.cpp:37
↓ 1 callers
Function
SieveOfEratosthenes
01. Mathematics/sieve_of_eratosthenes.cpp:7
↓ 1 callers
Method
Size
11. Stack/Stack Using Array.cpp:17
↓ 1 callers
Method
Sort
(int a[])
06. Sorting/Insertion_sort.java:6
↓ 1 callers
Function
Start
(label)
33. Python Programs/stopwatch.py:36
↓ 1 callers
Function
Union
17. Graph/kruskals.cpp:16
↓ 1 callers
Function
Union
A function that does union of two sets of x and y (uses union by rank)
17. Graph/kragers.c:95
↓ 1 callers
Function
Union
17. Graph/Kruskal's Algo.c:46
↓ 1 callers
Function
Update
15. Binary Search Tree/Binary-Search-Tree-implementation (1).cpp:57
↓ 1 callers
Method
__get_integer_from_string
* @brief Get integer from given string. * @details Create an integer from a given string * @param str integer string, can be hexadecimal (st
30. CPP Programs/uint128_t.hpp:69
↓ 1 callers
Method
__init__
(self, board)
37. Projects/tic_tac_toe_AI.py:28
↓ 1 callers
Function
_mergeSort
An auxiliary recursive function that sorts the input array and returns the number of inversions in the array. */
06. Sorting/CountInversions.cpp:30
↓ 1 callers
Method
absolute
01. Mathematics/6_AbsoluteValue.cpp:12
↓ 1 callers
Method
accept
06. Sorting/Quick_sort.cpp:14
↓ 1 callers
Method
accept
06. Sorting/Insertion_sort.cpp:13
↓ 1 callers
Function
accessElements
(array, rowIndex, colIndex)
04. Arrays/TwoDimensionalArrays.py:18
↓ 1 callers
Function
add
10. Linked List/c lang/DoublyLinkedList/Deleting.c:24
↓ 1 callers
Function
add
10. Linked List/c lang/DoublyLinkedList/Traversing.c:11
↓ 1 callers
Function
add
10. Linked List/c lang/CircularDoublyLinkedList/Deleting.c:24
↓ 1 callers
Function
add
10. Linked List/c lang/CircularDoublyLinkedList/Traversing.c:12
↓ 1 callers
Function
add
10. Linked List/c lang/SinglyLinkedList/Deleting.c:23
↓ 1 callers
Function
add
10. Linked List/c lang/CircularLinkedList/Deleting.c:24
↓ 1 callers
Function
add
10. Linked List/c lang/CircularLinkedList/Traversing.c:11
↓ 1 callers
Method
add
to add values to the tree from index x
26. Fenwick Tree/fenwick.cpp:35
↓ 1 callers
Method
addAt
(int idx, int val)
10. Linked List/java/middle of linked list.java:100
↓ 1 callers
Function
addEdge
17. Graph/dfs_connected_components.cpp:45
↓ 1 callers
Method
addEdge
20. Dynamic Programming/floyd_warshall.cpp:26
↓ 1 callers
Function
addId
(i)
37. Projects/Javascript Puzzle Memory Game/script.js:24
↓ 1 callers
Function
addLists
10. Linked List/cpp/1_Add Two Numbers.cpp:24
↓ 1 callers
Method
addNode
10. Linked List/cpp/xorlist.cpp:49
↓ 1 callers
Function
addPolynomial
10. Linked List/cpp/polynomialSumByLinkedList.cpp:59
↓ 1 callers
Method
add_edge
* Adding Edge to Graph */
30. CPP Programs/AdjacencyMatrix.cpp:35
↓ 1 callers
Method
additem
()
32. Java Programs/hotelManagement.java:546
↓ 1 callers
Function
addition
30. CPP Programs/Calculator.c:101
↓ 1 callers
Function
addmatrix
30. CPP Programs/matrixmul.c:22
↓ 1 callers
Method
adminmenu
()
32. Java Programs/hotelManagement.java:121
↓ 1 callers
Function
answer
22. Segment Tree/max sum subarray from l to r.cpp:70
↓ 1 callers
Function
append
10. Linked List/cpp/Circular_Double_List.cpp:23
↓ 1 callers
Method
append
(LinkedList list)
10. Linked List/java/LinkedList.java:150
↓ 1 callers
Function
append_LinkedList
10. Linked List/cpp/AppendLastNToFirst.cpp:41
↓ 1 callers
Function
areIdentical
A utility function to check whether trees with roots as root1 and root2 are identical or not */
14. Tree/check_binary_tree_subtree.cpp:19
↓ 1 callers
Method
arrange
arr: input array n: size of array Function to rearrange an array so that arr[i] becomes arr[arr[i]] with O(1) extra space.
04. Arrays/Rearrange an array with O(1) extra space.cpp:57
↓ 1 callers
Function
asc_search
05. Searching/order-agnostic-search.cpp:6
↓ 1 callers
Function
assignColor
(i)
37. Projects/Javascript Puzzle Memory Game/script.js:28
↓ 1 callers
Method
bSort
(int[] arr, int n)
06. Sorting/countSort.java:5
↓ 1 callers
Function
bal_parentheses
(test_str)
11. Stack/parenthesis-checker.py:1
↓ 1 callers
Function
balanced
27. LeetCode Problems/GenerateParenthesis.cpp:5
↓ 1 callers
Method
bark
30. CPP Programs/Mutilevel inheritance.cpp:13
↓ 1 callers
Function
bf_traversal
17. Graph/Breadth First Search.c:35
↓ 1 callers
Function
bfs
14. Tree/BinaryTree_BFS_Traversal.cpp:93
↓ 1 callers
Function
bfs
29. Codeforces Problems/813C.cpp:38
↓ 1 callers
Function
bfs
17. Graph/BFS graph.c:5
↓ 1 callers
Function
bfs
17. Graph/traversalbfs.cpp:9
↓ 1 callers
Function
bfs
17. Graph/BFS graph.cpp:4
↓ 1 callers
Function
bfs
17. Graph/Breadth First Search.c:49
↓ 1 callers
Function
bfs
17. Graph/Check_Bipartite_BFS.cpp:35
↓ 1 callers
Function
bfs
17. Graph/Labyrinth.cpp:27
← previous
next →
601–700 of 4,122, ranked by callers