MCPcopy Create free account

hub / github.com/OpenGenus/cosmos / types & classes

Types & classes1,606 in github.com/OpenGenus/cosmos

↓ 83 callersClasslist
code/data_structures/src/list/singly_linked_list/menu_interface/link.h:8
↓ 46 callersTypeAliasset
Part of Cosmos by OpenGenus Foundation ************************************** * Structures **************************************/ Define set struct
code/graph_algorithms/src/depth_first_search/depth_first_search.go:19
↓ 25 callersClassOpt
test/c++/catch.hpp:5276
↓ 20 callersClassPoint3D
3d point representation. +----+ / /| Y +----+ | | | + | |/ Z +----+ X
code/data_structures/src/tree/space_partitioning_tree/oc_tree/oc_tree.py:25
↓ 15 callersClassBox
Box Class represents boundaries.
code/data_structures/src/tree/space_partitioning_tree/oc_tree/oc_tree.py:54
↓ 15 callersClassColumn
test/c++/catch.hpp:4403
↓ 13 callersClasspluralise
test/c++/catch.hpp:1967
↓ 11 callersClassColour
test/c++/catch.hpp:3666
↓ 10 callersClassLine
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:41
↓ 10 callersClasscoor2d
code/computational_geometry/src/sutherland_hodgeman_clipping/sutherland_hodgeman_clipping.cpp:15
↓ 9 callersClassBox
Struct to represent the boxes
code/dynamic_programming/src/box_stacking/box_stacking.cpp:11
↓ 9 callersClassOctreeNode
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 callersClassvec2
code/computational_geometry/src/2d_separating_axis_test/2d_separating_axis_test.cpp:9
↓ 8 callersClassColumnBreak
test/c++/catch.hpp:10527
↓ 8 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/traversal/preorder/right_view/right_view.py:4
↓ 8 callersClassParseState
test/c++/catch.hpp:4948
↓ 7 callersClassNode
Base class to contain the tree metadata per instance of the class
code/sorting/src/tree_sort/tree_sort.py:4
↓ 6 callersClassActivity
code/greedy_algorithms/src/activity_selection/activity_selection.py:9
↓ 6 callersClassArray
Part of Cosmos by OpenGenus Foundation
code/sorting/src/heap_sort/heap_sort.rb:2
↓ 6 callersClassPoint
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:10
↓ 6 callersClasscmplx
code/mathematical_algorithms/src/multiply_polynomial/multiply_polynomial.cpp:14
↓ 6 callersClassiterator
test/c++/catch.hpp:4410
↓ 5 callersClassGraph
code/graph_algorithms/src/eulerian_path/eulerian_path.py:9
↓ 5 callersClassNode
code/graph_algorithms/src/left_view_binary_tree/left_view_binary_tree.py:4
↓ 5 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/maximum_height/maximum_height.py:4
↓ 5 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/minimum_height/minimum_height.py:4
↓ 5 callersClassPoint
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:13
↓ 5 callersClassQuadTree
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:19
↓ 5 callersClassRectangle
code/data_structures/src/tree/space_partitioning_tree/quad_tree/Python_Implementation_Visualization/QuadTree.py:5
↓ 5 callersClassString
Part of Cosmos by OpenGenus Foundation
code/string_algorithms/src/palindrome_checker/palindrome.rb:2
↓ 5 callersClassTestSpecParser
test/c++/catch.hpp:2796
↓ 5 callersClassnode
code/data_structures/src/tree/binary_tree/rope/rope.py:1
↓ 4 callersClassCasedString
test/c++/catch.hpp:2137
↓ 4 callersClassNode
code/artificial_intelligence/src/decision_tree/decision_trees_information_gain.py:6
↓ 4 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/tree/tree.py:18
↓ 4 callersClassQuantumMapping
code/quantum_algorithms/shors_algorithm/P1_shor_primefactorization.py:13
↓ 4 callersClassQuantumRegister
code/quantum_algorithms/shors_algorithm/P1_shor_primefactorization.py:56
↓ 4 callersClassSummaryColumn
test/c++/catch.hpp:11014
↓ 4 callersClassanagram_search
code/string_algorithms/src/anagram_search/anagram_search.java:5
↓ 4 callersClassvec2
code/computational_geometry/src/quick_hull/quick_hull.cpp:6
↓ 3 callersClassBTreeNode
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 callersClassBinaryTree
code/data_structures/src/tree/binary_tree/binary_tree/balance_binary_tree/BST.py:1
↓ 3 callersClassDFA
Class for Deterministic Finite Atomata
code/theory_of_computation/src/deterministic_finite_automaton/dfa.py:1
↓ 3 callersClassGameState
code/artificial_intelligence/src/minimax/minimax.py:16
↓ 3 callersClassGraph
code/graph_algorithms/src/bridges_in_graph/Count_bridges.py:7
↓ 3 callersClassHalfPlane
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:103
↓ 3 callersClassItem
code/greedy_algorithms/src/fractional_knapsack/fractional_knapsack.py:7
↓ 3 callersClassMyPoint
code/computational_geometry/src/area_of_triangle/area_of_triangle.py:9
↓ 3 callersClassNameAndLocation
test/c++/catch.hpp:3807
↓ 3 callersClassNode
Simple node class for A* pathfinding
code/artificial_intelligence/src/a_star/a_star.py:4
↓ 3 callersClassNode
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 callersClassNode
code/data_structures/src/tree/multiway_tree/splay_tree/splay_tree.kt:12
↓ 3 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/make_mirror_tree/make_mirror_tree.py:4
↓ 3 callersClassNode
code/data_structures/src/tree/binary_tree/binary_tree/path_sum/sum_left/left_sum.py:4
↓ 3 callersClassObserver
code/design_pattern/src/OOP_patterns/observer_pattern/observer_pattern.py:56
↓ 3 callersClassPersistentTreap
code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:35
↓ 3 callersClassPoint
code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.cpp:7
↓ 3 callersClassPoint
code/computational_geometry/src/graham_scan/graham_scan.py:4
↓ 3 callersClassRope
code/data_structures/src/tree/binary_tree/rope/rope.py:53
↓ 3 callersClassRowBreak
test/c++/catch.hpp:10528
↓ 3 callersClassSinglyLinkedList
code/data_structures/src/list/singly_linked_list/operations/find/find.py:32
↓ 3 callersClassStringRef
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 callersClassTreapNode
code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:10
↓ 3 callersClassWatcher
code/artificial_intelligence/src/sat/togasat.cpp:121
↓ 2 callersClassBlock
code/artificial_intelligence/src/residual_convolutional_neural_network/main.py:17
↓ 2 callersClassEdge
code/graph_algorithms/src/biconnected_components/biconnected_components.cpp:7
↓ 2 callersClassGraph
code/graph_algorithms/src/cycle_directed_graph/cycle_directed_graph.py:4
↓ 2 callersClassGraph
code/graph_algorithms/src/strongly_connected_components/strongly_connected_components.py:9
↓ 2 callersClassGraph
code/graph_algorithms/src/hamiltonian_cycle/hamiltonian_cycle.py:8
↓ 2 callersClassGroupInfo
test/c++/catch.hpp:3236
↓ 2 callersClassHashObject
code/data_structures/src/hashs/hash_table/hash_table.py:11
↓ 2 callersClassHeapCompare
code/greedy_algorithms/test/kruskal_minimum_spanning_tree/test_kruskal.cpp:12
↓ 2 callersClassHeapNode
code/greedy_algorithms/src/huffman_coding/huffman_coding.py:12
↓ 2 callersClassInstagramUser
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 callersClassInstrument
code/languages/python/static-class-variable/StaticClassVariable.py:5
↓ 2 callersClassLazyExpression
test/c++/catch.hpp:1199
↓ 2 callersClassNode
code/cryptography/src/huffman_encoding/huffman.py:2
↓ 2 callersClassNode
code/data_structures/src/DoubleLinkedList/Doubly linked list.py:1
↓ 2 callersClassNode
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 callersClassNode
code/data_structures/src/list/singly_linked_list/operations/print_reverse/print_reverse.py:2
↓ 2 callersClassObservationTetrahedron
* 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 callersClassParser
test/c++/catch.hpp:5129
↓ 2 callersClassQueue
code/data_structures/src/queue/reverse_queue/reverse_queue.py:4
↓ 2 callersClassReporterConfig
test/c++/catch.hpp:3201
↓ 2 callersClassSegment
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:73
↓ 2 callersClassSession
test/c++/catch.hpp:8039
↓ 2 callersClassSolution
O(logn)
code/online_challenges/src/leetcode/Sqrt(x)/Sqrt(x).cpp:4
↓ 2 callersClassSourceLineInfo
test/c++/catch.hpp:228
↓ 2 callersClassStack
code/data_structures/src/queue/queue_using_stack/queue_using_stack.py:4
↓ 2 callersClassTestCaseStats
test/c++/catch.hpp:3279
↓ 2 callersClassTestRunStats
test/c++/catch.hpp:3316
↓ 2 callersClassTrieNode
code/data_structures/src/tree/tree/trie/trie.py:4
↓ 2 callersClassXmlEncode
test/c++/catch.hpp:9883
↓ 2 callersClasslayer
code/artificial_intelligence/src/neural_network/neural_network.py:175
↓ 2 callersClassnode
code/data_structures/src/stack/stack/stack_using_linked_list.py:1
↓ 2 callersClasspolygon
code/computational_geometry/src/sutherland_hodgeman_clipping/sutherland_hodgeman_clipping.cpp:39
↓ 2 callersClasspostfix
code/data_structures/src/stack/postfix_evaluation/postfix_evaluation.py:5
↓ 2 callersClassrecursive_binary_search_tag
code/search/src/binary_search/binary_search.cpp:62
↓ 2 callersClassrecursive_quick_sort_tag
code/sorting/src/quick_sort/quick_sort.cpp:47
↓ 2 callersClasssigaction
test/c++/catch.hpp:6603
next →1–100 of 1,606, ranked by callers