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
SummaryColumn
Searching/binary search/c/test/catch.hpp:10980
Method
TagAlias
Searching/binary search/c/test/catch.hpp:3133
Method
TagInfo
Searching/binary search/c/test/catch.hpp:5932
Method
TagPattern
Searching/binary search/c/test/catch.hpp:3663
Function
Test
(t *testing.T)
Mathematics/prime factors/go/primefactorization_test.go:8
Function
Test
(t *testing.T)
data structures/linked list/go/linkedlistint32_test.go:8
Method
TestAppendMultipleItem
()
data structures/linked list/cs/LinkedListTest/LinkedListTest.cs:14
Method
TestAppendOneItem
()
data structures/linked list/cs/LinkedListTest/LinkedListTest.cs:7
Method
TestCase
Searching/binary search/c/test/catch.hpp:8388
Method
TestCaseInfo
Searching/binary search/c/test/catch.hpp:8350
Method
TestCaseStats
Searching/binary search/c/test/catch.hpp:5724
Function
TestCodebookGeneration
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:62
Method
TestEventListenerBase
Searching/binary search/c/test/catch.hpp:9875
Function
TestFrequencyEmpty
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:9
Function
TestFrequencyMultiple
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:24
Function
TestFrequencySingle
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:16
Method
TestGroupStats
Searching/binary search/c/test/catch.hpp:5752
Method
TestIndexOutOfRangeException
()
data structures/linked list/cs/LinkedListTest/LinkedListTest.cs:25
Method
TestRegistry
Searching/binary search/c/test/catch.hpp:7370
Method
TestRunInfo
Searching/binary search/c/test/catch.hpp:5650
Method
TestRunStats
Searching/binary search/c/test/catch.hpp:5778
Function
TestSortedFrequencyMultiple
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:37
Method
TestSpecParser
Searching/binary search/c/test/catch.hpp:3731
Function
TestTreeGeneration
(t *testing.T)
Greedy Algorithms/Huffman/go/huffman_test.go:48
Method
Text
Searching/binary search/c/test/catch.hpp:4184
Method
TextAttributes
Searching/binary search/c/test/catch.hpp:4164
Method
Timer
Searching/binary search/c/test/catch.hpp:2456
Method
Token
Searching/binary search/c/test/catch.hpp:4631
Method
Top
()
heaps/BinomialHeap/Go/binomial_heap.go:150
Method
TrackerBase
Searching/binary search/c/test/catch.hpp:6164
Method
TrackerContext
Searching/binary search/c/test/catch.hpp:6105
Method
TrackerHasName
Searching/binary search/c/test/catch.hpp:6150
Method
Traverse
(n *Node, f func(*Node))
Tree/Binary Search Tree/go/src/bst.go:157
Method
Tree
* Tree constructor: * This implementation uses Sentinel nodes, so I create one, make his color black * and then I make my root point to it. */
data structures/Red Black/CPP/arvore_rb_c.cpp:8
Method
Tree
(int size)
Tree/Binary Tree/BinaryTree.java:6
Method
TreeNode
(int data)
Tree/Traverals/JAVA/BinaryTree.java:11
Method
TreeNode
Tree/Traverals/CPP/vertical order traversal.cpp:19
Method
UnionFind
Graphs/kruskal/cpp/Kruskal.cpp:26
Method
ValuesGenerator
Searching/binary search/c/test/catch.hpp:2537
Function
VectorContains
Searching/binary search/c/test/catch.hpp:3110
Method
Version
Searching/binary search/c/test/catch.hpp:8444
Method
VisitAll
<summary> Recursive DFS Implementation with helper. Traverses all the nodes in a graph starting from a specific node, applying the passed action to ev
Graphs/DepthFirstSearcher/DepthFirstSearcher.cs:47
Method
WildcardPattern
Searching/binary search/c/test/catch.hpp:3592
Method
Win32ColourImpl
Searching/binary search/c/test/catch.hpp:7940
Method
XmlEncode
Searching/binary search/c/test/catch.hpp:9992
Method
XmlReporter
Searching/binary search/c/test/catch.hpp:10214
Method
XmlWriter
Searching/binary search/c/test/catch.hpp:10081
Method
[Symbol.iterator]
()
data structures/linked list/javascript/linkedList.js:123
Method
__eq__
(self, num)
Sorting/Patience Sorting/Python3/patience_sort.py:8
Method
__eq__
(self, other)
Other Algorithms/AStar/astar.py:11
Method
__eq__
(self, other)
Graphs/A star pathfinding algorithm/Astar.py:22
Method
__init__
(self,data = None,next = None)
LinkedList/LinkedListModule.py:4
Method
__init__
(self)
LinkedList/LinkedListModule.py:11
Method
__init__
(self, timestamp, data, previousHash = ' ')
Blockchain/blockchain_algorithm.py:5
Method
__init__
(self)
Blockchain/blockchain_algorithm.py:16
Method
__init__
(self, parent=None, position=None)
Other Algorithms/AStar/astar.py:3
Method
__init__
(self, keywords)
Other Algorithms/String/python/ahocorasick.py:5
Method
__init__
(self, weight=0, value=0)
Greedy Algorithms/Fractional Knapsack/python/fractionalKnapsack.py:4
Method
__init__
(self, start, finish)
Greedy Algorithms/Activity Selection/python/activity_selection.py:5
Method
__init__
(self, vertices)
Recursive Algorithms/DFS/Python/dfs_graph.py:2
Method
__init__
(self, player1, player2)
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:7
Method
__init__
(self, player)
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:131
Method
__init__
(self, player)
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:188
Method
__init__
(self,graph={})
data structures/Graph/GraphDictionaries.py:2
Method
__init__
(self,vertex)
data structures/Graph/GraphDFS(Letters).py:2
Method
__init__
(self)
data structures/Graph/GraphDFS(Letters).py:13
Method
__init__
(self,vertex)
data structures/Graph/GraphAL.py:2
Method
__init__
(self)
data structures/Graph/GraphAL.py:13
Method
__init__
(self,vertex)
data structures/Graph/GraphBFS.py:2
Method
__init__
(self,vertex)
data structures/Graph/GraphDFS.py:2
Method
__init__
(self)
data structures/Graph/GraphDFS.py:13
Method
__init__
(self,vertex)
data structures/Graph/Example/GraphExample.py:2
Method
__init__
(self)
data structures/Graph/Example/GraphExample.py:13
Method
__init__
(self)
data structures/stack/python/stack.py:2
Method
__init__
(self)
data structures/stack/python/timeTravelStack.py:9
Method
__init__
(self)
data structures/queue/python/queue.py:3
Method
__init__
(self)
data structures/trie/python/trie.py:8
Method
__init__
(self)
data structures/trie/python/trie.py:17
Method
__init__
(self,data=None,next_node=None)
data structures/linked list/python/Stack_with_Singly_Linked_List.py:2
Method
__init__
(self,head=None)
data structures/linked list/python/Stack_with_Singly_Linked_List.py:17
Method
__init__
(self,data=None,next_node=None)
data structures/linked list/python/Queue_with_Singly_Linked_List.py:2
Method
__init__
(self,head=None)
data structures/linked list/python/Queue_with_Singly_Linked_List.py:17
Method
__init__
(self, data)
data structures/linked list/python/linkedlist.py:2
Method
__init__
(self)
data structures/linked list/python/linkedlist.py:7
Method
__init__
(self,data,next_node=None)
data structures/linked list/python/Singly-linked-list.py:2
Method
__init__
(self,head=None)
data structures/linked list/python/Singly-linked-list.py:17
Method
__init__
(self, value)
Tree/Binary Search Tree/bstree.py:5
Method
__init__
(self)
Tree/Binary Search Tree/bstree.py:14
Method
__init__
(self, item)
Tree/right_view_binary_tree/python/right_view.py:3
Method
__init__
(self, start, end)
Tree/segment tree/python/segment_tree.py:5
Method
__init__
:type nums: List[int]
Tree/segment tree/python/segment_tree.py:13
Method
__init__
(self, parent=None, position=None)
Graphs/A star pathfinding algorithm/Astar.py:14
Method
__init__
(self,key,level)
Graphs/BinaryTree/python/binaryTreeFromInfixNPrefix.py:26
Method
__init__
(self,key)
Graphs/BinaryTree/python/binaryTree.py:3
Method
__init__
(self, V)
Graphs/check bipartite/Python/checkBipartite.py:6
Method
__init__
(self,graph)
Graphs/ford-fulkerson/python/max_flow.py:8
Method
__init__
(self)
Graphs/bfs/python/bfs.py:2
Method
__init__
(self)
Graphs/bfs/python/bfs.py:46
Method
__init__
(self, vertices)
Graphs/Dijkstra Algorithm/python/dijkstra.py:5
Method
__init__
(self,vertices)
Graphs/Minimum Spanning Tree/python/MST_kruskal.py:10
← previous
next →
1,901–2,000 of 3,327, ranked by callers