Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGenus/cosmos
/ types & classes
Types & classes
1,606 in github.com/OpenGenus/cosmos
⨍
Functions
8,543
◇
Types & classes
1,606
↓ 83 callers
Class
list
code/data_structures/src/list/singly_linked_list/menu_interface/link.h:8
↓ 46 callers
TypeAlias
set
Part of Cosmos by OpenGenus Foundation ************************************** * Structures **************************************/ Define set struct
code/graph_algorithms/src/depth_first_search/depth_first_search.go:19
↓ 25 callers
Class
Opt
test/c++/catch.hpp:5276
↓ 20 callers
Class
Point3D
3d point representation. +----+ / /| Y +----+ | | | + | |/ Z +----+ X
code/data_structures/src/tree/space_partitioning_tree/oc_tree/oc_tree.py:25
↓ 15 callers
Class
Box
Box Class represents boundaries.
code/data_structures/src/tree/space_partitioning_tree/oc_tree/oc_tree.py:54
↓ 15 callers
Class
Column
test/c++/catch.hpp:4403
↓ 13 callers
Class
pluralise
test/c++/catch.hpp:1967
↓ 11 callers
Class
Colour
test/c++/catch.hpp:3666
↓ 10 callers
Class
Line
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:41
↓ 10 callers
Class
coor2d
code/computational_geometry/src/sutherland_hodgeman_clipping/sutherland_hodgeman_clipping.cpp:15
↓ 9 callers
Class
Box
Struct to represent the boxes
code/dynamic_programming/src/box_stacking/box_stacking.cpp:11
↓ 9 callers
Class
OctreeNode
Octree node: - 8 octants, 8 children - It stores Point3D (a specific capacity)
code/data_structures/src/tree/space_partitioning_tree/oc_tree/oc_tree.py:193
↓ 9 callers
Class
vec2
code/computational_geometry/src/2d_separating_axis_test/2d_separating_axis_test.cpp:9
↓ 8 callers
Class
ColumnBreak
test/c++/catch.hpp:10527
↓ 8 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/traversal/preorder/right_view/right_view.py:4
↓ 8 callers
Class
ParseState
test/c++/catch.hpp:4948
↓ 7 callers
Class
Node
Base class to contain the tree metadata per instance of the class
code/sorting/src/tree_sort/tree_sort.py:4
↓ 6 callers
Class
Activity
code/greedy_algorithms/src/activity_selection/activity_selection.py:9
↓ 6 callers
Class
Array
Part of Cosmos by OpenGenus Foundation
code/sorting/src/heap_sort/heap_sort.rb:2
↓ 6 callers
Class
Point
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:10
↓ 6 callers
Class
cmplx
code/mathematical_algorithms/src/multiply_polynomial/multiply_polynomial.cpp:14
↓ 6 callers
Class
iterator
test/c++/catch.hpp:4410
↓ 5 callers
Class
Graph
code/graph_algorithms/src/eulerian_path/eulerian_path.py:9
↓ 5 callers
Class
Node
code/graph_algorithms/src/left_view_binary_tree/left_view_binary_tree.py:4
↓ 5 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/maximum_height/maximum_height.py:4
↓ 5 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/minimum_height/minimum_height.py:4
↓ 5 callers
Class
Point
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:13
↓ 5 callers
Class
QuadTree
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:19
↓ 5 callers
Class
Rectangle
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:5
↓ 5 callers
Class
String
Part of Cosmos by OpenGenus Foundation
code/string_algorithms/src/palindrome_checker/palindrome.rb:2
↓ 5 callers
Class
TestSpecParser
test/c++/catch.hpp:2796
↓ 5 callers
Class
node
code/data_structures/src/tree/binary_tree/rope/rope.py:1
↓ 4 callers
Class
CasedString
test/c++/catch.hpp:2137
↓ 4 callers
Class
Node
code/artificial_intelligence/src/decision_tree/decision_trees_information_gain.py:6
↓ 4 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/tree/tree.py:18
↓ 4 callers
Class
QuantumMapping
code/quantum_algorithms/shors_algorithm/P1_shor_primefactorization.py:13
↓ 4 callers
Class
QuantumRegister
code/quantum_algorithms/shors_algorithm/P1_shor_primefactorization.py:56
↓ 4 callers
Class
SummaryColumn
test/c++/catch.hpp:11014
↓ 4 callers
Class
anagram_search
code/string_algorithms/src/anagram_search/anagram_search.java:5
↓ 4 callers
Class
vec2
code/computational_geometry/src/quick_hull/quick_hull.cpp:6
↓ 3 callers
Class
BTreeNode
A B-Tree Node. attributes ===================== leaf : boolean, determines whether this node is a leaf. keys : list, a list of ke
code/data_structures/src/tree/b_tree/b_tree/b_tree.py:1
↓ 3 callers
Class
BinaryTree
code/data_structures/src/tree/binary_tree/binary_tree/balance_binary_tree/BST.py:1
↓ 3 callers
Class
DFA
Class for Deterministic Finite Atomata
code/theory_of_computation/src/deterministic_finite_automaton/dfa.py:1
↓ 3 callers
Class
GameState
code/artificial_intelligence/src/minimax/minimax.py:16
↓ 3 callers
Class
Graph
code/graph_algorithms/src/bridges_in_graph/Count_bridges.py:7
↓ 3 callers
Class
HalfPlane
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:103
↓ 3 callers
Class
Item
code/greedy_algorithms/src/fractional_knapsack/fractional_knapsack.py:7
↓ 3 callers
Class
MyPoint
code/computational_geometry/src/area_of_triangle/area_of_triangle.py:9
↓ 3 callers
Class
NameAndLocation
test/c++/catch.hpp:3807
↓ 3 callers
Class
Node
Simple node class for A* pathfinding
code/artificial_intelligence/src/a_star/a_star.py:4
↓ 3 callers
Class
Node
A Node in a singly-linked list Parameters ------------------- data : The data to be stored in the node next:
code/data_structures/src/list/singly_linked_list/operations/insertion/insertion_at_nth_node.py:5
↓ 3 callers
Class
Node
code/data_structures/src/tree/multiway_tree/splay_tree/splay_tree.kt:12
↓ 3 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/make_mirror_tree/make_mirror_tree.py:4
↓ 3 callers
Class
Node
code/data_structures/src/tree/binary_tree/binary_tree/path_sum/sum_left/left_sum.py:4
↓ 3 callers
Class
Observer
code/design_pattern/src/OOP_patterns/observer_pattern/observer_pattern.py:56
↓ 3 callers
Class
PersistentTreap
code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:35
↓ 3 callers
Class
Point
code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.cpp:7
↓ 3 callers
Class
Point
code/computational_geometry/src/graham_scan/graham_scan.py:4
↓ 3 callers
Class
Rope
code/data_structures/src/tree/binary_tree/rope/rope.py:53
↓ 3 callers
Class
RowBreak
test/c++/catch.hpp:10528
↓ 3 callers
Class
SinglyLinkedList
code/data_structures/src/list/singly_linked_list/operations/find/find.py:32
↓ 3 callers
Class
StringRef
A non-owning string class (similar to the forthcoming std::string_view) Note that, because a StringRef may be a substring of another string, it may no
test/c++/catch.hpp:332
↓ 3 callers
Class
TreapNode
code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:10
↓ 3 callers
Class
Watcher
code/artificial_intelligence/src/sat/togasat.cpp:121
↓ 2 callers
Class
Block
code/artificial_intelligence/src/residual_convolutional_neural_network/main.py:17
↓ 2 callers
Class
Edge
code/graph_algorithms/src/biconnected_components/biconnected_components.cpp:7
↓ 2 callers
Class
Graph
code/graph_algorithms/src/cycle_directed_graph/cycle_directed_graph.py:4
↓ 2 callers
Class
Graph
code/graph_algorithms/src/strongly_connected_components/strongly_connected_components.py:9
↓ 2 callers
Class
Graph
code/graph_algorithms/src/hamiltonian_cycle/hamiltonian_cycle.py:8
↓ 2 callers
Class
GroupInfo
test/c++/catch.hpp:3236
↓ 2 callers
Class
HashObject
code/data_structures/src/hashs/hash_table/hash_table.py:11
↓ 2 callers
Class
HeapCompare
code/greedy_algorithms/test/kruskal_minimum_spanning_tree/test_kruskal.cpp:12
↓ 2 callers
Class
HeapNode
code/greedy_algorithms/src/huffman_coding/huffman_coding.py:12
↓ 2 callers
Class
InstagramUser
Class Instagram crawl instagram user information Usage: (doctest failing on Travis CI) # >>> instagram_user = InstagramUser("github")
code/languages/python/web_programming/instagram_crawler.py:22
↓ 2 callers
Class
Instrument
code/languages/python/static-class-variable/StaticClassVariable.py:5
↓ 2 callers
Class
LazyExpression
test/c++/catch.hpp:1199
↓ 2 callers
Class
Node
code/cryptography/src/huffman_encoding/huffman.py:2
↓ 2 callers
Class
Node
code/data_structures/src/DoubleLinkedList/Doubly linked list.py:1
↓ 2 callers
Class
Node
A Node in a singly-linked list Parameters ------------------- data : The data to be stored in the node next:
code/data_structures/src/list/singly_linked_list/operations/insertion/insertion_at_end.py:5
↓ 2 callers
Class
Node
code/data_structures/src/list/singly_linked_list/operations/print_reverse/print_reverse.py:2
↓ 2 callers
Class
ObservationTetrahedron
* Observation tetrahedra (OT) are special tetrahedra constructed for analytical calculations. * OTs have right angles in many of their corners, and o
code/computational_geometry/src/sphere_tetrahedron_intersection/sphere_tetrahedron_intersection.cpp:70
↓ 2 callers
Class
Parser
test/c++/catch.hpp:5129
↓ 2 callers
Class
Queue
code/data_structures/src/queue/reverse_queue/reverse_queue.py:4
↓ 2 callers
Class
ReporterConfig
test/c++/catch.hpp:3201
↓ 2 callers
Class
Segment
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:73
↓ 2 callers
Class
Session
test/c++/catch.hpp:8039
↓ 2 callers
Class
Solution
O(logn)
code/online_challenges/src/leetcode/Sqrt(x)/Sqrt(x).cpp:4
↓ 2 callers
Class
SourceLineInfo
test/c++/catch.hpp:228
↓ 2 callers
Class
Stack
code/data_structures/src/queue/queue_using_stack/queue_using_stack.py:4
↓ 2 callers
Class
TestCaseStats
test/c++/catch.hpp:3279
↓ 2 callers
Class
TestRunStats
test/c++/catch.hpp:3316
↓ 2 callers
Class
TrieNode
code/data_structures/src/tree/tree/trie/trie.py:4
↓ 2 callers
Class
XmlEncode
test/c++/catch.hpp:9883
↓ 2 callers
Class
layer
code/artificial_intelligence/src/neural_network/neural_network.py:175
↓ 2 callers
Class
node
code/data_structures/src/stack/stack/stack_using_linked_list.py:1
↓ 2 callers
Class
polygon
code/computational_geometry/src/sutherland_hodgeman_clipping/sutherland_hodgeman_clipping.cpp:39
↓ 2 callers
Class
postfix
code/data_structures/src/stack/postfix_evaluation/postfix_evaluation.py:5
↓ 2 callers
Class
recursive_binary_search_tag
code/search/src/binary_search/binary_search.cpp:62
↓ 2 callers
Class
recursive_quick_sort_tag
code/sorting/src/quick_sort/quick_sort.cpp:47
↓ 2 callers
Class
sigaction
test/c++/catch.hpp:6603
next →
1–100 of 1,606, ranked by callers