Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAR-solutions/Algorithms
/ types & classes
Types & classes
712 in github.com/VAR-solutions/Algorithms
⨍
Functions
3,327
◇
Types & classes
712
↓ 19 callers
Class
Colour
Searching/binary search/c/test/catch.hpp:5550
↓ 18 callers
Class
Astar
Searching/8-puzzleProblem/8-puzzleProblem.py:8
↓ 13 callers
Class
pluralise
Searching/binary search/c/test/catch.hpp:448
↓ 10 callers
Class
TextAttributes
Searching/binary search/c/test/catch.hpp:4163
↓ 9 callers
Class
Node
Graphs/BinaryTree/python/binaryTree.py:2
↓ 8 callers
Class
Node
Tree/right_view_binary_tree/python/right_view.py:2
↓ 7 callers
Class
Text
Searching/binary search/c/test/catch.hpp:4182
↓ 6 callers
Class
Activity
Greedy Algorithms/Activity Selection/python/activity_selection.py:3
↓ 5 callers
Class
TestSpecParser
Searching/binary search/c/test/catch.hpp:3719
↓ 4 callers
Class
AhoCorasick
Other Algorithms/String/python/ahocorasick.py:4
↓ 4 callers
Class
CasedString
Searching/binary search/c/test/catch.hpp:2983
↓ 4 callers
Class
Node
Class to create nodes for a linked list
LinkedList/LinkedListModule.py:1
↓ 4 callers
Class
SummaryColumn
Searching/binary search/c/test/catch.hpp:10978
↓ 4 callers
Class
Token
Searching/binary search/c/test/catch.hpp:4629
↓ 3 callers
Class
Item
Greedy Algorithms/Fractional Knapsack/python/fractionalKnapsack.py:2
↓ 3 callers
Class
NameAndLocation
Searching/binary search/c/test/catch.hpp:6048
↓ 3 callers
Class
Node
Other Algorithms/AStar/astar.py:2
↓ 3 callers
Class
Node
A node class for A* Pathfinding
Graphs/A star pathfinding algorithm/Astar.py:11
↓ 2 callers
Class
Arg
Searching/binary search/c/test/catch.hpp:4750
↓ 2 callers
Class
AssertionInfo
Searching/binary search/c/test/catch.hpp:940
↓ 2 callers
Class
Graph
Graphs/bfs/python/bfs.py:1
↓ 2 callers
Class
GroupInfo
Searching/binary search/c/test/catch.hpp:5653
↓ 2 callers
Class
LinearSearch
Searching/Linear Search/LinearSearchRec.java:5
↓ 2 callers
Class
Node
data structures/Graph/GraphDFS(Letters).py:1
↓ 2 callers
Class
Node
data structures/Graph/GraphDFS.py:1
↓ 2 callers
Class
Node
data structures/linked list/python/Singly-linked-list.py:1
↓ 2 callers
Struct
Node
Tree/Binary Search Tree/go/src/bst.go:7
↓ 2 callers
Class
ReporterConfig
Searching/binary search/c/test/catch.hpp:5611
↓ 2 callers
Class
SegmentTree
Tree/segment tree/python/segment_tree.py:4
↓ 2 callers
Class
Session
Searching/binary search/c/test/catch.hpp:7116
↓ 2 callers
Class
TestCaseStats
Searching/binary search/c/test/catch.hpp:5723
↓ 2 callers
Class
TestRunStats
Searching/binary search/c/test/catch.hpp:5777
↓ 2 callers
Class
TimeTravelStack
data structures/stack/python/timeTravelStack.py:7
↓ 2 callers
Class
TreeNode
Tree/Binary Search Tree/bstree.py:4
↓ 2 callers
Class
XmlEncode
Searching/binary search/c/test/catch.hpp:9988
↓ 2 callers
Class
block
Blockchain/blockchain_algorithm.py:4
↓ 2 callers
Class
move
A Structure to hold the two parameters of a move A move has two parameters- 1) pile_index = The index of pile from which stone is
Combinatorial Game Theory/Game of NIM/gameNIM.c:17
↓ 2 callers
Class
sigaction
Searching/binary search/c/test/catch.hpp:6592
↓ 1 callers
Class
Approx
Searching/binary search/c/test/catch.hpp:2798
↓ 1 callers
Class
AssertionResult
Searching/binary search/c/test/catch.hpp:995
↓ 1 callers
Class
AssertionStats
Searching/binary search/c/test/catch.hpp:5667
↓ 1 callers
Class
BSTree
Tree/Binary Search Tree/bstree.py:12
↓ 1 callers
Class
BinarySearch
Only Applies To Sorted Data - Efficient Binary Search in Kotlin by Kendall Jackson
Graphs/BinaryTree/kotlin/binaryKotlin.kt:2
↓ 1 callers
Class
BinomialHeap
heaps/BinomialHeap/Python/binomial_heap.py:34
↓ 1 callers
Class
BubbleSort
Sorting/Bubble Sort/Java/BubbleSort.java:3
↓ 1 callers
Class
BySectionInfo
Searching/binary search/c/test/catch.hpp:9737
↓ 1 callers
Class
CoinChange
Dynamic Programming/coin change/python/coin_change.py:1
↓ 1 callers
Class
ContainsMatcher
Searching/binary search/c/test/catch.hpp:3005
↓ 1 callers
Class
Counts
Searching/binary search/c/test/catch.hpp:2065
↓ 1 callers
Class
EndsWithMatcher
Searching/binary search/c/test/catch.hpp:3013
↓ 1 callers
Class
EqualsMatcher
Searching/binary search/c/test/catch.hpp:3001
↓ 1 callers
Class
Filter
Searching/binary search/c/test/catch.hpp:3681
↓ 1 callers
Class
Graph
Recursive Algorithms/DFS/Python/dfs_graph.py:1
↓ 1 callers
Class
Graph
data structures/Graph/GraphDictionaries.py:1
↓ 1 callers
Class
Graph
data structures/Graph/Example/GraphExample.py:12
↓ 1 callers
Class
Graph
Graphs/check bipartite/Python/checkBipartite.py:4
↓ 1 callers
Class
Graph
Graphs/ford-fulkerson/python/max_flow.py:6
↓ 1 callers
Class
Graph
Graphs/bfs/c/bfs.c:21
↓ 1 callers
Class
Graph
Graphs/Dijkstra Algorithm/python/dijkstra.py:3
↓ 1 callers
Class
Graph
Graphs/Minimum Spanning Tree/python/MST_kruskal.py:8
↓ 1 callers
Class
Graph
Graphs/dfs/python/dfs.py:1
↓ 1 callers
Class
Graph
Backtracking/mcoloring/mcoloring.py:2
↓ 1 callers
Class
HumanPlayer
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:187
↓ 1 callers
Class
IndexOutOfBoundsException
data structures/Matrix/cpp/Array.h:6
↓ 1 callers
Class
LinkedGraph
Graphs/Minimum Spanning Tree/C++/data-structures/LinkedGraph.hpp:9
↓ 1 callers
Class
LinkedList
data structures/linked list/python/linkedlist.py:6
↓ 1 callers
Class
MiniMaxPlayer
A perfect player that uses minimax to determine best move
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:129
↓ 1 callers
Class
Node
data structures/Graph/GraphAL.py:1
↓ 1 callers
Class
Node
data structures/Graph/GraphBFS.py:1
↓ 1 callers
Class
Node
data structures/Graph/Example/GraphExample.py:1
↓ 1 callers
Class
Node
data structures/linked list/python/Stack_with_Singly_Linked_List.py:1
↓ 1 callers
Class
Node
data structures/linked list/python/Queue_with_Singly_Linked_List.py:1
↓ 1 callers
Class
Node
data structures/linked list/python/linkedlist.py:1
↓ 1 callers
Class
Node
Graphs/BinaryTree/python/binaryTreeFromInfixNPrefix.py:25
↓ 1 callers
Class
Node
Node in the binomial heap - is as a Node in a forest of binary heaps (which are implemeted as a tree) - holds a value of type T -
heaps/BinomialHeap/Python/binomial_heap.py:12
↓ 1 callers
Class
NumArray
Tree/segment tree/python/segment_tree.py:12
↓ 1 callers
Class
OrientedGraph
Graphs/Bellman-ford/python/bellman.py:1
↓ 1 callers
Class
Pile
Sorting/Patience Sorting/Python3/patience_sort.py:5
↓ 1 callers
Class
QueueUsingArray
data structures/queue/Kotlin/QueueUsingArray.kt:1
↓ 1 callers
Class
ResultBuilder
Searching/binary search/c/test/catch.hpp:1213
↓ 1 callers
Class
SecantMethod
Numerical Methods/secant_method/python/secant_method.py:1
↓ 1 callers
Class
SectionStats
Searching/binary search/c/test/catch.hpp:5699
↓ 1 callers
Class
SourceLineInfo
Searching/binary search/c/test/catch.hpp:457
↓ 1 callers
Class
Stack
data structures/Graph/GraphDFS(Letters).py:12
↓ 1 callers
Class
Stack
data structures/Graph/GraphDFS.py:12
↓ 1 callers
Class
Stack
data structures/stack/python/stack.py:1
↓ 1 callers
Class
StackUsingArray
data structures/stack/Kotlin/StackUsingArray.kt:1
↓ 1 callers
Class
StartsWithMatcher
Searching/binary search/c/test/catch.hpp:3009
↓ 1 callers
Class
Swap
Bit Manipulation/swap/Java/Swap.java:5
↓ 1 callers
Class
TagAlias
Searching/binary search/c/test/catch.hpp:3132
↓ 1 callers
Class
TagInfo
Searching/binary search/c/test/catch.hpp:5931
↓ 1 callers
Class
TestCase
Searching/binary search/c/test/catch.hpp:638
↓ 1 callers
Class
TestFailureException
Searching/binary search/c/test/catch.hpp:1196
↓ 1 callers
Class
TestGroupStats
Searching/binary search/c/test/catch.hpp:5751
↓ 1 callers
Class
TicTacToe
Class that has all necesarry components for a tic tac toe game
Recursive Algorithms/minimax/tic-tac-toe/tictactoe.py:5
↓ 1 callers
Class
TrackerHasName
Searching/binary search/c/test/catch.hpp:6147
↓ 1 callers
Class
Trie
data structures/trie/python/trie.py:14
↓ 1 callers
Class
TrieNode
data structures/trie/python/trie.py:5
↓ 1 callers
Class
blockchain
Blockchain/blockchain_algorithm.py:15
↓ 1 callers
Class
cocktailSort
Sorting/Cocktail/C++/Cocktail.cpp:6
next →
1–100 of 712, ranked by callers