MCPcopy Create free account

hub / github.com/OpenGenus/cosmos / functions

Functions8,543 in github.com/OpenGenus/cosmos

↓ 8 callersFunctiongNode_EdgesHead
code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_c/lgraph_struct.c:16
↓ 8 callersFunctiongaz
do galois field
code/cryptography/src/aes_128/aes_128.cpp:240
↓ 8 callersMethodgetMessage
test/c++/catch.hpp:4276
↓ 8 callersFunctiongetNewNode
create a new node
code/data_structures/src/tree/binary_tree/binary_tree/make_mirror_tree/make_mirror_tree.cpp:11
↓ 8 callersFunctiongetSR
Get set representative
code/graph_algorithms/src/boruvka_minimum_spanning_tree/boruvka_minimum_spanning_tree.cpp:34
↓ 8 callersMethodgetSourceInfo
test/c++/catch.hpp:4279
↓ 8 callersFunctioninc_neighborhood
Inc neighborhood according to game of life rules. */
code/cellular_automaton/src/conways_game_of_life/game_of_life_c_sdl.c:207
↓ 8 callersFunctioninsC
insertion cost
code/dynamic_programming/src/edit_distance/edit_distance_hirschberg.cpp:20
↓ 8 callersFunctioninsertatend
(d, root)
code/data_structures/src/list/singly_linked_list/operations/print_reverse/print_reverse.py:26
↓ 8 callersMethodintersect
code/computational_geometry/src/halfplane_intersection/halfplane_intersection.cpp:66
↓ 8 callersFunctionisEmpty
Utility function to chcek if stack is empty
code/data_structures/src/stack/sort_stack/sort_stack.c:20
↓ 8 callersFunctionisPerfectSquare
code/mathematical_algorithms/src/check_is_square/check_is_square.js:1
↓ 8 callersFunctionmax
code/string_algorithms/src/boyer_moore_algorithm/boyer_moore_algorithm.c:7
↓ 8 callersFunctionmax
(n1, n2 int)
code/dynamic_programming/src/largest_sum_contiguous_subarray/largest_sum_contiguous_subarray.go:6
↓ 8 callersFunctionmin
(x, y int)
code/search/src/jump_search/jump_search.go:39
↓ 8 callersFunctionmod5
function to find the modulus with 5
code/cryptography/src/playfair_cipher/playfair_cipher.c:99
↓ 8 callersFunctionnewNode
code/data_structures/src/list/circular_linked_list/operations/FloydAlgo_circular_ll.cpp:37
↓ 8 callersFunctionnewnode
code/data_structures/src/tree/binary_tree/binary_tree/traversal/preorder/right_view/right_view.cpp:11
↓ 8 callersFunctionnewnode
code/data_structures/src/tree/binary_tree/binary_tree/traversal/preorder/right_view/right_view2.cpp:11
↓ 8 callersMethodnormalTransition
(stateName)
code/artificial_intelligence/src/q_learning/q_learning.js:146
↓ 8 callersMethodpoll
Retrieves and removes the head of this queue, or returns null if this queue is empty. This method differs from peek only in that it throws an exceptio
code/data_structures/src/queue/queue_using_stack/queue_using_stack.java:80
↓ 8 callersMethodpop
code/operating_system/src/memory_management/partitioned_allocation/best_fit.cpp:29
↓ 8 callersMethodpredict
(self, xtest)
code/artificial_intelligence/src/support_vector_machine/svm.py:36
↓ 8 callersFunctionshift_solution
code/mathematical_algorithms/src/diophantine/diophantine.cpp:39
↓ 8 callersFunctiontest
* Tests * * @param {number} m The size of bit vector backing the bloom filter * @param {[Function]} k The nunber of times the element needs to be h
code/data_structures/src/hashs/bloom_filter/bloom_filter.js:182
↓ 8 callersMethodvalue
code/data_structures/src/list/xor_linked_list/xor_linked_list.cpp:56
↓ 7 callersFunctionDisplayHeap
(root)
code/data_structures/src/binary_heap/binary_heap.py:73
↓ 7 callersFunctionInsertAtTail
code/data_structures/src/list/merge_two_sorted_lists/Merging_two_sorted.cpp:25
↓ 7 callersFunctionUnit
code/computational_geometry/src/sphere_tetrahedron_intersection/luvector.hpp:524
↓ 7 callersFunctionWriteBlock
code/data_structures/src/tree/b_tree/b_tree/b_tree_c/btree.c:291
↓ 7 callersMethodaddEdge
code/graph_algorithms/src/cycle_undirected_graph/cycle_undirected_graph.cpp:26
↓ 7 callersMethodaddEdge
Add an edge between the two given nodes. If a node does not exist in the graph yet, add it.
code/graph_algorithms/src/depth_first_search/depth_first_search.go:36
↓ 7 callersFunctioncheckPalindrome
code/string_algorithms/src/palindrome_checker/palindrome.js:10
↓ 7 callersMethodcount
test/c++/catch.hpp:4813
↓ 7 callersFunctionempty
* Is the queue empty? * @returns {boolean}
code/data_structures/src/tree/heap/priority_queue/priority_queue.js:56
↓ 7 callersMethodempty
code/data_structures/src/queue/queue_using_linked_list/queue_using_linked_list.cpp:84
↓ 7 callersMethodequal
(self, pt)
code/computational_geometry/src/jarvis_march/jarvis_march.py:11
↓ 7 callersFunctionf
code/mathematical_algorithms/src/newton_raphson_method/newton_raphson.c:4
↓ 7 callersFunctionfill
(arr, size)
code/sorting/test/test_sort.py:40
↓ 7 callersFunctionfunc
code/numerical_analysis/false_position/src/False Position.cpp:11
↓ 7 callersFunctiongEdgesList_Next
code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_c/lgraph_struct.c:19
↓ 7 callersFunctiongLG_Node
code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_c/lgraph_struct.c:11
↓ 7 callersMethodgetConfig
test/c++/catch.hpp:6134
↓ 7 callersFunctiongetNewNode
create a new node
code/data_structures/src/tree/binary_tree/binary_tree/minimum_height/minimum_height.cpp:11
↓ 7 callersFunctiongetNewNode
create a new node
code/data_structures/src/tree/binary_tree/binary_tree/diameter/diameter2.cpp:27
↓ 7 callersFunctioninOrder
Function for inorder traversal of threaded binary tree
code/data_structures/src/tree/binary_tree/binary_tree/traversal/inorder/right_threaded/right_threaded.cpp:134
↓ 7 callersFunctioninsert
code/languages/cpp/linear_search/Linear Search In A LinkedList With Duplicates.cpp:12
↓ 7 callersFunctioninsert
code/languages/c/linear_search/linear_search_duplicates_linked_list.c:14
↓ 7 callersFunctioninsert
code/data_structures/src/tree/binary_tree/avl_tree/avl_tree.c:93
↓ 7 callersFunctioninsert
Insert key
code/data_structures/src/tree/binary_tree/binary_tree/tree/tree.cpp:50
↓ 7 callersMethodinsert
(newNode *Node)
code/data_structures/src/tree/binary_tree/binary_tree/tree/tree.go:12
↓ 7 callersMethodinsert
code/data_structures/src/tree/van_emde_boas_tree/van_emde_boas_tree.cpp:44
↓ 7 callersFunctionisPalindrome
(str: string)
code/string_algorithms/src/palindrome_checker/palindrome.ts:3
↓ 7 callersFunctionmax
Max function
code/dynamic_programming/src/longest_increasing_subsequence/longest_increasing_subsequence.c:6
↓ 7 callersMethodmin
(int x, int y, int z)
code/dynamic_programming/src/min_cost_path/min_cost_path.java:33
↓ 7 callersMethodnextLong
()
code/languages/Java/Reduce_Time_complexity.java:72
↓ 7 callersMethodpop
(self)
code/data_structures/src/stack/reverse_stack/reverse_stack.py:19
↓ 7 callersMethodprint
code/data_structures/src/list/skip_list/skip_list.cpp:95
↓ 7 callersFunctionpush
Utility function to push an item to stack
code/data_structures/src/stack/sort_stack/sort_stack.c:28
↓ 7 callersMethodpush
code/data_structures/src/minqueue/minqueue.cpp:41
↓ 7 callersMethodpush
code/operating_system/src/memory_management/partitioned_allocation/worst_fit.cpp:22
↓ 7 callersMethodpush
code/operating_system/src/memory_management/partitioned_allocation/next_fit.cpp:22
↓ 7 callersMethodpush
code/operating_system/src/memory_management/partitioned_allocation/first_fit.cpp:22
↓ 7 callersFunctionqsort
code/sorting/src/quick_sort/quick_sort_median_of_medians.c:21
↓ 7 callersFunctionreset
()
code/languages/python/Image Encryption Decryption/image_encryption_decryption.py:125
↓ 7 callersMethodround
Round function that takes 64-bit and 48-bit key Gives a 64-bit output There will be 16 rounds in DES @param input 64-bit @param key 48-bit @param nu
code/cryptography/src/des_cipher/des_java/DES.java:183
↓ 7 callersMethodset
test/c++/catch.hpp:5230
↓ 7 callersMethodset_key
(self, key)
code/data_structures/src/hashs/hash_table/hash_table.py:22
↓ 7 callersMethodset_value
(self, value)
code/data_structures/src/hashs/hash_table/hash_table.py:25
↓ 7 callersMethodsize
code/data_structures/src/minqueue/minqueue.cpp:25
↓ 7 callersMethodsize
code/data_structures/src/list/singly_linked_list/singly_linked_list.h:107
↓ 7 callersMethodsizeOfBag
code/data_structures/test/bag/test_bag.cpp:52
↓ 7 callersMethodunion
(self, a, b)
code/data_structures/src/tree/multiway_tree/union_find/union_find.py:30
↓ 7 callersMethodwidth
test/c++/catch.hpp:4529
↓ 6 callersMethodCheck
Adds the item into the Set
code/data_structures/src/hashs/bloom_filter/bloom_filter.go:14
↓ 6 callersMethodInsert
(key interface{})
code/data_structures/src/list/doubly_linked_list/doubly_linked_list.go:20
↓ 6 callersFunctionLGraph_addUEdge
* Add a new undirected edge to the graph, connecting id1 & id2. * * @graph The graph. * @id1 ID of a node. * @id2 ID of a node. * * @return 0 on
code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_c/lgraph_struct.c:208
↓ 6 callersMethodNext
code/data_structures/src/list/singly_linked_list/singly_linked_list_with_classes.cpp:26
↓ 6 callersMethodPush
(v int)
code/data_structures/src/queue/reverse_queue/reverse_queue.go:22
↓ 6 callersMethodSort
(int L, int U)
code/sorting/src/quick_sort/quick_sort.cs:56
↓ 6 callersMethodUnion
Union connects p and q by finding their roots and comparing their respective size arrays to keep the tree flat
code/data_structures/src/tree/multiway_tree/union_find/union_find.go:32
↓ 6 callersMethodUnion
Connect vertices `a` and `b`.
code/data_structures/src/tree/multiway_tree/union_find/union_find.cpp:39
↓ 6 callersMethodadd
test/c++/catch.hpp:6968
↓ 6 callersMethodadd
(String name,int age)
code/design_pattern/src/iterator_pattern/class.java:19
↓ 6 callersMethodaddEdge
code/graph_algorithms/src/cycle_directed_graph/cycle_directed_graph.cpp:24
↓ 6 callersMethodaddEdge
(self, u, v)
code/graph_algorithms/src/transitive_closure_graph/transitive_closure_graph.py:18
↓ 6 callersMethodaddEdge
(self, node1, node2)
code/graph_algorithms/src/breadth_first_search/breadth_first_search.py:26
↓ 6 callersMethodaddEdge
(int v,int w)
code/graph_algorithms/src/breadth_first_search/breadth_first_search.java:21
↓ 6 callersMethodaddEdge
code/graph_algorithms/src/centroid_decomposition/centroid_decomposition.cpp:28
↓ 6 callersMethodaddEdge
(self, u, v)
code/graph_algorithms/src/strongly_connected_components/strongly_connected_components.py:15
↓ 6 callersMethodaddEdge
(u, v)
code/graph_algorithms/src/topological_sort/topological_sort.js:18
↓ 6 callersMethodaddEdge
Function to add an edge into the graph
code/graph_algorithms/src/depth_first_search/depth_first_search.cs:24
↓ 6 callersMethodaddEdge
(self, node1, node2)
code/graph_algorithms/src/depth_first_search/depth_first_search.py:10
↓ 6 callersMethodaddEdge
(int v, int w)
code/graph_algorithms/src/depth_first_search/depth_first_search.java:25
↓ 6 callersMethodaddEdge
Function to add an edge into the Graph
code/graph_algorithms/src/depth_first_search/depth_first_search.kt:11
↓ 6 callersMethodaddEdge
code/sorting/src/topological_sort/topological_sort.cpp:34
↓ 6 callersMethodaddValue
(char character, int valueToShiftBy)
code/cryptography/src/caesar_cipher/caesar_cipher.cs:15
↓ 6 callersMethodadd_edge
(self, a, b)
code/graph_algorithms/src/graph_coloring/graph_coloring_greedy.py:10
↓ 6 callersFunctionbinary_insert
This recursive function will insert the objects into the tree
code/sorting/src/tree_sort/tree_sort.py:13
↓ 6 callersFunctionbtree_ins
code/data_structures/src/tree/b_tree/b_tree/b_tree_c/btree.c:121
← previousnext →301–400 of 8,543, ranked by callers