MCPcopy Create free account

hub / github.com/OpenGenus/cosmos / functions

Functions8,543 in github.com/OpenGenus/cosmos

↓ 4 callersMethodprint
()
code/data_structures/src/DoubleLinkedList/src_java/DoubleLinkedLists.java:70
↓ 4 callersFunctionprintList
A utility function to print a linked list*/
code/data_structures/src/list/singly_linked_list/operations/unclassified/union_intersection_in_list.c:85
↓ 4 callersMethodprintList
* Printing whole list iteratively */
code/data_structures/src/CircularLinkedList/circularLinkedList.cpp:98
↓ 4 callersFunctionprintVector
* @brief print the contents of vector A * * @param vect_ vector whose index has to be printed */
code/sorting/src/slow_sort/slow_sort.cpp:38
↓ 4 callersFunctionprintheap
The function printheap() is used for printing the max heap The parameters are: 1. heap - the heap array */
code/data_structures/src/tree/heap/max_heap/max_heap.c:110
↓ 4 callersFunctionpush
code/data_structures/src/list/singly_linked_list/operations/reverse/reverse_iteration.cpp:28
↓ 4 callersMethodpush
code/data_structures/src/Linked_List/reversing_linkedlist.cpp:35
↓ 4 callersMethodpush
(T value)
code/data_structures/src/stack/stack/stack.java:15
↓ 4 callersMethodpush
(self, data)
code/data_structures/src/list/circular_linked_list/circular_linked_list.py:17
↓ 4 callersMethodpush
(int data)
code/data_structures/src/list/singly_linked_list/operations/find/find.java:15
↓ 4 callersMethodput
(Key key, Value value)
code/data_structures/src/tree/multiway_tree/splay_tree/splay_tree.java:37
↓ 4 callersFunctionquery
(tree, l, r, x, y, node)
code/data_structures/src/tree/space_partitioning_tree/segment_tree/segment_tree_rmq.py:19
↓ 4 callersFunctionrd1
code/online_challenges/src/codechef/MEETUP/MEETUP.cpp:56
↓ 4 callersFunctionrd2
code/online_challenges/src/codechef/MEETUP/MEETUP.cpp:68
↓ 4 callersMethodread
(self)
code/dynamic_programming/src/array_median/array_median.py:63
↓ 4 callersMethodrear_enqueue
(self, data)
code/data_structures/src/queue/double_ended_queue/double_ended_queue.py:22
↓ 4 callersFunctionrecognize_string
* @return 1 if string is on the language of dfa. * 0 otherwise. */
code/string_algorithms/src/finite_automata/c/dfa.c:322
↓ 4 callersMethodremoveAt
(int idx)
code/data_structures/src/list/singly_linked_list/operations/unclassified/linked_list.java:181
↓ 4 callersMethodremoveChild
(self, side)
code/data_structures/src/tree/binary_tree/rope/rope.py:35
↓ 4 callersFunctionremoveSpaces
function to remove all spaces in a string
code/cryptography/src/playfair_cipher/playfair_cipher.c:20
↓ 4 callersFunctionretriever
code/divide_conquer/src/strassen_matrix_multiplication/main.cpp:41
↓ 4 callersMethodrightChild
(self, pos)
code/data_structures/src/maxHeap/maxheap.py:31
↓ 4 callersMethodrightChild
(self, pos)
code/data_structures/src/minHeap/minHeap.py:18
↓ 4 callersMethodrightChild
(int pos)
code/data_structures/src/tree/heap/min_heap/min_heap.java:54
↓ 4 callersMethods_hash
(self, key)
code/data_structures/src/hashs/hash_table/hash_table.py:66
↓ 4 callersFunctionsearch
code/data_structures/src/tree/binary_tree/avl_tree/avl_tree.c:218
↓ 4 callersMethodsetNextNode
(Node<T> nextNode)
code/data_structures/src/list/singly_linked_list/singly_linked_list.cs:48
↓ 4 callersFunctionshiftRows
(stmt)
code/cryptography/src/aes_128/aes_128.py:1127
↓ 4 callersMethodsize
()
code/data_structures/src/hashs/hash_table/hash_table.java:36
↓ 4 callersMethodsize
()
code/data_structures/src/DoubleLinkedList/src_java/DoubleLinkedLists.java:63
↓ 4 callersMethodsize
! \brief Get size of the queue. * \return Size of the queue. */
code/data_structures/src/queue/queue/queue.cpp:101
↓ 4 callersMethodsort
(self)
code/data_structures/src/stack/sort_stack/sort_stack.py:22
↓ 4 callersMethodsplay
(Node h, Key key)
code/data_structures/src/tree/multiway_tree/splay_tree/splay_tree.java:97
↓ 4 callersFunctionsplit
(node, max_depth, min_size, depth)
code/artificial_intelligence/src/decision_tree/decision_tree.py:121
↓ 4 callersFunctionsubBytes
(stmt)
code/cryptography/src/aes_128/aes_128.py:1100
↓ 4 callersMethodsubscribe
(Observer o)
code/design_pattern/src/OOP_patterns/observer_java/observer/network/artist.java:41
↓ 4 callersFunctionsum_of_digits
* Calculates sum of digits in number * * @param int $num number * @return int sum of digits in number */
code/mathematical_algorithms/src/sum_of_digits/sum_of_digits.php:13
↓ 4 callersFunctionswap
code/sorting/src/cycle_sort/cycle_sort.c:3
↓ 4 callersFunctionswap
code/sorting/src/quick_sort/quick_sort.c:4
↓ 4 callersFunctionswap
code/sorting/src/shell_sort/shell_sort.kt:3
↓ 4 callersFunctionswap
(x, y int)
code/data_structures/src/tree/heap/max_heap/max_heap.go:10
↓ 4 callersMethodswap
* @param array $input * @param int $fromIndex * @param int $toIndex * @return array */
code/sorting/src/shaker_sort/shaker_sort.php:47
↓ 4 callersMethodswap
(self, fpos, spos)
code/data_structures/src/maxHeap/maxheap.py:44
↓ 4 callersFunctiontest
(n, k, expected)
code/unclassified/src/josephus_problem/josephus.js:12
↓ 4 callersFunctiontoLowerCase
function to convert the string to lowercase
code/cryptography/src/playfair_cipher/playfair_cipher.c:10
↓ 4 callersMethodtraverse
(self)
code/data_structures/src/queue/double_ended_queue/double_ended_queue.py:25
↓ 4 callersFunctionturtle_pos
(turtle)
code/cellular_automaton/src/langtons_ant/langtons_ant.py:10
↓ 4 callersMethodtype
test/c++/catch.hpp:4956
↓ 4 callersMethodunion
(a, b)
code/data_structures/src/tree/multiway_tree/union_find/union_find.js:17
↓ 4 callersFunctionupdate
(key int, value int)
code/data_structures/src/DoubleLinkedList/lru_cache_with_dll/src_go/main.go:50
↓ 4 callersFunctionupdate
(tree, l, r, node, index, diff)
code/data_structures/src/tree/space_partitioning_tree/segment_tree/segment_tree_rmq.py:4
↓ 4 callersMethodvalueAt
(double value)
code/numerical_analysis/integral/src/integral_trapezoid.java:34
↓ 4 callersMethodvalueOr
test/c++/catch.hpp:3173
↓ 4 callersMethodverbosity
test/c++/catch.hpp:5853
↓ 4 callersMethodvisit
(TreeSort node)
code/sorting/src/tree_sort/tree_sort.java:50
↓ 3 callersFunctionAddNumbers
code/divide_conquer/src/karatsuba_multiplication/karatsubamultiply.cpp:140
↓ 3 callersMethodAlive
Check the cell is alive
code/cellular_automaton/src/conways_game_of_life/life.go:41
↓ 3 callersFunctionAllocBlock
* If the freeBlocks list isn't empty, takes the head of the list as a new block. * Else, it allocs a new block on the disk. */
code/data_structures/src/tree/b_tree/b_tree/b_tree_c/btree.c:301
↓ 3 callersMethodBuildTrie
(IEnumerable<string> words)
code/data_structures/src/tree/tree/trie/trie.cs:139
↓ 3 callersMethodContains
Contains returns true trie contains text otherwise return false
code/data_structures/src/tree/tree/trie/trie.go:19
↓ 3 callersFunctionDecode
Decode returns the text content of a morse coded message.
code/string_algorithms/src/morse_code/morsecode.go:43
↓ 3 callersMethodEmpty
()
code/data_structures/src/stack/stack/stack.go:24
↓ 3 callersMethodEmpty
()
code/data_structures/src/queue/queue/queue.go:24
↓ 3 callersFunctionEnqueue
(Queue, element)
code/data_structures/src/queue/queue_using_linked_list/queue_using_linked_list.py:12
↓ 3 callersMethodEnqueue
Adds an element to the back of the queue.
code/data_structures/src/queue/queue/queue.cs:45
↓ 3 callersMethodGet
(key int)
code/data_structures/src/hashs/hash_table/hash_table.go:43
↓ 3 callersMethodHashFunction
(K key)
code/data_structures/src/hashs/hash_table/hash_table.java:40
↓ 3 callersFunctionInvMixColumns
(stmt)
code/cryptography/src/aes_128/aes_128.py:1173
↓ 3 callersFunctionLL_rotation
LL rotation rooted at X
code/mathematical_algorithms/src/2sum/2sum.c:42
↓ 3 callersFunctionMAKE_bin_HEAP
code/data_structures/src/tree/heap/binomial_heap/binomial_heap.c:28
↓ 3 callersFunctionMG_set
* Sets M[i][j] to val. */
code/graph_algorithms/src/data_structures/adjacency_matrix_c/mgraph_struct.c:62
↓ 3 callersFunctionMin
(x int, y int)
code/data_structures/src/tree/space_partitioning_tree/segment_tree/segment_tree_rmq.go:16
↓ 3 callersMethodNode
(int data)
code/data_structures/src/list/doubly_linked_list/doubly_linked_list.java:18
↓ 3 callersFunctionNode_addDEdge
* Connect srcNode to dest_ID by a directed edge. * * @srcNode The source node. * @dest_ID ID of the dest node. * * @return 0 on success, -1 on fa
code/graph_algorithms/src/adjacency_lists_graph_representation/adjacency_lists_in_c/lgraph_struct.c:180
↓ 3 callersFunctionPartition
code/sorting/src/median_sort/median_sort.cpp:14
↓ 3 callersFunctionPlaneNormal
code/computational_geometry/src/sphere_tetrahedron_intersection/luvector.hpp:837
↓ 3 callersMethodPop
()
code/data_structures/src/stack/stack/stack.go:12
↓ 3 callersMethodPop
()
code/data_structures/src/queue/queue/queue.go:12
↓ 3 callersMethodPrint
()
code/data_structures/src/list/circular_linked_list/circular_linked_list.java:64
↓ 3 callersFunctionPrintMatrix
Prints Matrix
code/mathematical_algorithms/src/matrix_row_reduction/matrix_row_reduction.cpp:166
↓ 3 callersMethodPush
(v int)
code/data_structures/src/stack/stack/stack.go:8
↓ 3 callersMethodPush
(v int)
code/data_structures/src/queue/queue/queue.go:8
↓ 3 callersFunctionRR_rotation
RR rotation rooted at X
code/mathematical_algorithms/src/2sum/2sum.c:53
↓ 3 callersFunctionReadBlock
code/data_structures/src/tree/b_tree/b_tree/b_tree_c/btree.c:285
↓ 3 callersMethodShow
()
code/design_pattern/src/builder_pattern/builder.cs:121
↓ 3 callersMethodShow
()
code/mathematical_algorithms/src/add_polynomials/add_polynomials.go:35
↓ 3 callersFunctionSolidAngleSphtri
Returns the solid angle of a spherical triangle. v1, v2, v3 are vertices of the triangle residing on a unit sphere.
code/computational_geometry/src/sphere_tetrahedron_intersection/sphere_tetrahedron_intersection.cpp:24
↓ 3 callersMethodTop
()
code/data_structures/src/stack/stack/stack.go:20
↓ 3 callersMethodTop
()
code/data_structures/src/queue/queue/queue.go:20
↓ 3 callersFunctionVolumeSphtri
Returns the volume of triangular slice taken from a sphere.
code/computational_geometry/src/sphere_tetrahedron_intersection/sphere_tetrahedron_intersection.cpp:57
↓ 3 callersMethodadd
code/data_structures/test/bag/test_bag.cpp:33
↓ 3 callersMethodadd
Insert value in bloom filter
code/data_structures/src/hashs/bloom_filter/bloom_filter.py:20
↓ 3 callersMethodadd
@param element - the element to add
code/data_structures/src/bag/bag.java:45
↓ 3 callersMethodadd
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon succ
code/data_structures/src/queue/queue_using_stack/queue_using_stack.java:29
↓ 3 callersFunctionaddRoundKey
---------------------------------Decrypt--------------------------------(begin) do the add round key
code/cryptography/src/aes_128/aes_128.cpp:199
↓ 3 callersMethodadd_edge
(self, vertex1, vertex2, directed=False)
code/data_structures/src/graph/graph.py:9
↓ 3 callersMethodadd_str
(String a,String b,int n)
code/divide_conquer/src/karatsuba_multiplication/multiply.java:19
↓ 3 callersMethodappend
Insert at the end of the list
code/data_structures/src/DoubleLinkedList/src_cpp/doublylinkedlist.cpp:26
↓ 3 callersMethodappend
(int data)
code/data_structures/src/CircularLinkedList/src_java/circularlinkedlist.java:20
↓ 3 callersFunctionarcSafeRelease
test/c++/catch.hpp:501
← previousnext →701–800 of 8,543, ranked by callers