MCPcopy Create free account

hub / github.com/codemistic/Data-Structures-and-Algorithms / functions

Functions2,714 in github.com/codemistic/Data-Structures-and-Algorithms

↓ 1 callersMethodenqueue
CPP/QUEUE/QueueUsingStack.cpp:8
↓ 1 callersMethodequal
(String[] a,String[] b)
Java/Leetcode/Leetcode1162.java:11
↓ 1 callersFunctionexist
CPP/questions/word-search.cpp:34
↓ 1 callersFunctionexp
CPP/array-2d/recursive.cpp:3
↓ 1 callersFunctionexp
CPP/array-2d/find_triplet.cpp:4
↓ 1 callersFunctionexponentialSearch
Returns position of first occurrence of x in array
CPP/searching/exponential_search.cpp:19
↓ 1 callersFunctionf
CSES/DP/GridPaths.cpp:28
↓ 1 callersFunctionf
CSES/DP/RemovingDigits.cpp:19
↓ 1 callersFunctionf
CSES/DP/BookShop_MEMO.cpp:28
↓ 1 callersFunctionf
CSES/Intro/TowerH.cc:6
↓ 1 callersFunctionf
Dynamic Programming/ninjaAndHisFriends.cpp:12
↓ 1 callersFunctionfact
CPP/recursion/recursion 1.cpp:18
↓ 1 callersFunctionfact
(n)
Python/factorial.py:8
↓ 1 callersFunctionfactors
CPP/questions/DIFACTRS.cpp:5
↓ 1 callersFunctionfastExponent
CPP/recursion/Fast Exponentiation.cpp:5
↓ 1 callersMethodfct
(int n)
Java/Recursion/FactorialN.java:5
↓ 1 callersFunctionfibbI
(n)
Python/Dynamic_Programming/Introduction.py:26
↓ 1 callersFunctionfibonacci
(n)
Python/5 recusrion problems.py:18
↓ 1 callersFunctionfibonacci
(n,dp)
Python/Dynamic_Programming/Introduction.py:7
↓ 1 callersFunctionfillLPS
CPP/String/KMPalgo.cpp:4
↓ 1 callersMethodfinalValueAfterOperations
(String[] operations)
Java/Leetcode/Leetcode2011.java:10
↓ 1 callersMethodfindClosestElements
(int[] arr, int k, int x)
Leetcode-solutions/Binary-search/KClosestElement.java:10
↓ 1 callersFunctionfindCombination
CPP/recursion/sum_of_subset.cpp:7
↓ 1 callersFunctionfindElement
CPP/Problems/BitonicArray.cpp:63
↓ 1 callersMethodfindEvenIndex
(int[] arr)
Java/Array/EqualSide.java:12
↓ 1 callersFunctionfindFirstAndLast
CPP/recursion/first_occur.cpp:8
↓ 1 callersFunctionfindKthMin
CPP/Trees/kthMinimumElement.cpp:41
↓ 1 callersMethodfindKthNumber
(int m, int n, int k)
Leetcode-solutions/Binary-search/KthSmallestMultiplicationTable.java:9
↓ 1 callersFunctionfindMin
Driver program
CPP/Greedy_algorithm.cpp:9
↓ 1 callersMethodfindMin
(int[] nums)
Leetcode-solutions/Binary-search/MinInRotatedArray.java:7
↓ 1 callersMethodfindMin
(int[] nums)
Leetcode-solutions/Binary-search/MinInRotatated2.java:7
↓ 1 callersMethodfindPeakElement
(int[] nums)
Leetcode-solutions/Binary-search/PeakElement.java:7
↓ 1 callersFunctionfindPeakIndex
CPP/Problems/BitonicArray.cpp:11
↓ 1 callersFunctionfindSimilarity
(f1, f2)
Python/plagiarism.py:4
↓ 1 callersFunctionfindTopoSortDFS
CPP/graphseries.cpp:158
↓ 1 callersFunctionfindTopoSortDFS2
This function is customized for the "shortestPathDAG" fuction
CPP/graphseries.cpp:266
↓ 1 callersFunctionfindUnique
(arr, n)
Python/codingninja_array_problem.py:4
↓ 1 callersFunctionfind_closest
Using Binary Search find the number closest to target in the given sorted array
Python/findClosestNumberr.py:8
↓ 1 callersFunctionfind_sd
graph/code6.cpp:13
↓ 1 callersFunctionfind_starting
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle_practice.cpp:127
↓ 1 callersFunctionfind_transpose
graph/code18.cpp:44
↓ 1 callersFunctionfindpairs
(arr,target)
Python/find pairs.py:3
↓ 1 callersFunctionfindsum
CPP/Segment Tree/lazy_queries_segment_tree.cpp:70
↓ 1 callersMethodfirstBadVersion2
(int n)
Leetcode-solutions/Binary-search/FirstbadVersion.java:24
↓ 1 callersMethodfirstLastPosition
(int[] nums, int target)
Leetcode-solutions/Binary-search/FirstLastPos.java:11
↓ 1 callersFunctionfirst_negative_element_of_size_k
CPP/LINKED LIST/SINGLY LINKED LIST/Maths For DSA/Sliding Window Problem/sliding_window_2.cpp:6
↓ 1 callersFunctionfirstocc
CPP/searching/binary_search1.cpp:8
↓ 1 callersMethodflatten
(self, root)
Python/Flattening of a linked list/solution.py:69
↓ 1 callersFunctionfloyd_cycle
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle.cpp:65
↓ 1 callersFunctionfloyd_cycle
}
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle_practice.cpp:112
↓ 1 callersFunctionfloyd_cycle
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/find_begeningof_circle.cpp:66
↓ 1 callersFunctionfloyd_warshall
(G)
Python/floyd_warshal.py:11
↓ 1 callersMethodfocus_force
'forward' method, which canvas itself has inherited...
Python/Turtle.py:322
↓ 1 callersFunctionfuc
CPP/recursion/printn.cpp:8
↓ 1 callersFunctionfun
CPP/recursion/nested_recursion.cpp:3
↓ 1 callersFunctionfunc
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test3.cpp:6
↓ 1 callersFunctionfunc
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Greater_Average.cpp:5
↓ 1 callersFunctionfunc
CPP/LINKED LIST/DOUBLY LINKED LIST/test7.cpp:5
↓ 1 callersFunctionfunc
CPP/pandigital_numbers/code.cpp:144
↓ 1 callersFunctionfunc
CPP/recursion/2_to_power_n.cpp:8
↓ 1 callersFunctionfunc1
CPP/LINKED LIST/CIRCULAR LINKED LIST/test4.cpp:38
↓ 1 callersFunctionfunc11
CPP/pandigital_numbers/code.cpp:75
↓ 1 callersFunctionfunc13
CPP/pandigital_numbers/code.cpp:97
↓ 1 callersFunctionfunc17
CPP/pandigital_numbers/code.cpp:120
↓ 1 callersFunctionfunc2
CPP/LINKED LIST/CIRCULAR LINKED LIST/test4.cpp:5
↓ 1 callersFunctionfunc3
CPP/pandigital_numbers/code.cpp:6
↓ 1 callersFunctionfunc5
CPP/pandigital_numbers/code.cpp:30
↓ 1 callersFunctionfunc7
CPP/pandigital_numbers/code.cpp:52
↓ 1 callersFunctionfunc_to_count_plaindrome_words
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test5.cpp:17
↓ 1 callersFunctiongcd
Recursive function to return gcd of a and b
CPP/recursion/GCD_Rec.cpp:5
↓ 1 callersMethodgcd
(int a, int b)
Java/Array/FindGreatestCommonDivisorOfArray.java:26
↓ 1 callersFunctiongcdeuclid
CPP/questions/gcd_hcf.cpp:8
↓ 1 callersFunctiongenerate
CPP/recursion/subset_recursion.cpp:9
↓ 1 callersMethodgenerateKey
()
DSA android fingerprint/android fingerprint dsa algorithm.java:90
↓ 1 callersFunctiongetMax
Function to get the largest element from an array
CPP/sorting/radix_sort.cpp:7
↓ 1 callersMethodgetMax
(int arr[], int n)
Java/RadixSort.java:9
↓ 1 callersMethodgetMax
(int[] arr, int n)
Java/SortingTechniques/RadixSort.java:4
↓ 1 callersMethodgetMax
(int[] a)
Java/SortingTechniques/CountSort.java:58
↓ 1 callersMethodgetMinDiff
CPP/Problems/MinimizeTheHeight.cpp:63
↓ 1 callersMethodgetString
()
Java/OverridingEqualsMethod/Abc.java:3
↓ 1 callersFunctionget_direction
(index)
Python/dijkstra.py:30
↓ 1 callersFunctionget_max
Trees/Binary_tree_Array.c:80
↓ 1 callersMethodget_max
(int n, int a, int b, int c)
Java/Recursion/Rope_cutting.java:4
↓ 1 callersFunctionget_maze_size
(maze)
Python/dijkstra.py:9
↓ 1 callersMethodget_p
CPP/questions/SingleInheritance.cpp:10
↓ 1 callersFunctionget_position
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leet_code_82.cpp:74
↓ 1 callersMethodget_s
CPP/questions/SingleInheritance.cpp:28
↓ 1 callersMethodget_s
CPP/questions/BasicInheritance.cpp:28
↓ 1 callersMethodgetarray
CPP/DS C++/Insertion and Quick sort on Arraylist.cpp:50
↓ 1 callersMethodgetdata
CPP/DS C++/Binary Search on Given Array List.cpp:10
↓ 1 callersMethodgetdata
CPP/DS C++/Insertion and Quick sort on Arraylist.cpp:16
↓ 1 callersMethodgetdata
CPP/DS C++/Linear Sort Search on Given Array List.cpp:9
↓ 1 callersMethodgetdata
CPP/DS C++/Sparse Matrix Using Array Representation.cpp:12
↓ 1 callersFunctiongetmethparlist
Get strings describing the arguments for the given object Returns a pair of strings representing function parameter lists including parenthes
Python/Turtle.py:3782
↓ 1 callersMethodgetshapes
Return a list of names of all currently available turtle shapes. No argument. Example (for a TurtleScreen instance named screen):
Python/Turtle.py:1237
↓ 1 callersMethodhIndex
(int[] citations)
Leetcode-solutions/Binary-search/HIndex.java:7
↓ 1 callersMethodhalvesAreAlike
(String s)
Java/Leetcode/Leetcode1704.java:10
↓ 1 callersMethodhappyNumber
(int n)
Java/Leetcode/Leetcode202.java:12
↓ 1 callersMethodhasNext
()
Java/Leetcode/LeetcodeIteratorForCombination.java:26
↓ 1 callersFunctionhash
return hashed value for a key * function: ID of hash function according to which key has to hashed * key: item to be hashed */
Hashtable/cuckoo-hashing.cpp:32
← previousnext →701–800 of 2,714, ranked by callers