MCPcopy Create free account

hub / github.com/OpenGenus/quark / functions

Functions5,611 in github.com/OpenGenus/quark

↓ 5 callersMethodinsert
(T data)
code/code/data_structures/src/queue/queue/queue.java:20
↓ 5 callersMethodinsert
Insert a record into the skiplist
code/code/data_structures/src/list/skip_list/skip_list.java:97
↓ 5 callersMethodinsert
(new_label string)
code/code/data_structures/src/list/singly_linked_list/singly_linked_list.go:10
↓ 5 callersFunctioninsertatbeg
(d,root)
code/code/data_structures/src/list/singly_linked_list/operations/print_reverse/print_reverse.py:17
↓ 5 callersFunctionisAnagram
(string1, string2)
code/code/string_algorithms/src/anagram_search/anagram_search.py:22
↓ 5 callersFunctionisAnagram
Checks if two strings are anagrams of each other, ignoring any whitespace. Create maps of the counts of every character in each string. A
code/code/string_algorithms/src/anagram_search/anagram_search.cpp:20
↓ 5 callersFunctionisEmpty
code/code/data_structures/src/stack/infix_to_postfix/infix_to_postfix.c:30
↓ 5 callersFunctionisEmpty
code/code/data_structures/src/stack/infix_to_postfix/infix_to_postfix.cpp:30
↓ 5 callersFunctionisObject
(input)
code/js/moment.js:29
↓ 5 callersFunctionis_rb_correct
code/code/data_structures/src/tree/multiway_tree/red_black_tree/red_black_tree.c:195
↓ 5 callersFunctionmatrixToText
(matrix)
code/code/cryptography/src/aes_128/AES_128.py:481
↓ 5 callersFunctionmaximum
code/code/data_structures/src/tree/binary_tree/binary_tree/diameter/diameter.c:60
↓ 5 callersFunctionmerge
code/code/data_structures/src/tree/heap/priority_queue/leftist_tree/leftist_priority_queue.cpp:18
↓ 5 callersFunctionmodC
modification cost
code/code/dynamic_programming/src/edit_distance/edit_distance_hirschberg.cpp:30
↓ 5 callersFunctionnewnode
code/code/graph_algorithms/src/left_view_binary_tree/left_view_binary_tree.cpp:11
↓ 5 callersFunctionnormalizeName
Global Methods
code/js/moment-timezone-with-data.js:374
↓ 5 callersFunctionp
(e,n,t,r)
code/highlight.pack.js:2
↓ 5 callersMethodpreorder
code/code/data_structures/src/tree/heap/binomial_heap/binomial_heap.cpp:82
↓ 5 callersMethodprintArray
(double[][] arr)
code/code/mathematical_algorithms/src/gaussian_elimination/gaussian_elimination.java:95
↓ 5 callersFunctionpush
code/code/data_structures/src/stack/postfix_evaluation/postfix_evaluation.c:47
↓ 5 callersMethodpush
(self,item)
code/code/data_structures/src/stack/infix_to_postfix/infix_to_postfix.py:9
↓ 5 callersFunctionr
(e,n)
code/highlight.pack.js:2
↓ 5 callersMethodremoveFirst
()
code/code/data_structures/src/list/singly_linked_list/operations/unclassified/LinkedList.java:142
↓ 5 callersMethodremoveSeperateCode
code/code/compression/src/lossless_compression/huffman/huffman.cpp:442
↓ 5 callersMethodreverse
(n)
code/code/mathematical_algorithms/src/reverse_number/reverse_number.rb:7
↓ 5 callersFunctionreverseFactorial
(target int)
code/code/mathematical_algorithms/src/reverse_factorial/reverse_factorial.go:17
↓ 5 callersFunctionrotate
* rrot = 1 (rrot = 0 is flipped) * * C B * / / \ * B => A C * / * A */
code/code/data_structures/src/tree/multiway_tree/red_black_tree/red_black_tree.c:48
↓ 5 callersMethodsetNext
code/code/data_structures/src/list/singly_linked_list/singly_linked_list_with_classes.cpp:12
↓ 5 callersMethodsize
(self)
code/code/data_structures/src/list/singly_linked_list/singly_linked_list.py:21
↓ 5 callersMethodsort
(self)
code/code/data_structures/src/stack/sort_stack/sort_stack.py:23
↓ 5 callersFunctiont
(n,r)
code/js/jquery.js:4
↓ 5 callersFunctiontestSizeByTimes
(size, times)
code/code/search/test/test_search.py:43
↓ 5 callersFunctiontest_size_by_times
(size, times)
code/code/sorting/test/test_sort.py:76
↓ 5 callersFunctionto_terminal
(group)
code/code/artificial_intelligence/src/decision_tree/decision_tree.py:111
↓ 5 callersFunctiontranspose
(matrix)
code/code/cryptography/src/aes_128/AES_128.py:251
↓ 5 callersFunctionu
(e)
code/highlight.pack.js:2
↓ 5 callersFunctionv
(e)
code/js/popper.min.js:4
↓ 5 callersMethodvalue
code/code/data_structures/src/tree/binary_tree/binary_tree/node/node.cpp:120
↓ 5 callersFunctionweekOfYear
(mom, dow, doy)
code/js/moment.js:1203
↓ 4 callersFunctionBTreeRoot
code/code/data_structures/src/tree/b_tree/b_tree/b_tree_C/btree.c:332
↓ 4 callersFunctionDISPLAY
code/code/data_structures/src/tree/heap/binomial_heap/binomial_heap.c:130
↓ 4 callersMethodGetNode
(index int)
code/code/mathematical_algorithms/src/add_polynomials/add_polynomials.go:49
↓ 4 callersFunctionL
(e)
code/js/popper.min.js:4
↓ 4 callersMethodLength
()
code/code/mathematical_algorithms/src/add_polynomials/add_polynomials.go:45
↓ 4 callersMethodQuery
(ql int, qr int)
code/code/data_structures/src/tree/space_partitioning_tree/segment_tree/segment_tree_rmq.go:86
↓ 4 callersMethodQuery
(ql int, qr int)
code/code/data_structures/src/tree/space_partitioning_tree/segment_tree/segment_tree_sum.go:79
↓ 4 callersMethodReverse
()
code/code/data_structures/src/stack/reverse_stack/reverse_stack.go:44
↓ 4 callersMethod_down
(self, index, n)
code/code/data_structures/src/tree/heap/priority_queue/priority_queue.py:54
↓ 4 callersFunction_swap
code/code/sorting/src/intro_sort/intro_sort.cpp:65
↓ 4 callersMethodadd
(string value)
code/code/data_structures/src/hashs/hash_table/hash_table.cs:19
↓ 4 callersFunctionaddArrows
(id, flag)
code/js/sites.js:105
↓ 4 callersMethodaddChild
(self, side, node)
code/code/data_structures/src/tree/binary_tree/rope/rope.py:19
↓ 4 callersMethodaddElementEnd
2-Push back code
code/code/data_structures/src/list/singly_linked_list/operations/unclassified/linked_List_Operations.cpp:48
↓ 4 callersMethodaddElementFirst
definition 1-Push front code
code/code/data_structures/src/list/singly_linked_list/operations/unclassified/linked_List_Operations.cpp:38
↓ 4 callersMethodaddFirst
(self, data)
code/code/data_structures/src/list/doubly_linked_list/doubly_linked_list.py:14
↓ 4 callersMethodaddInterval
(Interval<Type> interval)
code/code/data_structures/src/tree/space_partitioning_tree/interval_tree/interval_tree.java:301
↓ 4 callersFunctionaddWeekYearFormatToken
(token, getter)
code/js/moment.js:3540
↓ 4 callersFunctionadds
code/code/cryptography/src/huffman_encoding/huffman_encoding.c:27
↓ 4 callersFunctionanagrams?
(first_word, second_word)
code/code/string_algorithms/src/anagram_search/anagram_search.rb:17
↓ 4 callersFunctionarrayToInt
(array)
code/js/moment-timezone-with-data.js:88
↓ 4 callersFunctionbl_add
code/code/data_structures/src/hashs/bloom_filter/bloom_filter.c:26
↓ 4 callersFunctionbl_contains
code/code/data_structures/src/hashs/bloom_filter/bloom_filter.c:32
↓ 4 callersFunctioncalculateFactorial
(i int)
code/code/mathematical_algorithms/src/factorial/factorial.go:8
↓ 4 callersFunctioncalculateLCM
(a, b int, integers ...int)
code/code/mathematical_algorithms/src/gcd_and_lcm/gcd_and_lcm.go:18
↓ 4 callersFunctioncheckIP
(ip string)
code/code/networking/src/validate_IP/ipv4_check.go:8
↓ 4 callersFunctioncheckIfAnagrams
(str1,str2)
code/code/string_algorithms/src/anagram_search/anagram_search.js:36
↓ 4 callersMethodcloneReplaceLeft
code/code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:25
↓ 4 callersMethodcloneReplaceRight
code/code/data_structures/src/tree/binary_tree/treap/persistent_treap.kt:29
↓ 4 callersMethodconfigure
* Configure the schedule
code/code/operating_system/src/multi_level_feedback_queue_scheduling/mlfq.ts:355
↓ 4 callersMethodconstCast
code/code/data_structures/src/list/xor_linked_list/xor_linked_list.cpp:240
↓ 4 callersFunctiondaysInMonth
(year, month)
code/js/moment.js:874
↓ 4 callersMethoddestroy
code/code/design_pattern/src/singleton_pattern/singleton_pattern.cpp:38
↓ 4 callersFunctiondeterminePrev
(arr, idx)
code/code/sorting/src/bead_sort/bead_sort.js:10
↓ 4 callersFunctiondf
derivate 3x² - 8x
code/code/mathematical_algorithms/src/newton_raphson_method/newton_raphson.php:13
↓ 4 callersFunctiondrawwindow
code/code/computational_geometry/src/cohen_sutherland_lineclip/lineclip.c:66
↓ 4 callersFunctiondumpBookmarks
(query)
code/js/popup.js:112
↓ 4 callersMethodelement
()
code/code/data_structures/src/list/skip_list/skip_list.java:67
↓ 4 callersMethodempty
code/code/data_structures/src/tree/heap/soft_heap/soft_heap.cpp:67
↓ 4 callersMethodenqueue
(element)
code/code/data_structures/src/queue/queue/queue.rb:9
↓ 4 callersMethodenqueue
! \brief Insert element at the end of the queue. * \param value Value to be inserted. */
code/code/data_structures/src/queue/queue/queue.cpp:38
↓ 4 callersMethodequals
(Object o)
code/code/data_structures/src/tree/space_partitioning_tree/kd_tree/kd_tree.java:129
↓ 4 callersFunctionfibonacci
Returns the nth term in the Fibonacci Sequence
code/code/mathematical_algorithms/src/fibonacci_number/fibonacci_number.go:6
↓ 4 callersFunctionfind
(vertice)
code/code/greedy_algorithms/src/kruskal_minimum_spanning_tree/kruskal.py:9
↓ 4 callersMethodfind
(subset subsets[], int i)
code/code/graph_algorithms/src/kruskal_minimum_spanning_tree/Kruskals.java:46
↓ 4 callersMethodfind
(self, parent, i)
code/code/graph_algorithms/src/kruskal_minimum_spanning_tree/kruskal_minimum_spanning_tree.py:11
↓ 4 callersMethodfind
(int v)
code/code/data_structures/src/tree/multiway_tree/union_find/union_find.java:14
↓ 4 callersMethodfind
code/code/data_structures/src/tree/multiway_tree/red_black_tree/red_black_tree.cpp:234
↓ 4 callersMethodfind_parent
(self, v, set_map)
code/code/graph_algorithms/src/cycle_directed_graph/cycle_directed_graph.py:12
↓ 4 callersFunctionfindset
disjoint set
code/code/graph_algorithms/src/kruskal_minimum_spanning_tree/kruskal_minimum_spanning_tree.cpp:7
↓ 4 callersFunctionfindset
code/code/graph_algorithms/src/cycle_undirected_graph/cycle_using_union_find_datastructure.cpp:10
↓ 4 callersFunctionfirstWeekOffset
(year, dow, doy)
code/js/moment.js:1170
↓ 4 callersFunctionformatMoment
(m, format)
code/js/moment.js:612
↓ 4 callersFunctionft
(e)
code/js/jquery.js:4
↓ 4 callersFunctiongcd
(a, b)
code/code/mathematical_algorithms/src/gcd_and_lcm/gcd_and_lcm.js:1
↓ 4 callersFunctionget
(mom, unit)
code/js/moment.js:810
↓ 4 callersFunctionget$1
(format, index, field, setter)
code/js/moment.js:3985
↓ 4 callersMethodgetAt
(int idx)
code/code/data_structures/src/list/singly_linked_list/operations/unclassified/LinkedList.java:56
↓ 4 callersFunctiongetSetGlobalLocale
(key, values)
code/js/moment.js:1855
↓ 4 callersFunctionh
(n,e)
code/highlightjs-line-numbers.min.js:1
↓ 4 callersFunctionheight_tree
code/code/data_structures/src/tree/binary_tree/binary_tree/diameter/diameter.c:65
← previousnext →401–500 of 5,611, ranked by callers