MCPcopy Create free account

hub / github.com/codemistic/Data-Structures-and-Algorithms / functions

Functions2,714 in github.com/codemistic/Data-Structures-and-Algorithms

↓ 434 callersMethodsize
CPP/vector-concepts/vector.h:44
↓ 288 callersMethodpush_back
CPP/vector-concepts/vector.h:11
↓ 151 callersMethodlength
(String str)
Java/Leetcode/Leetcode58.java:9
↓ 149 callersFunctionprint
CPP/stl/Deque_Operations.cpp:5
↓ 98 callersFunctionmax
CPP/array-2d/find_max.cpp:3
↓ 95 callersMethodpush
push fuction
CPP/structures/stack using linked list.cpp:26
↓ 82 callersMethodprint
()
Java/Linked List/LinkedList.java:54
↓ 69 callersMethodpush
(self, item)
Python/Turtle.py:831
↓ 61 callersFunctionmax
Trees/avltree.c:23
↓ 53 callersMethodtop
top function
CPP/structures/stack using linked list.cpp:53
↓ 47 callersMethodpop
pop function
CPP/structures/stack using linked list.cpp:40
↓ 36 callersMethodpop
(self)
Python/Turtle.py:838
↓ 32 callersMethodinsert
CPP/Tries/implementTrie.cpp:33
↓ 31 callersMethodadd
(int key)
Hashtable/design-hashset.java:7
↓ 30 callersFunctionswap
CPP/sorting/shellsort.cpp:5
↓ 21 callersFunctiondfs
CPP/graph_tree/articulation_Point.cpp:4
↓ 20 callersMethodget
Hashtable/design-hashmap.cpp:19
↓ 20 callersMethodpop
(self)
Python/queue via stack.py:13
↓ 18 callersMethodpush
(self,item)
Python/queue via stack.py:10
↓ 17 callersMethodpen
Return or set the pen's attributes. Arguments: pen -- a dictionary with some or all of the below listed keys. **pendi
Python/Turtle.py:2235
↓ 16 callersMethod_update
Perform a Turtle-data update.
Python/Turtle.py:2552
↓ 16 callersMethodpeek
(self)
Python/stack using linked list.py:45
↓ 15 callersMethodadd_edge
(self, u, v, w)
Python/Kruskal's_Algorithm.py:9
↓ 15 callersMethodycor
Return the turtle's y coordinate --- No arguments. Example (for a Turtle instance named turtle): >>> reset()
Python/Turtle.py:1627
↓ 14 callersMethodget
(int key)
Java/Leetcode/LeetcodeLruCache.java:13
↓ 14 callersFunctionheight
Calculate height
Trees/avltree.c:16
↓ 14 callersMethodsize
function for returning the size of stack
CPP/structures/stack using linked list.cpp:67
↓ 13 callersFunctionadd_edge
graph/code15.cpp:24
↓ 13 callersMethodpush
(self, head_ref, data)
Python/Flattening of a linked list/solution.py:19
↓ 13 callersMethodwrite
Write text at the current turtle position. Arguments: arg -- info, which is to be written to the TurtleScreen move (optional)
Python/Turtle.py:3308
↓ 12 callersMethodadd
(element)
DSA Javascript/linked_list.js:17
↓ 12 callersFunctione
pruning
CSES/Intro/GridPaths.cc:9
↓ 12 callersMethodfind
Find function
CPP/Kruskal's_Algorithm.cpp:24
↓ 12 callersMethodisEmpty
(self)
Python/stack using linked list.py:24
↓ 12 callersFunctionprint
CPP/LINKED LIST/CIRCULAR LINKED LIST/test2.cpp:33
↓ 11 callersFunctionadd_edge
graph/code14.cpp:14
↓ 11 callersMethodclear
Delete the turtle's drawings from the screen. Do not move turtle. No arguments. Delete the turtle's drawings from the screen. Do not
Python/Turtle.py:2529
↓ 11 callersMethodequals
(Object object)
Java/OverridingEqualsMethod/Abc.java:19
↓ 11 callersMethodpop_back
CPP/vector-concepts/vector.h:25
↓ 11 callersMethodprint
(int[] arr, int n)
Java/SortingTechniques/RadixSort.java:35
↓ 11 callersMethodsort
(int[] arr)
Java/Leetcode/Leetcode287.java:13
↓ 10 callersFunctionaddEdge
CPP/graph_tree/dfs.cpp:24
↓ 10 callersFunctionfun
CPP/recursion/NestedRecursion.cpp:2
↓ 10 callersFunctionreverse
CPP/recursion/reverse_Arr.cpp:8
↓ 10 callersFunctionsolve
CPP/Dynamic Programming/PaintingHouses.cpp:13
↓ 9 callersMethod_delete
Delete graphics item from canvas. If item is"all" delete all graphics items.
Python/Turtle.py:450
↓ 9 callersFunctionfind
CPP/Trees/tree_foldable.cpp:7
↓ 9 callersFunctiongetSum
CPP/Segment Tree/basic.cpp:25
↓ 9 callersMethodisEmpty
(self)
Python/circular queue.py:28
↓ 9 callersFunctionnewNode
Trees/BottomView.cpp:13
↓ 9 callersMethodremove
(int key)
Hashtable/design-hashset.java:11
↓ 9 callersFunctionsolve
CPP/Tries/autoComplete.cpp:77
↓ 9 callersMethodupdate
Perform a TurtleScreen update.
Python/Turtle.py:1196
↓ 8 callersFunctionRInsert
Trees/BST.C:70
↓ 8 callersMethod_drawline
Configure lineitem according to provided arguments: coordlist is sequence of coordinates fill is drawing color width is width
Python/Turtle.py:427
↓ 8 callersMethod_drawpoly
Configure polygonitem polyitem according to provided arguments: coordlist is sequence of coordinates fill is filling color
Python/Turtle.py:396
↓ 8 callersMethodaddTerm
PolynomialAddition.cpp:15
↓ 8 callersFunctionadd_edge
graph/code18.cpp:25
↓ 8 callersFunctionadd_edge
graph/code19.cpp:19
↓ 8 callersFunctionbalanceFactor
CPP/AVL Trees/AVL_Trees.cpp:29
↓ 8 callersFunctionf
CPP/set & pair/sortingInPairs.cpp:4
↓ 8 callersMethodgoto
Move turtle to an absolute position. Aliases: setpos | setposition | goto: Arguments: x -- a number or a pair/vecto
Python/Turtle.py:1642
↓ 8 callersMethodinsert
(LinkedList list, int data)
Java/LinkedList/Linked-List-Implementation.java:19
↓ 8 callersFunctioninsertattail
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/removedup.cpp:22
↓ 8 callersFunctionnewNode
left view of tree.cpp:12
↓ 8 callersFunctionnewNode
A utility function to create a new Binary Tree Node
CPP/Trees/left_view_of_binary_tree.cpp:32
↓ 8 callersFunctionprint
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinkedliist.cpp:55
↓ 8 callersFunctionprintArr
operation functions
Arrays/32_Operations_on_arrays.c:41
↓ 8 callersMethodput
Hashtable/design-hashmap.cpp:8
↓ 8 callersMethodspeed
Return or set the turtle's speed. Optional argument: speed -- an integer in the range 0..10 or a speedstring (see below) Se
Python/Turtle.py:2037
↓ 7 callersMethod__init__
(self, resizemode=_CFG["resizemode"])
Python/Turtle.py:1924
↓ 7 callersMethod_colorstr
dummy method - to be overwritten by child class
Python/Turtle.py:2368
↓ 7 callersMethod_createpoly
Create an invisible polygon item on canvas self.cv)
Python/Turtle.py:391
↓ 7 callersFunctionadd_edge
graph/code16.cpp:15
↓ 7 callersFunctioninsertNode
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinkedliist.cpp:27
↓ 7 callersFunctioninsertNode
Insert node
Trees/avltree.c:79
↓ 7 callersFunctionnewNode
Utility function creates a new binary tree node with given key
CPP/graph_tree/LCA_Binary-tree.cpp:16
↓ 7 callersMethodpeek
(self)
Python/circular queue.py:71
↓ 7 callersFunctionpeekChar
CPP/Trees/Expression_tree/Stack.c:88
↓ 7 callersMethodsety
Set the turtle's second coordinate to y Argument: y -- a number (integer or float) Set the turtle's first coordinate to x, s
Python/Turtle.py:1709
↓ 7 callersFunctionswap
Swap Function
Arrays/31_Menu_for_Array.c:45
↓ 6 callersFunctionAdd_edge
CPP/BFS_AND_DFS.cpp:6
↓ 6 callersFunctionInsert
CPP/Trees/BinarySearchTree.cpp:21
↓ 6 callersMethod_rotate
Turn turtle counterclockwise by specified angle if angle > 0.
Python/Turtle.py:1506
↓ 6 callersMethodaddEdge
CPP/graph_tree/Detect a cycle in a graph.cpp:36
↓ 6 callersMethodaddEdge
Add edges to the graph
CPP/BFS GRAPH ALGO/BFS-GRAPH-ALGO.cpp:27
↓ 6 callersMethodaddEdge
BFS in C++/BFS.cpp:21
↓ 6 callersFunctionadd_edge
graph/code6.cpp:7
↓ 6 callersFunctionadd_edge
graph/code9.cpp:10
↓ 6 callersFunctionadd_edge
graph/code7.cpp:10
↓ 6 callersFunctionadd_edge
graph/code8.cpp:11
↓ 6 callersFunctionadd_edge
graph/code4.cpp:7
↓ 6 callersFunctionadd_edge
graph/code11.cpp:10
↓ 6 callersFunctionadd_edge
graph/code5.cpp:7
↓ 6 callersFunctionbin2hex
(s)
Python/des.py:30
↓ 6 callersFunctiongetBalance
Get the balance factor
Trees/avltree.c:71
↓ 6 callersFunctionget_left_child
Trees/Binary_tree_Array.c:26
↓ 6 callersFunctionget_right_child
Trees/Binary_tree_Array.c:16
↓ 6 callersFunctioninsert
CPP/structures/LRU.cpp:5
↓ 6 callersFunctioninsert
CPP/Trees/kthMinimumElement.cpp:19
next →1–100 of 2,714, ranked by callers