Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
/ functions
Functions
2,762 in github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
⨍
Functions
2,762
◇
Types & classes
612
↓ 2 callers
Function
search
Data Structures/Tree/C++/Binary_Search_Tree.cpp:108
↓ 2 callers
Function
search
Returns true if key presents in trie, else false
Gfg/C++/trie-insert-and-search.cpp:53
↓ 2 callers
Function
show
Function to print nodes in a given linked list */
Data Structures/LinkedList/C/PairwiseSwap.c:73
↓ 2 callers
Function
show
Function to Display Nodes of a Linked List */
Data Structures/LinkedList/C/odd_even_seggregate.c:51
↓ 2 callers
Function
show
DISPLAY LIST
Data Structures/LinkedList/C/remove_dup.c:44
↓ 2 callers
Function
split
Hackerank/C++/Arrays Left Rotation.cpp:97
↓ 2 callers
Function
split
Hackerank/C++/Bill Division.cpp:113
↓ 2 callers
Function
split
Hackerank/C++/The Hurdle Race.cpp:119
↓ 2 callers
Function
split
Hackerank/C++/Divisible Sum Pairs.cpp:112
↓ 2 callers
Function
split
Hackerank/C++/Angry Professor.cpp:122
↓ 2 callers
Function
split_string
Hackerank/C++/Jumping on the Clouds- Revisited.cpp:79
↓ 2 callers
Function
swap
Algorithms/rotate90.cpp:3
↓ 2 callers
Function
swap
Algorithms/Miscellaneous/C++/Dutch National Flag Algorithm.cpp.cpp:9
↓ 2 callers
Function
swap
function to swap elements
Algorithms/Searching and Sorting/C++/BubbleSort_Comparisons_Count.cpp:5
↓ 2 callers
Function
swap
A utility function to swap two elements
Algorithms/Searching and Sorting/C++/Quick Sort.cpp:6
↓ 2 callers
Function
swap
Function to invert a given binary tree using preorder traversal
Leetcode/C++/Invert binary tree.cpp:42
↓ 2 callers
Function
swap
Function for Swapping */
Data Structures/LinkedList/C/PairwiseSwap.c:40
↓ 2 callers
Function
swap
Function to swap elements A[i] and A[j] in an array
Gfg/C/Sort_in_linear_time.c:4
↓ 2 callers
Method
swap
(char[] charArr, int i, int j)
Algorithms/Backtracking/Print_all_permutations_of_a_String.java:41
↓ 2 callers
Method
swap
(int arr[], int i)
Gfg/Java/wave_array.java:14
↓ 2 callers
Function
transpose
another function we are calling
Algorithms/rotate90.cpp:33
↓ 1 callers
Method
AddWeightedEdge
Algorithms/Graph/C++/Krushal's Algo.cpp:33
↓ 1 callers
Method
AllIndices
(int[] arr, int x, int start, int tot)
Gfg/Java/All indices of number in an array.java:11
↓ 1 callers
Method
Anagram
(String fix , String s)
Gfg/Java/Anagram_Recursion.java:3
↓ 1 callers
Method
ArrayRotate
(int arr[], int n)
Gfg/Java/LeftRotationOfArray.java:6
↓ 1 callers
Function
Array_Dequeue
Data Structures/Queue/C++/Priority_Queue.cpp:103
↓ 1 callers
Function
Array_Display
Data Structures/Queue/C++/Priority_Queue.cpp:142
↓ 1 callers
Function
Array_Enqueue
Data Structures/Queue/C++/Priority_Queue.cpp:89
↓ 1 callers
Function
Array_Implementation
Data Structures/Queue/C++/Priority_Queue.cpp:156
↓ 1 callers
Function
BFS_traversal
BFS traversal is similar to the Level Order Traversal. We will travel the tree row wise i.e. first row then second and so on. So first, we will push r
Data Structures/Tree/C++/BST Binary Tree.cpp:34
↓ 1 callers
Function
BellmanFord
Algorithms/Graph/C++/BellmanFord.cpp:18
↓ 1 callers
Function
BellmanFord
Function for the implementation of Bellman Ford Algorithm */
Algorithms/Dynamic Problems/C/bellmanford.c:47
↓ 1 callers
Function
BellmanFord
This is a function to run the Bellman Ford algorithm
Gfg/Negative_weight_cycle.cpp:35
↓ 1 callers
Method
BellmanFord
(Graph graph, int src)
Gfg/Java/Bellman_Ford.java:28
↓ 1 callers
Function
BinarySearch
Algorithms/Searching and Sorting/C++/Ubiquittous_Binary_Search.cpp:4
↓ 1 callers
Function
Bipartite_using_DFS
Data Structures/Graph/C++/Bipartite_using_DFS.cpp:50
↓ 1 callers
Function
Bucket_Sort
Algorithms/Searching and Sorting/C++/bucket_sort.cpp:27
↓ 1 callers
Function
CRT
Algorithms/Miscellaneous/C++/Chinese_Remainder_Theorem.cpp:56
↓ 1 callers
Function
CalcAbsDiff
Data Structures/Array/C++/max-absolute-difference.cpp:33
↓ 1 callers
Method
CalcDayOfWeek
Gfg/C++/Day_of_the_week.cpp:21
↓ 1 callers
Function
CalcSCSLength
Leetcode/C++/ShortestCommonSupersequence.cpp:26
↓ 1 callers
Method
CalculateVolume
Hackerank/C++/Box It.cpp:44
↓ 1 callers
Function
Check_Symmetry
This function checks if given binary tree is symmetrical
Data Structures/Tree/C++/Binary_Tree_Symmetric_or_not.cpp:61
↓ 1 callers
Function
Coin_Change
(V)
Codeforces/Python/Indian Coin Change.py:4
↓ 1 callers
Function
ConvertToBase
(num, base)
Hackerank/Python/Digit Power Sum.py:5
↓ 1 callers
Method
DFS
Algorithms/Graph/C++/DFSGraphValidation.cpp:48
↓ 1 callers
Method
DFS
(int v)
Gfg/Java/implement dfs.java:53
↓ 1 callers
Method
DFSUtil
(int v, boolean visited[])
Gfg/Java/implement dfs.java:33
↓ 1 callers
Function
DigitFrequency
(string)
Hackerank/Python/DigitFreq.py:4
↓ 1 callers
Function
Dijkstra
Method to implement Dijsktra -Shortest path algorithm */
Algorithms/Greedy Algorithms/C/dijsktra_algo.c:27
↓ 1 callers
Function
Display
Data Structures/Stack/C++/Reverse_ll_using_Stack.cpp:66
↓ 1 callers
Method
Display
()
Data Structures/Stack/Java/StackArray.java:46
↓ 1 callers
Function
Dutch_National_Flag_Algorithm
Algorithms/Miscellaneous/C++/Dutch National Flag Algorithm.cpp.cpp:16
↓ 1 callers
Function
EqualPartition
Algorithms/Dynamic Problems/C++/Equal_sum_Partition.cpp:20
↓ 1 callers
Function
FinalSolution
Function to print the final distance Array */
Algorithms/Dynamic Problems/C/bellmanford.c:38
↓ 1 callers
Function
FloydWarshall
dist[][] will be the output matrix that will finally have the shortest distances between every pair of vertices
Algorithms/Dynamic Problems/Python/FlodyWarshall.py:15
↓ 1 callers
Method
Form
(self,word,Dict,cache)
Algorithms/Miscellaneous/Python/Concatenation.py:6
↓ 1 callers
Function
GCD_Helper
Codechef/C++/BugCrush 2 Question 3 (BUGC203).cpp:9
↓ 1 callers
Function
Good_or_Bad
function to check whether the string is good or bad
Gfg/C++/Good_or_Bad_String.cpp:18
↓ 1 callers
Function
HailstoneSequence
Algorithms/Miscellaneous/C++/hailstone_sequence.cpp:13
↓ 1 callers
Function
Histogram
Data Structures/Stack/C++/largest_rectangle.cpp:14
↓ 1 callers
Function
InsBeg
Hackerank/C/Merge two sorted linkedlist.c:80
↓ 1 callers
Function
Insert
Function for Inserting Nodes in a Tree */
Data Structures/Tree/C/Morris.c:27
↓ 1 callers
Method
Insert
inserting key
Algorithms/Hashing Techniques/Chaining.cpp:41
↓ 1 callers
Method
Insert
Data Structures/Array/C++/Hashing_with_arrays.cpp:40
↓ 1 callers
Function
Insertion_Sort
to sort the individual bucket
Algorithms/Searching and Sorting/C++/bucket_sort.cpp:14
↓ 1 callers
Method
JobScheduling
Function to find the maximum profit and the number of jobs done.
Gfg/C++/Job Sequencing Problem.cpp:34
↓ 1 callers
Function
KMPSearch
(pat, txt)
Algorithms/Searching and Sorting/Python/KMP_Algorithm.py:23
↓ 1 callers
Function
KMPSearch
Prints occurrences of text[] in pattern[]
Algorithms/Searching and Sorting/C++/KmpAlgorithm.cpp:46
↓ 1 callers
Method
KruskalMST
()
Algorithms/Greedy Algorithms/Java/Kruskal’s Minimum Spanning Tree Algorithm.java:81
↓ 1 callers
Function
KthSmallestElement
Return the Kth smallest element in the given BST
Gfg/C++/k-th_smallest_element_in_BST.cpp:46
↓ 1 callers
Function
LCS
Leetcode/C++/ShortestCommonSupersequence.cpp:8
↓ 1 callers
Function
LCS
Leetcode/C++/LongestCommonSubsequence.cpp:11
↓ 1 callers
Function
LL_Dequeue
Data Structures/Queue/C++/Priority_Queue.cpp:242
↓ 1 callers
Function
LL_Display
Data Structures/Queue/C++/Priority_Queue.cpp:258
↓ 1 callers
Function
LL_Enqueue
Data Structures/Queue/C++/Priority_Queue.cpp:197
↓ 1 callers
Function
LL_Representation
Data Structures/Queue/C++/Priority_Queue.cpp:275
↓ 1 callers
Method
Least_Common_ancestor
(Node root,int num1,int num2)
Gfg/Java/Node_Distance_BST.java:10
↓ 1 callers
Function
Longestsub
Algorithms/Dynamic Problems/C++/Longestsubarray.cpp:5
↓ 1 callers
Method
Merge
Leetcode/C++/SkyLine.cpp:95
↓ 1 callers
Function
MergePoint
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:90
↓ 1 callers
Method
Min
( int n,int a[],int m)
Gfg/Java/ChocolateDistribution.java:16
↓ 1 callers
Function
Morris
Morris Inorder Traversal */
Data Structures/Tree/C/Morris.c:48
↓ 1 callers
Function
NthUglyNo
Function to get the nth ugly number */
Gfg/C++/uglynum.cpp:29
↓ 1 callers
Function
Nth_ugly_num
(n)
Gfg/Python/ugly_num.py:28
↓ 1 callers
Function
Pascal
(n)
Gfg/Python/pascal.py:16
↓ 1 callers
Method
QueensCombination
(boolean[] boxes,int qpsf,int tq,String ans,int lastBoxUsed)
Algorithms/Backtracking/Java/nQueensPermutationCombination.java:35
↓ 1 callers
Method
QueensPermutation
(boolean[] boxes,int qpsf,int tq,String ans)
Algorithms/Backtracking/Java/nQueensPermutationCombination.java:19
↓ 1 callers
Method
Remove
Data Structures/Array/C++/Hashing_with_arrays.cpp:78
↓ 1 callers
Function
RestoreHeapDown
function to heapify the heap by restoring node down
Algorithms/Searching and Sorting/C++/heapSort.cpp:20
↓ 1 callers
Function
RestoreHeapUp
function to heapify the heap by restoring node up
Algorithms/Searching and Sorting/C++/heapSort.cpp:8
↓ 1 callers
Function
Reverse
Data Structures/LinkedList/C/Operations_on_linkedlist.c:352
↓ 1 callers
Function
Search
Data Structures/LinkedList/C/Operations_on_linkedlist.c:372
↓ 1 callers
Method
SeiveOfEratosthenes
(int n)
Algorithms/Miscellaneous/Java/SeiveOfEratosthenes.java:7
↓ 1 callers
Function
ShellSort
Algorithms/Searching and Sorting/C++/Shell_Sort.cpp:3
↓ 1 callers
Function
SieveOfEratosthenes
(n)
Algorithms/Miscellaneous/Python/Sieve_of_Eratosthenes.py:4
↓ 1 callers
Function
SieveOfEratosthenes
Algorithms/Miscellaneous/C++/Sieve_of_Eratosthenes.cpp:10
↓ 1 callers
Function
SieveOfEratosthenes
Algorithms/Miscellaneous/C++/Sieve of Eratosthenes.cpp:8
↓ 1 callers
Function
SieveOfEratosthenes
(n)
Gfg/Python/sieve_of_eratosthenes.py:2
↓ 1 callers
Function
SieveOfEratosthenes
Gfg/C++/Sieve of Eratosthenes.cpp:17
← previous
next →
301–400 of 2,762, ranked by callers