Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAR-solutions/Algorithms
/ functions
Functions
3,327 in github.com/VAR-solutions/Algorithms
⨍
Functions
3,327
◇
Types & classes
712
Method
BST
Tree/Binary Search Tree/Binary_Search_Tree.cpp:33
Method
BasicAlgorithmServiceTests
()
Mathematics/factorial/c-sharp/factorial-test.cs:10
Method
BasicAlgorithmServiceTests
()
Other Algorithms/Find-Longest-String-FCC/c-sharp/find-longest-string-test.cs:11
Method
BasicAlgorithmServiceTests
()
Other Algorithms/Reverse-A-String-FCC/c-sharp/reverse-a-string-test.cs:11
Method
BellmanFordShortestPaths
<summary> CONSTRUCTOR </summary>
Graphs/Bellman-ford/c#/Bellman-ford.cs:36
Method
BetweenGenerator
Searching/binary search/c/test/catch.hpp:2518
Method
BinaryExpression
Searching/binary search/c/test/catch.hpp:1906
Method
BinarySearchTree
()
Graphs/BinaryTree/java/binaryTree.java:18
Method
BinomialHeap
* @brief Default constructor for a new BinomialHeap * */
heaps/BinomialHeap/cpp/binomial_heap.cpp:168
Method
BipartiteColoring
<summary> CONTRUSTOR </summary>
Graphs/BipartiteColoring/BipartiteColoring.cs:43
Method
BoundArgFunction
Searching/binary search/c/test/catch.hpp:4519
Method
BoundBinaryFunction
Searching/binary search/c/test/catch.hpp:4601
Method
BoundDataMember
Searching/binary search/c/test/catch.hpp:4551
Method
BoundNullaryMethod
Searching/binary search/c/test/catch.hpp:4573
Method
BoundUnaryFunction
Searching/binary search/c/test/catch.hpp:4587
Method
BoundUnaryMethod
Searching/binary search/c/test/catch.hpp:4561
Method
Bst
()
Tree/Binary Search Tree/bst.java:27
Method
BubbleSort
(int[] array)
Sorting/Bubble Sort/C Sharp/BubbleSort.cs:30
Method
BySectionInfo
Searching/binary search/c/test/catch.hpp:9738
Method
CalculateFPP
** Calculate the expected false positive probability. */
data structures/Bloom Filter/bloomfilter.go:62
Method
CasedString
Searching/binary search/c/test/catch.hpp:9401
Method
ColorOf
<summary> Returns the color of a vertex. </summary>
Graphs/BipartiteColoring/BipartiteColoring.cs:164
Method
Colour
Searching/binary search/c/test/catch.hpp:8069
Method
CommandLine
Searching/binary search/c/test/catch.hpp:4883
Method
CommonArgProperties
Searching/binary search/c/test/catch.hpp:4711
Method
CompactReporter
Searching/binary search/c/test/catch.hpp:11108
Method
CompositeGenerator
Searching/binary search/c/test/catch.hpp:2558
Method
Config
Searching/binary search/c/test/catch.hpp:4035
Method
ConfigData
Searching/binary search/c/test/catch.hpp:3972
Method
ConsoleReporter
Searching/binary search/c/test/catch.hpp:10677
Function
Contains
Searching/binary search/c/test/catch.hpp:3105
Method
ContainsElementMatcher
Searching/binary search/c/test/catch.hpp:3042
Method
ContainsMatcher
Searching/binary search/c/test/catch.hpp:3058
Method
ContainsMatcher
Searching/binary search/c/test/catch.hpp:9439
Method
Context
Searching/binary search/c/test/catch.hpp:7796
Method
CopyableStream
Searching/binary search/c/test/catch.hpp:1201
Method
Counts
Searching/binary search/c/test/catch.hpp:2349
Method
CoutStream
Store the streambuf from cout up-front because cout may get redirected when running tests
Searching/binary search/c/test/catch.hpp:7771
Method
CumulativeReporterBase
Searching/binary search/c/test/catch.hpp:9753
Method
DFS
Recursive Algorithms/DFS/graphDFS.cpp:40
Method
DFSUtil
Recursive Algorithms/DFS/graphDFS.cpp:28
Method
DebugOutStream
Searching/binary search/c/test/catch.hpp:7760
Method
Delete
(s string)
Tree/Binary Search Tree/go/src/bst.go:140
Method
DijkstraAlgo
(int[,] graph, int source, int verticesCount)
Graphs/Dijkstra Algorithm/C#/Dijkstra.cs:30
Method
DistanceTo
<summary> Returns the distance between the source vertex and the specified vertex. </summary>
Graphs/Bellman-ford/c#/Bellman-ford.cs:241
Method
DoublyLinkedList
LinkedList/Reverse-DoublyLinkedList/CPP/ReverseDoublyLinkedList.cpp:25
Method
DoublyLinkedListNode
LinkedList/Reverse-DoublyLinkedList/CPP/ReverseDoublyLinkedList.cpp:13
Method
ElementBST
(Tip e)
Tree/Binary Search Tree/bst.java:13
Function
EndsWith
Searching/binary search/c/test/catch.hpp:3492
Method
EndsWith
Searching/binary search/c/test/catch.hpp:3468
Method
EndsWithMatcher
Searching/binary search/c/test/catch.hpp:9451
Method
Equals
Searching/binary search/c/test/catch.hpp:3430
Method
EqualsMatcher
Searching/binary search/c/test/catch.hpp:3079
Method
EqualsMatcher
Searching/binary search/c/test/catch.hpp:9433
Method
ErrnoGuard
Searching/binary search/c/test/catch.hpp:7897
Method
ExceptionTranslator
Searching/binary search/c/test/catch.hpp:2748
Method
ExceptionTranslatorRegistrar
Searching/binary search/c/test/catch.hpp:2770
Method
ExcludedPattern
Searching/binary search/c/test/catch.hpp:3674
Method
ExpressionLhs
Searching/binary search/c/test/catch.hpp:1827
Method
Factorialize_ReturnCorrectType
()
Mathematics/factorial/c-sharp/factorial-test.cs:15
Method
Factorialize_ReturnCorrectValue
(int input, long expected)
Mathematics/factorial/c-sharp/factorial-test.cs:23
Method
FatalConditionHandler
Searching/binary search/c/test/catch.hpp:6469
Method
FileStream
Searching/binary search/c/test/catch.hpp:7740
Method
Find
(s string)
Tree/Binary Search Tree/go/src/bst.go:132
Method
FindFirstMatch
<summary> Iterative DFS Implementation. Given a predicate function and a starting node, this function searches the nodes of the graph for a first matc
Graphs/DepthFirstSearcher/DepthFirstSearcher.cs:117
Method
FindLongestWordLength_ReturnCorrectType
()
Other Algorithms/Find-Longest-String-FCC/c-sharp/find-longest-string-test.cs:16
Method
FindLongestWordLength_ReturnCorrectValue
(string input, int expected)
Other Algorithms/Find-Longest-String-FCC/c-sharp/find-longest-string-test.cs:24
Method
FreeFunctionTestCase
Searching/binary search/c/test/catch.hpp:7413
Method
GeneratorInfo
Searching/binary search/c/test/catch.hpp:8091
Method
Grafo
Construtor
Graphs/Dijkstra Algorithm/Java/Grafo.java:19
Method
Graph
Constructor and destructor
Greedy Algorithms/graphcolor.cpp:12
Method
Graph
Recursive Algorithms/DFS/graphDFS.cpp:19
Method
Graph
Graphs/topologicalSort/topologicalSort.cpp:23
Method
Graph
Graphs/bfs/cpp/bfs.cpp:25
Method
Graph
Graphs/bfs/cpp/iterative_bfs.cpp:17
Method
Graph
Graphs/dfs/cpp/dfs.cpp:28
Method
Graph
Graphs/dfs/cpp/iterative_dfs.cpp:20
Method
GroupInfo
Searching/binary search/c/test/catch.hpp:5654
Method
HasPathTo
<summary> Determines whether there is a path from the source vertex to this specified vertex. </summary>
Graphs/Bellman-ford/c#/Bellman-ford.cs:229
Method
IArgFunction
Searching/binary search/c/test/catch.hpp:4508
Method
IRrecv
+=============================================================================
Arduino_Code/Arduino-IRremote/irRecv.cpp:104
Method
IRsend
Arduino_Code/Arduino-IRremote/IRremote.h:262
Method
IndexTracker
Searching/binary search/c/test/catch.hpp:6328
Method
Insert
(value, data string)
Tree/Binary Search Tree/go/src/bst.go:123
Method
IsBipartite
<summary> Determines the graph is bipartite. </summary>
Graphs/BipartiteColoring/BipartiteColoring.cs:156
Method
JunitReporter
Searching/binary search/c/test/catch.hpp:10461
Method
KruskalAlgo
(int v, int e)
Graphs/kruskal/Java/KruskalAlgo.java:30
Method
LazyStat
Searching/binary search/c/test/catch.hpp:5636
Method
LeakDetector
Searching/binary search/c/test/catch.hpp:3522
Method
LegacyReporterAdapter
Searching/binary search/c/test/catch.hpp:8575
Method
LegacyReporterRegistrar
Searching/binary search/c/test/catch.hpp:9907
Method
LinearSearch
<summary> Searches through the arrayToSearch to find the target. Returns the index the target was found at, or -1 if no match was found </summary>
Searching/Linear Search/LinearSearch.cs:18
Method
LinkList
()
LinkedList/LinkList.java:4
Method
LinkedGraph
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedGraph.cpp:5
Method
LinkedGraph
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedGraph.hpp:14
Method
LinkedGraphEdge
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedGraphEdge.cpp:3
Method
LinkedGraphEdge
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedGraphEdge.hpp:11
Method
LinkedList
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedList.cpp:9
Method
LinkedListElement
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedListElement.cpp:5
Method
ListenerRegistrar
Searching/binary search/c/test/catch.hpp:9959
← previous
next →
1,701–1,800 of 3,327, ranked by callers