MCPcopy Create free account

hub / github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice / functions

Functions2,762 in github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice

↓ 2 callersFunctionsearch
Data Structures/Tree/C++/Binary_Search_Tree.cpp:108
↓ 2 callersFunctionsearch
Returns true if key presents in trie, else false
Gfg/C++/trie-insert-and-search.cpp:53
↓ 2 callersFunctionshow
Function to print nodes in a given linked list */
Data Structures/LinkedList/C/PairwiseSwap.c:73
↓ 2 callersFunctionshow
Function to Display Nodes of a Linked List */
Data Structures/LinkedList/C/odd_even_seggregate.c:51
↓ 2 callersFunctionshow
DISPLAY LIST
Data Structures/LinkedList/C/remove_dup.c:44
↓ 2 callersFunctionsplit
Hackerank/C++/Arrays Left Rotation.cpp:97
↓ 2 callersFunctionsplit
Hackerank/C++/Bill Division.cpp:113
↓ 2 callersFunctionsplit
Hackerank/C++/The Hurdle Race.cpp:119
↓ 2 callersFunctionsplit
Hackerank/C++/Divisible Sum Pairs.cpp:112
↓ 2 callersFunctionsplit
Hackerank/C++/Angry Professor.cpp:122
↓ 2 callersFunctionsplit_string
Hackerank/C++/Jumping on the Clouds- Revisited.cpp:79
↓ 2 callersFunctionswap
Algorithms/rotate90.cpp:3
↓ 2 callersFunctionswap
Algorithms/Miscellaneous/C++/Dutch National Flag Algorithm.cpp.cpp:9
↓ 2 callersFunctionswap
function to swap elements
Algorithms/Searching and Sorting/C++/BubbleSort_Comparisons_Count.cpp:5
↓ 2 callersFunctionswap
A utility function to swap two elements
Algorithms/Searching and Sorting/C++/Quick Sort.cpp:6
↓ 2 callersFunctionswap
Function to invert a given binary tree using preorder traversal
Leetcode/C++/Invert binary tree.cpp:42
↓ 2 callersFunctionswap
Function for Swapping */
Data Structures/LinkedList/C/PairwiseSwap.c:40
↓ 2 callersFunctionswap
Function to swap elements A[i] and A[j] in an array
Gfg/C/Sort_in_linear_time.c:4
↓ 2 callersMethodswap
(char[] charArr, int i, int j)
Algorithms/Backtracking/Print_all_permutations_of_a_String.java:41
↓ 2 callersMethodswap
(int arr[], int i)
Gfg/Java/wave_array.java:14
↓ 2 callersFunctiontranspose
another function we are calling
Algorithms/rotate90.cpp:33
↓ 1 callersMethodAddWeightedEdge
Algorithms/Graph/C++/Krushal's Algo.cpp:33
↓ 1 callersMethodAllIndices
(int[] arr, int x, int start, int tot)
Gfg/Java/All indices of number in an array.java:11
↓ 1 callersMethodAnagram
(String fix , String s)
Gfg/Java/Anagram_Recursion.java:3
↓ 1 callersMethodArrayRotate
(int arr[], int n)
Gfg/Java/LeftRotationOfArray.java:6
↓ 1 callersFunctionArray_Dequeue
Data Structures/Queue/C++/Priority_Queue.cpp:103
↓ 1 callersFunctionArray_Display
Data Structures/Queue/C++/Priority_Queue.cpp:142
↓ 1 callersFunctionArray_Enqueue
Data Structures/Queue/C++/Priority_Queue.cpp:89
↓ 1 callersFunctionArray_Implementation
Data Structures/Queue/C++/Priority_Queue.cpp:156
↓ 1 callersFunctionBFS_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 callersFunctionBellmanFord
Algorithms/Graph/C++/BellmanFord.cpp:18
↓ 1 callersFunctionBellmanFord
Function for the implementation of Bellman Ford Algorithm */
Algorithms/Dynamic Problems/C/bellmanford.c:47
↓ 1 callersFunctionBellmanFord
This is a function to run the Bellman Ford algorithm
Gfg/Negative_weight_cycle.cpp:35
↓ 1 callersMethodBellmanFord
(Graph graph, int src)
Gfg/Java/Bellman_Ford.java:28
↓ 1 callersFunctionBinarySearch
Algorithms/Searching and Sorting/C++/Ubiquittous_Binary_Search.cpp:4
↓ 1 callersFunctionBipartite_using_DFS
Data Structures/Graph/C++/Bipartite_using_DFS.cpp:50
↓ 1 callersFunctionBucket_Sort
Algorithms/Searching and Sorting/C++/bucket_sort.cpp:27
↓ 1 callersFunctionCRT
Algorithms/Miscellaneous/C++/Chinese_Remainder_Theorem.cpp:56
↓ 1 callersFunctionCalcAbsDiff
Data Structures/Array/C++/max-absolute-difference.cpp:33
↓ 1 callersMethodCalcDayOfWeek
Gfg/C++/Day_of_the_week.cpp:21
↓ 1 callersFunctionCalcSCSLength
Leetcode/C++/ShortestCommonSupersequence.cpp:26
↓ 1 callersMethodCalculateVolume
Hackerank/C++/Box It.cpp:44
↓ 1 callersFunctionCheck_Symmetry
This function checks if given binary tree is symmetrical
Data Structures/Tree/C++/Binary_Tree_Symmetric_or_not.cpp:61
↓ 1 callersFunctionCoin_Change
(V)
Codeforces/Python/Indian Coin Change.py:4
↓ 1 callersFunctionConvertToBase
(num, base)
Hackerank/Python/Digit Power Sum.py:5
↓ 1 callersMethodDFS
Algorithms/Graph/C++/DFSGraphValidation.cpp:48
↓ 1 callersMethodDFS
(int v)
Gfg/Java/implement dfs.java:53
↓ 1 callersMethodDFSUtil
(int v, boolean visited[])
Gfg/Java/implement dfs.java:33
↓ 1 callersFunctionDigitFrequency
(string)
Hackerank/Python/DigitFreq.py:4
↓ 1 callersFunctionDijkstra
Method to implement Dijsktra -Shortest path algorithm */
Algorithms/Greedy Algorithms/C/dijsktra_algo.c:27
↓ 1 callersFunctionDisplay
Data Structures/Stack/C++/Reverse_ll_using_Stack.cpp:66
↓ 1 callersMethodDisplay
()
Data Structures/Stack/Java/StackArray.java:46
↓ 1 callersFunctionDutch_National_Flag_Algorithm
Algorithms/Miscellaneous/C++/Dutch National Flag Algorithm.cpp.cpp:16
↓ 1 callersFunctionEqualPartition
Algorithms/Dynamic Problems/C++/Equal_sum_Partition.cpp:20
↓ 1 callersFunctionFinalSolution
Function to print the final distance Array */
Algorithms/Dynamic Problems/C/bellmanford.c:38
↓ 1 callersFunctionFloydWarshall
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 callersMethodForm
(self,word,Dict,cache)
Algorithms/Miscellaneous/Python/Concatenation.py:6
↓ 1 callersFunctionGCD_Helper
Codechef/C++/BugCrush 2 Question 3 (BUGC203).cpp:9
↓ 1 callersFunctionGood_or_Bad
function to check whether the string is good or bad
Gfg/C++/Good_or_Bad_String.cpp:18
↓ 1 callersFunctionHailstoneSequence
Algorithms/Miscellaneous/C++/hailstone_sequence.cpp:13
↓ 1 callersFunctionHistogram
Data Structures/Stack/C++/largest_rectangle.cpp:14
↓ 1 callersFunctionInsBeg
Hackerank/C/Merge two sorted linkedlist.c:80
↓ 1 callersFunctionInsert
Function for Inserting Nodes in a Tree */
Data Structures/Tree/C/Morris.c:27
↓ 1 callersMethodInsert
inserting key
Algorithms/Hashing Techniques/Chaining.cpp:41
↓ 1 callersMethodInsert
Data Structures/Array/C++/Hashing_with_arrays.cpp:40
↓ 1 callersFunctionInsertion_Sort
to sort the individual bucket
Algorithms/Searching and Sorting/C++/bucket_sort.cpp:14
↓ 1 callersMethodJobScheduling
Function to find the maximum profit and the number of jobs done.
Gfg/C++/Job Sequencing Problem.cpp:34
↓ 1 callersFunctionKMPSearch
(pat, txt)
Algorithms/Searching and Sorting/Python/KMP_Algorithm.py:23
↓ 1 callersFunctionKMPSearch
Prints occurrences of text[] in pattern[]
Algorithms/Searching and Sorting/C++/KmpAlgorithm.cpp:46
↓ 1 callersMethodKruskalMST
()
Algorithms/Greedy Algorithms/Java/Kruskal’s Minimum Spanning Tree Algorithm.java:81
↓ 1 callersFunctionKthSmallestElement
Return the Kth smallest element in the given BST
Gfg/C++/k-th_smallest_element_in_BST.cpp:46
↓ 1 callersFunctionLCS
Leetcode/C++/ShortestCommonSupersequence.cpp:8
↓ 1 callersFunctionLCS
Leetcode/C++/LongestCommonSubsequence.cpp:11
↓ 1 callersFunctionLL_Dequeue
Data Structures/Queue/C++/Priority_Queue.cpp:242
↓ 1 callersFunctionLL_Display
Data Structures/Queue/C++/Priority_Queue.cpp:258
↓ 1 callersFunctionLL_Enqueue
Data Structures/Queue/C++/Priority_Queue.cpp:197
↓ 1 callersFunctionLL_Representation
Data Structures/Queue/C++/Priority_Queue.cpp:275
↓ 1 callersMethodLeast_Common_ancestor
(Node root,int num1,int num2)
Gfg/Java/Node_Distance_BST.java:10
↓ 1 callersFunctionLongestsub
Algorithms/Dynamic Problems/C++/Longestsubarray.cpp:5
↓ 1 callersMethodMerge
Leetcode/C++/SkyLine.cpp:95
↓ 1 callersFunctionMergePoint
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:90
↓ 1 callersMethodMin
( int n,int a[],int m)
Gfg/Java/ChocolateDistribution.java:16
↓ 1 callersFunctionMorris
Morris Inorder Traversal */
Data Structures/Tree/C/Morris.c:48
↓ 1 callersFunctionNthUglyNo
Function to get the nth ugly number */
Gfg/C++/uglynum.cpp:29
↓ 1 callersFunctionNth_ugly_num
(n)
Gfg/Python/ugly_num.py:28
↓ 1 callersFunctionPascal
(n)
Gfg/Python/pascal.py:16
↓ 1 callersMethodQueensCombination
(boolean[] boxes,int qpsf,int tq,String ans,int lastBoxUsed)
Algorithms/Backtracking/Java/nQueensPermutationCombination.java:35
↓ 1 callersMethodQueensPermutation
(boolean[] boxes,int qpsf,int tq,String ans)
Algorithms/Backtracking/Java/nQueensPermutationCombination.java:19
↓ 1 callersMethodRemove
Data Structures/Array/C++/Hashing_with_arrays.cpp:78
↓ 1 callersFunctionRestoreHeapDown
function to heapify the heap by restoring node down
Algorithms/Searching and Sorting/C++/heapSort.cpp:20
↓ 1 callersFunctionRestoreHeapUp
function to heapify the heap by restoring node up
Algorithms/Searching and Sorting/C++/heapSort.cpp:8
↓ 1 callersFunctionReverse
Data Structures/LinkedList/C/Operations_on_linkedlist.c:352
↓ 1 callersFunctionSearch
Data Structures/LinkedList/C/Operations_on_linkedlist.c:372
↓ 1 callersMethodSeiveOfEratosthenes
(int n)
Algorithms/Miscellaneous/Java/SeiveOfEratosthenes.java:7
↓ 1 callersFunctionShellSort
Algorithms/Searching and Sorting/C++/Shell_Sort.cpp:3
↓ 1 callersFunctionSieveOfEratosthenes
(n)
Algorithms/Miscellaneous/Python/Sieve_of_Eratosthenes.py:4
↓ 1 callersFunctionSieveOfEratosthenes
Algorithms/Miscellaneous/C++/Sieve_of_Eratosthenes.cpp:10
↓ 1 callersFunctionSieveOfEratosthenes
Algorithms/Miscellaneous/C++/Sieve of Eratosthenes.cpp:8
↓ 1 callersFunctionSieveOfEratosthenes
(n)
Gfg/Python/sieve_of_eratosthenes.py:2
↓ 1 callersFunctionSieveOfEratosthenes
Gfg/C++/Sieve of Eratosthenes.cpp:17
← previousnext →301–400 of 2,762, ranked by callers