MCPcopy Create free account

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

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

↓ 6 callersFunctioninsertathead
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode83.cpp:21
↓ 6 callersFunctioninsertathead
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode92.cpp:15
↓ 6 callersFunctioninsertathead
CPP/LINKED LIST/SINGLY LINKED LIST/dummy_node.cpp:23
↓ 6 callersFunctioninsertathead
CPP/LINKED LIST/SINGLY LINKED LIST/linkedlisttpractice.cpp:19
↓ 6 callersFunctioninsertattail
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leetcode_82.cpp:22
↓ 6 callersFunctionleftRotate
Left rotate
Trees/avltree.c:56
↓ 6 callersFunctionnewNode
function to create a new node
CPP/Trees/TopView_of_tree.cpp:17
↓ 6 callersFunctionnewNode
Helper function that allocates a new Node with the given data and NULL left, right and random pointers. */
Hashtable/Clone-a-Binary-Tree-with-Random-Pointers.cpp:18
↓ 6 callersMethodonkeypress
Bind fun to key-press event of key if key is given, or to any key-press-event if no key is given. Arguments: fun -- a functio
Python/Turtle.py:1295
↓ 6 callersFunctionpermute
(k, arr, n)
Python/des.py:88
↓ 6 callersFunctionprint
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinked2.cpp:70
↓ 6 callersMethodpush
Stack/stack_implementation_using_array.cpp:27
↓ 6 callersFunctionrightRotate
Right rotate
Trees/avltree.c:41
↓ 5 callersFunctionDisplay
Display Function
Arrays/31_Menu_for_Array.c:54
↓ 5 callersMethodInsert
Arrays/18_Menu_Based_problem.cpp:65
↓ 5 callersMethod_color
dummy method - to be overwritten by child class
Python/Turtle.py:2366
↓ 5 callersMethod_createline
Create an invisible line item on canvas self.cv)
Python/Turtle.py:421
↓ 5 callersMethod_getshapepoly
Calculate transformed shape polygon according to resizemode and shapetransform.
Python/Turtle.py:2880
↓ 5 callersMethod_goto
move turtle to position end.
Python/Turtle.py:1511
↓ 5 callersMethod_update
dummy method - to be overwritten by child class
Python/Turtle.py:2364
↓ 5 callersMethodaddEdge
CPP/Kruskal's_Algorithm.cpp:58
↓ 5 callersFunctionadd_edge
graph/code17.cpp:11
↓ 5 callersFunctionadd_edge
graph/code20.cpp:21
↓ 5 callersFunctionadd_edge
graph/code2.cpp:7
↓ 5 callersFunctionadd_edge
graph/code10.cpp:10
↓ 5 callersMethodback
CPP/vector-concepts/vector.h:38
↓ 5 callersMethodbind
'forward' method, which canvas itself has inherited...
Python/Turtle.py:312
↓ 5 callersFunctioncached_fn
(fn, *args)
Python/CP_Templates.py:163
↓ 5 callersFunctioncheck
(s,mp)
Python/decodeWays.py:7
↓ 5 callersMethodcolor
Return or set the pencolor and fillcolor. Arguments: Several input formats are allowed. They use 0, 1, 2, or 3 arguments as f
Python/Turtle.py:2075
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle.cpp:32
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/test.cpp:33
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/floydscycle_practice.cpp:57
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/detectloop.cpp:32
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/ALGORITHMIC PROBLEMS RELATED TO LINKEDLIST/find_begeningof_circle.cpp:33
↓ 5 callersFunctioninsertathead
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode25.cpp:14
↓ 5 callersFunctioninsertatposition
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinked2.cpp:49
↓ 5 callersFunctioninsertatposition
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlindedlist.cpp:21
↓ 5 callersFunctioninsertatposition
CPP/LINKED LIST/CIRCULAR LOOP CONCEPTS/checkcircular.cpp:49
↓ 5 callersFunctioninsertattail
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leet_code_82.cpp:26
↓ 5 callersMethodisEmpty
()
DSA Javascript/linked_list.js:159
↓ 5 callersFunctionnewNode
CPP/Trees/Diameter_of_tree.cpp:39
↓ 5 callersMethodpow
(int a, int n)
Java/FiveBitManipulation/FastExponentiation.java:3
↓ 5 callersFunctionprint
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlindedlist.cpp:42
↓ 5 callersFunctionprint
CPP/LINKED LIST/CIRCULAR LOOP CONCEPTS/checkcircular.cpp:70
↓ 5 callersMethodprintList
()
DSA Javascript/linked_list.js:170
↓ 5 callersFunctionpush
CPP/Segment Tree/lazy_queries_segment_tree.cpp:47
↓ 5 callersFunctionrecord
CPP/Problems/maze_game.c:25
↓ 5 callersMethodremove
(Node node)
Java/Leetcode/LeetcodeLruCache.java:35
↓ 5 callersMethodreset
(self, bufsize=None)
Python/Turtle.py:823
↓ 5 callersFunctionsearch
CPP/BST/InsertionInABST.cpp:24
↓ 5 callersMethodshape
Set turtle shape to shape with given name / return current shapename. Optional argument: name -- a string, which is a valid shapename
Python/Turtle.py:2652
↓ 5 callersMethodsort
(int arr[])
Java/SortingTechniques/SelectionSort.java:5
↓ 5 callersMethodspeed
dummy method - to be overwritten by child class
Python/Turtle.py:1902
↓ 5 callersMethodxcor
Return the turtle's x coordinate. No arguments. Example (for a Turtle instance named turtle): >>> reset() >>> turtl
Python/Turtle.py:1613
↓ 4 callersFunctionInsert
CPP/LINKED LIST/SINGLY LINKED LIST/Insertion of node at tail of LinkedList.cpp:16
↓ 4 callersMethod_cc
Convert colortriples to hexstrings.
Python/Turtle.py:2597
↓ 4 callersMethod_createimage
Create and return image item on canvas.
Python/Turtle.py:617
↓ 4 callersMethod_drawturtle
Manages the correct rendering of the turtle with respect to its shape, resizemode, stretch and tilt etc.
Python/Turtle.py:2893
↓ 4 callersMethod_polytrafo
Computes transformed polygon shapes from a shape according to current position and heading.
Python/Turtle.py:2851
↓ 4 callersMethodaddKeyword
(String keyword)
AhoCorasick.java:15
↓ 4 callersFunctionadd_edge
graph/code13.cpp:15
↓ 4 callersFunctionadd_edge
graph/code12.cpp:10
↓ 4 callersMethodat
CPP/vector-concepts/vector.h:41
↓ 4 callersFunctionchange
Change snake direction.
Python/snake.py:19
↓ 4 callersFunctioncheck
CPP/searching/binary_search2.cpp:8
↓ 4 callersMethodconfig
'forward' method, which canvas itself has inherited...
Python/Turtle.py:307
↓ 4 callersMethodcontains
(int value)
Java/SearchingAlgorithms/BFS/BST.java:53
↓ 4 callersFunctioncreateNode
Trees/binarytreetraversal.c:12
↓ 4 callersFunctiondfs
Trees/LCA.cpp:11
↓ 4 callersFunctionfactorial
(n)
Python/5 recusrion problems.py:3
↓ 4 callersFunctionfind
disjoint set - Copy/code.cpp:12
↓ 4 callersFunctionfind
graph/code15.cpp:30
↓ 4 callersMethodfind
(self, parent, i)
Python/Kruskal's_Algorithm.py:14
↓ 4 callersFunctionfindLCA
Returns LCA if node n1, n2 are present in the given binary tree, otherwise return -1
CPP/graph_tree/LCA_Binary-tree.cpp:52
↓ 4 callersFunctionfindPar
CPP/graph_tree/Kruskal-Algo.cpp:18
↓ 4 callersFunctionfindpair
function to find the parent of the node in the set kruskalsalgo
CPP/graphseries.cpp:460
↓ 4 callersMethodindexOfTop
(self,stacknum)
Python/DIVIDE THE LIST INTO THREE STACKS.py:22
↓ 4 callersFunctioninsertathead
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/reverseklinked.cpp:68
↓ 4 callersFunctioninsertathead
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/leetcode92.cpp:89
↓ 4 callersFunctioninsertathead
CPP/LINKED LIST/DOUBLY LINKED LIST/removenthnode.cpp:26
↓ 4 callersFunctionkthSmallest
Returns kth smallest element in arr[] in worst case linear time
CPP/arrays/KthSmallest.cpp:35
↓ 4 callersMethodnext
()
Java/Leetcode/LeetcodeIteratorForCombination.java:21
↓ 4 callersMethodpencolor
Return or set the pencolor. Arguments: Four input formats are allowed: - pencolor() Return the current pencolo
Python/Turtle.py:2121
↓ 4 callersMethodpensize
Set or return the line thickness. Aliases: pensize | width Argument: width -- positive number Set the line thickne
Python/Turtle.py:1971
↓ 4 callersMethodpenup
Pull the pen up -- no drawing when moving. Aliases: penup | pu | up No argument Example (for a Turtle instance named turtle
Python/Turtle.py:1994
↓ 4 callersFunctionpopChar
CPP/Trees/Expression_tree/Stack.c:55
↓ 4 callersFunctionprecedance
CPP/Trees/Expression_tree/BST.c:29
↓ 4 callersFunctionpush
Stack/stack_implementation_using_array.c:23
↓ 4 callersMethodpush
Stack/stack_implementation_using_Linked_list.cpp:21
↓ 4 callersFunctionpushChar
CPP/Trees/Expression_tree/Stack.c:70
↓ 4 callersMethodput
(int key, int value)
Java/Leetcode/LeetcodeLruCache.java:24
↓ 4 callersMethodsqrt
(int n)
Leetcode-solutions/Binary-search/Sqrt.java:7
↓ 4 callersMethodstartsWith
(self, prefix)
Python/Trie.py:28
↓ 4 callersMethodunbind
'forward' method, which canvas itself has inherited...
Python/Turtle.py:317
↓ 3 callersFunctionSum
Sum Function
Arrays/31_Menu_for_Array.c:297
↓ 3 callersMethod_drawimage
Configure image item as to draw image object at position (x,y) on canvas)
Python/Turtle.py:622
↓ 3 callersMethod_go
move turtle forward by specified distance
Python/Turtle.py:1501
↓ 3 callersMethod_image
return an image object containing the imagedata from a gif-file named filename.
Python/Turtle.py:372
↓ 3 callersMethod_newLine
Closes current line item and starts a new one. Remark: if current line became too long, animation performance (via _drawline) sl
Python/Turtle.py:3179
← previousnext →101–200 of 2,714, ranked by callers