MCPcopy Create free account

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

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

MethodMain
(string[] args)
Random Number/random.cs:7
MethodMain
Driver code
Sorting/Bogosort/C Sharp/Bogosort.cs:54
MethodMain
(string[] args)
Sorting/Heapsort/C Sharp/heapsort.cs:7
MethodMain
Driver method
Sorting/Cocktail/cscocktail.cs:69
MethodMain
(string[] args)
Sorting/ShellSort/csharp/ShellSort.cs:8
MethodMain
(string[] args)
Sorting/quickSort/csharp/QuickSort.cs:10
MethodMain
Driver program to test above functions
Sorting/Radix Sort/C#/radix_sort.cs:71
MethodMain
(string[] args)
Sorting/Bubble Sort/C Sharp/BubbleSort.cs:14
MethodMain
()
Bit Manipulation/EvenOrOdd/evenorodd.cs:5
MethodMain
(string[] args)
Graphs/Dijkstra Algorithm/C#/Dijkstra.cs:50
MethodMain
()
Dynamic Programming/Matrix Chain Multiplication/C Sharp/matrixChain.cs:35
MethodMain
()
Searching/Linear Search/LinearSearch.cs:5
MethodMatchExpression
Searching/binary search/c/test/catch.hpp:1948
MethodMatchNotOf
Searching/binary search/c/test/catch.hpp:1136
MethodMatrix
data structures/Matrix/cpp/Matrix.h:15
MethodMatrixChainOrder
(int []p, int n)
Dynamic Programming/Matrix Chain Multiplication/C Sharp/matrixChain.cs:5
FunctionMax
data structures/linked list/c/MaxOfLinkedList.c:29
MethodMessageBuilder
Searching/binary search/c/test/catch.hpp:2024
MethodMessageInfo
Searching/binary search/c/test/catch.hpp:8481
MethodMethodTestCase
Searching/binary search/c/test/catch.hpp:710
MethodMightContain
** The MightContain function will verify is an element was possibly added. May return false positives but never false negatives. */
data structures/Bloom Filter/bloomfilter.go:46
MethodMinimumDistance
(int[] distance, bool[] shortestPathTreeSet, int verticesCount)
Graphs/Dijkstra Algorithm/C#/Dijkstra.cs:10
MethodNameAndDesc
Searching/binary search/c/test/catch.hpp:726
MethodNameAndLocation
Searching/binary search/c/test/catch.hpp:6052
MethodNamePattern
Searching/binary search/c/test/catch.hpp:3650
FunctionNewBloomFilter
(capacity int, hashCount int)
data structures/Bloom Filter/bloomfilter.go:101
MethodNode
(int i)
LinkedList/Node.java:6
MethodNode
(int value)
LinkedList/Java/LinkedList.java:11
MethodNode
data structures/skipList.h:17
MethodNode
(int d)
data structures/linked list/java/LinkedList.java:12
MethodNode
()
data structures/linked list/java/Circular Linked List/Node.java:6
MethodNode
(T data)
data structures/linked list/cs/LinkedList/LinkedList.cs:9
MethodNode
Tree/Lowest Common Ancestor/cpp/lowest_common_ancestor.cpp:10
MethodNode
(int data)
Tree/Traverals/JAVA/inorder.java:13
MethodNode
(int data)
Tree/Traverals/JAVA/preorder.java:11
MethodNode
(int data)
Tree/Traverals/JAVA/postorder.java:13
MethodNode
Tree/Binary Tree to Linked List/cpp/BinaryTreeToLinkedList.cpp:10
MethodNode
(int item)
Graphs/BinaryTree/java/binaryTree.java:8
MethodNode
heaps/BinomialHeap/cpp/binomial_heap.cpp:24
MethodNode
Searching/binary search/c/test/catch.hpp:9710
MethodNodo
(int datos)
Graphs/bfs/java/bfs.java:13
MethodNonCopyable
Searching/binary search/c/test/catch.hpp:398
FunctionNot
Searching/binary search/c/test/catch.hpp:1167
MethodNotImplementedException
Searching/binary search/c/test/catch.hpp:7676
MethodOcMethod
Searching/binary search/c/test/catch.hpp:3347
MethodOddCycle
<summary> Returns the odd-cycle in graoh, if any. </summary> <returns>The cycle.</returns>
Graphs/BipartiteColoring/BipartiteColoring.cs:178
MethodOptBuilder
Searching/binary search/c/test/catch.hpp:4872
MethodOption
Searching/binary search/c/test/catch.hpp:3155
MethodParser
Searching/binary search/c/test/catch.hpp:4636
MethodPath
Método construtor @param v Vértice inicial (estação de partida) @param p Vértice final (estação de chegada) @param t Tempo que leva para ir da estação
Graphs/Dijkstra Algorithm/Java/Path.java:20
MethodPatriciaSet
()
Tree/Patricia/PatriciaSet.java:17
MethodPatriciaSetNode
(String label, boolean terminal)
Tree/Patricia/PatriciaSetNode.java:37
MethodPigeonHoleSort
(this IList<int> collection)
Sorting/PigeonHoleSorter/PigeonHoleSorter.cs:12
MethodPigeonHoleSortDescending
(this IList<int> collection)
Sorting/PigeonHoleSorter/PigeonHoleSorter.cs:39
MethodPositionalArgProperties
Searching/binary search/c/test/catch.hpp:4739
MethodPrint
(int[] distance, int verticesCount)
Graphs/Dijkstra Algorithm/C#/Dijkstra.cs:24
MethodPrintAll
<summary> Iterative DFS Implementation. Given a starting node, dfs the graph and print the nodes as they get visited. </summary>
Graphs/DepthFirstSearcher/DepthFirstSearcher.cs:79
MethodPrintArray
(int[] array)
Sorting/Bubble Sort/C Sharp/BubbleSort.cs:46
MethodPrintPermutations1
(String str, String asf)
Recursive Algorithms/PrintPemutations.java:31
MethodPrintPermutations1SB
(StringBuilder s1, StringBuilder s2)
Recursive Algorithms/PrintPemutations.java:45
MethodPrintPermutations2SB
(StringBuilder s1, StringBuilder s2)
Recursive Algorithms/PrintPemutations.java:66
MethodPtr
Searching/binary search/c/test/catch.hpp:569
MethodQuicksort
(IComparable[] elements, int left, int right)
Sorting/quickSort/csharp/QuickSort.cs:37
MethodRegistrarForTagAliases
Searching/binary search/c/test/catch.hpp:9388
MethodRegistryHub
IRegistryHub
Searching/binary search/c/test/catch.hpp:7604
MethodReporterConfig
Searching/binary search/c/test/catch.hpp:5612
MethodReporterPreferences
Searching/binary search/c/test/catch.hpp:5627
MethodReporterRegistrar
Searching/binary search/c/test/catch.hpp:9939
MethodResultBuilder
Searching/binary search/c/test/catch.hpp:9179
MethodReverseString_ReturnCorrectType
()
Other Algorithms/Reverse-A-String-FCC/c-sharp/reverse-a-string-test.cs:16
MethodReverseString_ReturnCorrectValue
(string input, string expected)
Other Algorithms/Reverse-A-String-FCC/c-sharp/reverse-a-string-test.cs:24
MethodReversedPolishNotation
Other Algorithms/Reverse Polish Notation/ReversedPolishNotation.cpp:6
MethodRunContext
Searching/binary search/c/test/catch.hpp:6663
MethodScopedElement
Searching/binary search/c/test/catch.hpp:10052
MethodScopedMessage
Searching/binary search/c/test/catch.hpp:8495
MethodSection
Searching/binary search/c/test/catch.hpp:8822
MethodSectionEndInfo
Searching/binary search/c/test/catch.hpp:2427
MethodSectionInfo
Searching/binary search/c/test/catch.hpp:8813
MethodSectionNode
Searching/binary search/c/test/catch.hpp:9718
MethodSectionStats
Searching/binary search/c/test/catch.hpp:5700
MethodSectionTracker
Searching/binary search/c/test/catch.hpp:6273
MethodSegmentTree
(int[] arr)
Tree/segment tree/Java/SegmentTree.java:12
FunctionSelectionSort
(A)
Sorting/Selection Sort/Python/selection_sort.py:3
MethodSession
Searching/binary search/c/test/catch.hpp:7123
MethodSharedImpl
Searching/binary search/c/test/catch.hpp:617
MethodShortestPathTo
<summary> Returns an enumerable collection of nodes that specify the shortest path from the source vertex to the destination vertex. </summary>
Graphs/Bellman-ford/c#/Bellman-ford.cs:253
MethodSkipList
data structures/skipList.h:51
MethodSourceLineInfo
Searching/binary search/c/test/catch.hpp:462
MethodSourceLineInfo
Searching/binary search/c/test/catch.hpp:8768
MethodStack
data structures/stack/cpp/stack-implementation.cpp:15
FunctionStartsWith
Searching/binary search/c/test/catch.hpp:3489
MethodStartsWith
Searching/binary search/c/test/catch.hpp:3456
MethodStartsWithMatcher
Searching/binary search/c/test/catch.hpp:9445
MethodStdErrRedirect
Searching/binary search/c/test/catch.hpp:6636
MethodStreamBufImpl
Searching/binary search/c/test/catch.hpp:7708
MethodStreamRedirect
Searching/binary search/c/test/catch.hpp:6611
MethodStreamingReporterBase
Searching/binary search/c/test/catch.hpp:9647
MethodString
()
Greedy Algorithms/Huffman/go/huffman.go:16
MethodStringHolder
Searching/binary search/c/test/catch.hpp:3416
MethodStringMatcherBase
Searching/binary search/c/test/catch.hpp:9416
← previousnext →1,801–1,900 of 3,327, ranked by callers