MCPcopy Create free account

hub / github.com/VAR-solutions/Algorithms / functions

Functions3,327 in github.com/VAR-solutions/Algorithms

↓ 1 callersFunctionquick_sort
Sorting/quickSort/C++/quick_sort.cpp:30
↓ 1 callersFunctionquick_sort
(array, low, high)
Sorting/quickSort/Ruby/quick_sort.rb:16
↓ 1 callersFunctionquick_sort
(arr)
data structures/quick_sort.py:5
↓ 1 callersFunctionquicksort
(arr)
Sorting/quickSort/python/quick_sort.py:4
↓ 1 callersFunctionquicksort
Sorting/quickSort/C/quick_sort.c:42
↓ 1 callersFunctionquicksort
data structures/quick.cpp:43
↓ 1 callersMethodradixSort
(int[] a)
Sorting/Radix Sort/Java/radix_sort.java:6
↓ 1 callersMethodradix_sort
(base=10)
Sorting/Radix Sort/Ruby/radixSort.rb:2
↓ 1 callersFunctionradixsort
(toBeSorted)
Sorting/Radix Sort/python/Radix_Sort.py:4
↓ 1 callersFunctionradixsort
(data []int32)
Sorting/Radix Sort/Go/radix_sort.go:22
↓ 1 callersFunctionrandomInt
Generates a Randome number from 0 to 2^64-1
Combinatorial Game Theory/Zobrist Hashing/zobrist.cpp:10
↓ 1 callersFunctionrandomized_quick_sort
(a, l, r)
Sorting/quickSort/python/quick_sort_randomized.py:20
↓ 1 callersFunctionrandomized_quick_sort
(a, l, r)
Sorting/quickSort/python/quick_sort_2.py:13
↓ 1 callersFunctionrandomized_quick_sort
Sorting/quickSort/C++/quick_sort_randomized.cpp:26
↓ 1 callersFunctionrangeToString
Searching/binary search/c/test/catch.hpp:1799
↓ 1 callersFunctionrange_min_query
Tree/segment tree/c/segment_tree.c:40
↓ 1 callersFunctionrankSort
Sorting/Rank Sort/C++/rank_sort.cpp:3
↓ 1 callersFunctionrear
Function to get rear of queue
data structures/queue/cpp/queue-implementation.cpp:67
↓ 1 callersFunctionrec
Tree/Trie/Trie.cpp:41
↓ 1 callersMethodregisterListener
Searching/binary search/c/test/catch.hpp:7623
↓ 1 callersMethodregisterTagAlias
Searching/binary search/c/test/catch.hpp:7632
↓ 1 callersFunctionregisterTestCaseFunction
Searching/binary search/c/test/catch.hpp:7452
↓ 1 callersFunctionregisterTestMethods
Searching/binary search/c/test/catch.hpp:3380
↓ 1 callersMethodregisterTranslator
Searching/binary search/c/test/catch.hpp:7629
↓ 1 callersMethodrehash
data structures/hash/hashfunctions.cpp:109
↓ 1 callersMethodrelax
(self, node, neighbour, graph, d, p)
Graphs/Bellman-ford/python/bellman.py:66
↓ 1 callersMethodremove
Inserts the given key from PATRICIA tree. Returns false, if a key didn't exist or wasn't a terminal node; otherwise true.
Tree/Patricia/PatriciaSet.java:85
↓ 1 callersMethodremoveAtIndex
(int index)
LinkedList/Java/LinkedList.java:106
↓ 1 callersMethodremoveFromBack
()
LinkedList/Java/LinkedList.java:85
↓ 1 callersMethodreset
Arduino_Code/Arduino-IRremote/ir_Lego_PF_BitStreamEncoder.h:36
↓ 1 callersFunctionreset_visited
Graphs/Kosaraju ALgorithm/Kosaraju_ALgorithm.cpp:62
↓ 1 callersMethodrestore
(self)
data structures/stack/python/timeTravelStack.py:24
↓ 1 callersMethodresult_rec
(int n)
Mathematics/fibonacci/java/fibonacci_recursion.java:5
↓ 1 callersFunctionrev
data structures/linked list/cpp/linked-list(doubly-singly).cpp:436
↓ 1 callersFunctionrevInt
(num)
Mathematics/reverse number/reverseNumber.js:1
↓ 1 callersFunctionrev_d
data structures/linked list/cpp/linked-list(doubly-singly).cpp:217
↓ 1 callersFunctionreverse
Mathematics/reverse number/reverse.c:3
↓ 1 callersFunctionreverse
Mathematics/palindrome/c/palindrome.c:3
↓ 1 callersFunctionreverse
LinkedList/Reverse-DoublyLinkedList/CPP/ReverseDoublyLinkedList.cpp:66
↓ 1 callersFunctionreverse
(s)
Other Algorithms/String/python/another_string_reverse.py:1
↓ 1 callersMethodreverseEachWord
(String input)
Other Algorithms/Reverse Sentence/Reverse.java:5
↓ 1 callersFunctionreverseList
iterative reversal algorithm
LinkedList/Reverse/Reversal_of_Single_Linked_List/C/iterative_reversal.c:70
↓ 1 callersFunctionreverseSentence
(str string)
Other Algorithms/Reverse Sentence/Go/reverse_sentence_and_string.go:16
↓ 1 callersFunctionreverseStr
Function to reverse a string
Other Algorithms/String/cpp/ReverseString.cpp:5
↓ 1 callersFunctionreverseString
(str string)
Other Algorithms/Reverse Sentence/Go/reverse_sentence_and_string.go:25
↓ 1 callersFunctionreverse_linked_list
data structures/linked list/cpp/singly_reversed_linked_list.cpp:36
↓ 1 callersFunctionreverse_number
Mathematics/reverse number/reverse-number.cpp:4
↓ 1 callersFunctionreverse_number
(n)
Mathematics/reverse number/reverse-number.py:1
↓ 1 callersFunctionreverse_number
Other Algorithms/isPalindrome.c:3
↓ 1 callersFunctionreverse_number
Other Algorithms/Reverse Number/rev.c:3
↓ 1 callersFunctionreverselist
LinkedList/C++/doublyLinkedList.cpp:297
↓ 1 callersMethodrevert_move
(self, move)
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:94
↓ 1 callersFunctionrightRotate
Bit Manipulation/rotate/cpp/rotate-bits-of-n.cpp:9
↓ 1 callersFunctionrightView
(root)
Tree/right_view_binary_tree/python/right_view.py:18
↓ 1 callersFunctionrightViewUtil
(root, level, max_level)
Tree/right_view_binary_tree/python/right_view.py:8
↓ 1 callersFunctionrightshift
Graphs/BinaryTree/Binary Tree.cpp:44
↓ 1 callersFunctionrightview
Tree/right_view_binary_tree/cpp/right_view_binary_tree.cpp:18
↓ 1 callersMethodrotateLeft
(Node h)
Tree/Red Black BST/RBBST.java:28
↓ 1 callersMethodrotateRight
(Node h)
Tree/Red Black BST/RBBST.java:46
↓ 1 callersFunctionrunKruskal
Graphs/Minimum Spanning Tree/C++/mst.cpp:119
↓ 1 callersFunctionrunPrim
Graphs/Minimum Spanning Tree/C++/mst.cpp:102
↓ 1 callersMethodrunTest
Searching/binary search/c/test/catch.hpp:6688
↓ 1 callersFunctionrunTests
Searching/binary search/c/test/catch.hpp:7065
↓ 1 callersFunctionscc_pass
Graphs/Kosaraju ALgorithm/Kosaraju_ALgorithm.cpp:75
↓ 1 callersMethodscore
returns score of given board
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:134
↓ 1 callersFunctionsearch
pat -> pattern txt -> text q -> A prime number */
Other Algorithms/RabinKarp/patternsearch.cpp:14
↓ 1 callersFunctionsearch
Tree/Trie/Trie.cpp:66
↓ 1 callersFunctionsearch
(array []int32, target int32)
Searching/Linear Search/go/linear_search.go:14
↓ 1 callersMethodsearch
(start)
Graphs/bfs/ruby/bfs.rb:9
↓ 1 callersMethodsearch
(start)
Graphs/dfs/ruby/dfs.rb:9
↓ 1 callersFunctionsearchTree
data structures/trie/c/BST.c:29
↓ 1 callersMethodsecant
(float x1, float x2, float E)
Numerical Methods/secant_method/Java/Secant Method.java:17
↓ 1 callersMethodsecant_method
(self)
Numerical Methods/secant_method/python/secant_method.py:10
↓ 1 callersMethodsectionEndedEarly
Searching/binary search/c/test/catch.hpp:6819
↓ 1 callersMethodsectionStarted
Searching/binary search/c/test/catch.hpp:6776
↓ 1 callersFunctionselection_sort
PHP program for implementation of selection sort
Sorting/Selection Sort/php/selection_sort.php:4
↓ 1 callersFunctionselection_sort
(array: &mut [T])
Sorting/Selection Sort/Rust/selection_sort.rs:1
↓ 1 callersFunctionselection_sort
Sorting/Selection Sort/C/selection_sort.c:9
↓ 1 callersFunctionselectionsort
(items []int)
Sorting/Selection Sort/Go/selection_sort.go:29
↓ 1 callersFunctionselectionsort
(items []int)
Sorting/Insertion Sort/Go/insertion_sort.go:29
↓ 1 callersMethodsetCheckDigit
(... digit)
Other Algorithms/Luhn/luhn.js:19
↓ 1 callersMethodsetConfig
Searching/binary search/c/test/catch.hpp:7833
↓ 1 callersMethodsetResultCapture
IMutableContext
Searching/binary search/c/test/catch.hpp:7827
↓ 1 callersMethodsetRoot
(int data)
Tree/Binary Tree/BinaryTree.java:11
↓ 1 callersMethodsetRunner
Searching/binary search/c/test/catch.hpp:7830
↓ 1 callersMethodset_next
(self,new_node)
data structures/linked list/python/Queue_with_Singly_Linked_List.py:12
↓ 1 callersFunctionshellSort
data structures/shell.cpp:4
↓ 1 callersFunctionshellsort
(arr,n)
Sorting/ShellSort/python/shell_sort.py:1
↓ 1 callersFunctionshellsort
Sorting/ShellSort/c/shell_sort.c:14
↓ 1 callersMethodshellsort!
Sorting/ShellSort/Ruby/shellSort.rb:2
↓ 1 callersMethodshouldDebugBreak
Searching/binary search/c/test/catch.hpp:9292
↓ 1 callersFunctionshouldSuppressFailure
Searching/binary search/c/test/catch.hpp:905
↓ 1 callersMethodshow
data structures/stack/cpp/Stack.cpp:67
↓ 1 callersMethodshow
data structures/queue/cpp/CircularQueue.cpp:66
↓ 1 callersMethodshowInvisibles
Searching/binary search/c/test/catch.hpp:4083
↓ 1 callersMethodshuffle
(int[] a)
Sorting/Bogosort/Java/Bogosort.java:14
↓ 1 callersFunctionsieve
Mathematics/prime factors/cpp/prime_factors.cpp:8
↓ 1 callersFunctionsieveOfAtkin
(limit = 0)
Mathematics/Sieve of Atkin/SieveOfAtkin.js:3
↓ 1 callersFunctionsinglyLinkedList
data structures/linked list/c/linked list.c:159
↓ 1 callersMethodsize
data structures/stack/Kotlin/StackUsingArray.kt:26
← previousnext →1,501–1,600 of 3,327, ranked by callers