MCPcopy Create free account

hub / github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice / functions

Functions2,762 in github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice

↓ 4 callersFunctiongetsum
Return sum of elements in range from index qs (quey start) to qe (query end). It mainly uses getSumUtil()
Data Structures/Tree/C++/segment_tree_implementation.cpp:109
↓ 4 callersFunctioninOrder
Data Structures/Tree/C++/Binary_tree_traversal.cpp:105
↓ 4 callersFunctioninorder
Calculating inorder of tree
Gfg/C++/merge_BST.cpp:29
↓ 4 callersFunctionisEmpty
Queue is empty when size is 0
Gfg/C++/implementation Of Queue.cpp:37
↓ 4 callersFunctionmergeSort
l is for left index and r is right index of the sub-array of arr to be sorted */
Algorithms/Searching and Sorting/C++/Merge Sort.cpp:65
↓ 4 callersFunctionmin
Hackerank/C/Variadic functions in C.c:18
↓ 4 callersFunctionnewNode
Data Structures/LinkedList/C++/Reverse_Circular_Linkedlist.cpp:14
↓ 4 callersFunctionpop
Data Structures/Stack/C/Infix to Postfix Using Stack in C.c:24
↓ 4 callersMethodpop
(self)
Data Structures/Stack/Python/Infix_postfix.py:18
↓ 4 callersFunctionpopd
Data Structures/Stack/C/PrefixtoInfixusingstack.c:12
↓ 4 callersFunctionpostOrder
Data Structures/Tree/C++/Binary_tree_traversal.cpp:116
↓ 4 callersFunctionpreOrder
Data Structures/Tree/C++/Binary_tree_traversal.cpp:94
↓ 4 callersFunctionprint
A utility function to print grid */
Algorithms/Backtracking/C++/Sudoku Backtracking-7.cpp:9
↓ 4 callersMethodprintList
(Node node)
Algorithms/LinkedList/linkedlist.java:77
↓ 4 callersFunctionpush
Data Structures/Reverse a link list using stack.cpp:16
↓ 4 callersFunctionpush
Data Structures/Stack/C/Infix to Postfix Using Stack in C.c:11
↓ 4 callersFunctionremove
Gfg/C++/rangeQuery.cpp:44
↓ 4 callersMethodremove
(Node head, Node fast, Node slow)
Gfg/Java/Delete_Loop_from_LL.java:141
↓ 4 callersFunctionreverse
(x)
Leetcode/Python/reverseInteger.py:3
↓ 4 callersFunctionrtrim
Hackerank/C++/Ice Cream Parlor.cpp:138
↓ 4 callersMethodsort
(int [] nums)
Data Structures/Array/Java/Sortarray.java:3
↓ 4 callersFunctionsum
Codechef/C++/codechef_chfheist.cpp:6
↓ 4 callersFunctionswap
Hackerank/C/Permutations of Strings.c:5
↓ 4 callersFunctionswap
Data Structures/move_all_negative.cpp:15
↓ 4 callersFunctionvisit
Data Structures/Tree/C++/Binary_tree_traversal.cpp:88
↓ 3 callersFunctionDivide
(a, b)
Gfg/Python/ugly_num.py:15
↓ 3 callersFunctionREP
Codechef/C++/Boolean Game (BOOLGAME).cpp:26
↓ 3 callersMethodUnion
Gfg/C++/Disjoint_set.cpp:93
↓ 3 callersMethodappendNode
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:51
↓ 3 callersFunctionbubbleAuto
Algorithms/Searching and Sorting/C++/BubbleSort_Comparisons_Count.cpp:47
↓ 3 callersMethodcalDeterminant
(int A[][], int N)
Gfg/Main.java:121
↓ 3 callersFunctioncount
Leetcode/C++/Target_Sum.cpp:11
↓ 3 callersFunctiondisplay
Data Structures/LinkedList/C++/Split_LinkedList.cpp:79
↓ 3 callersMethoddsunion
union method ----------------------------------------------------------------------------
Algorithms/Disjoint Set/C++/union_find_algorithm.cpp:97
↓ 3 callersFunctionfact
Hackerank/C++/Binomial Distribution 2.cpp:9
↓ 3 callersFunctionfactorial
Leetcode/C/Pascal Triangle.c:3
↓ 3 callersFunctionfactorial
(n)
Hackerank/Python/Binomial Distribution 1.py:2
↓ 3 callersFunctionfindGCD
if the denominator is different then we have to find the GCD of the denominator */
Gfg/C++/Add two fractions.cpp:22
↓ 3 callersFunctionfind_median
(arr)
Hackerank/Python/Quartiles.py:1
↓ 3 callersFunctionfind_town
Hackerank/C/Post Transition.c:98
↓ 3 callersFunctiongcd
Codechef/C++/gcd.cpp:6
↓ 3 callersFunctionget
recursive function to create LinkedList to BST
Data Structures/LinkedList/C++/Sorted_LinkedList_to_BST.cpp:68
↓ 3 callersFunctiongetmid
----------------------------------------------------------------------------------------getmid function----------- A utility function to get the middl
Data Structures/Tree/C++/segment_tree_implementation.cpp:42
↓ 3 callersFunctionheight
Implement function to compute height of the tree
Data Structures/Tree/C++/Binary Tree.cpp:53
↓ 3 callersFunctionheight
Tree node structure used in the program struct Node { int data; struct Node* left; struct Node* right; Node(int x){ data
Gfg/C++/Height of Binary Tree.cpp:14
↓ 3 callersFunctionhelper
Gfg/C++/largest_BST.cpp:29
↓ 3 callersFunctioninputList
{ Driver Code Starts
Gfg/C++/Intersection_Point_in_Y_Shapped_Linked_Lists.cpp:51
↓ 3 callersFunctioninsert
Algorithms/Searching and Sorting/C++/InsertionSort_Comparisons_Count.cpp:5
↓ 3 callersMethodisEmpty
Data Structures/QueueUsingLL.cpp:69
↓ 3 callersMethodisSpaceChar
(int c)
Hackerank/Java/Strong-password.java:80
↓ 3 callersMethodleftRotate
(Node node)
Data Structures/Tree/Java/AVL_Tree.java:127
↓ 3 callersFunctionltrim
Hackerank/C++/Ice Cream Parlor.cpp:127
↓ 3 callersFunctionmaxDivide
This function divides a by greatest divisible power of b
Algorithms/Dynamic Problems/C++/Ugly Number.cpp:12
↓ 3 callersFunctionmaxDivide
Function that divides a by greatest divisble power of b */
Gfg/C++/uglynum.cpp:9
↓ 3 callersMethodmultiplyLineByInvKey
(int len)
Gfg/Main.java:102
↓ 3 callersMethodmultiplyLineByKey
(int len)
Gfg/Main.java:92
↓ 3 callersFunctionnewNode
{ Driver Code starts Utility function to create a new Tree Node
Leetcode/C++/Path Sum III.cpp:48
↓ 3 callersFunctionnewNode
Utility function to create a new Tree Node
Gfg/C++/top_View_of_Binary_Tree.cpp:70
↓ 3 callersFunctionnewNode
{ Driver Code starts Utility function to create a new Tree Node
Gfg/C++/Diagonal Traversal of Binary Tree.cpp:55
↓ 3 callersFunctionnormal_dist
Hackerank/C++/Normal Distribution 2.cpp:8
↓ 3 callersFunctionnormal_dist
Hackerank/C++/Normal Distribution 1.cpp:15
↓ 3 callersMethodns
()
Hackerank/Java/Strong-password.java:86
↓ 3 callersFunctionnum
Hackerank/C++/Counting Sundays.cpp:15
↓ 3 callersMethodpeek
()
Data Structures/Stack/Java/Stack_Using_LinkedList.java:44
↓ 3 callersMethodpop
()
Data Structures/Stack/Java/Stack_Using_LinkedList.java:24
↓ 3 callersMethodprintList
(Node node)
Algorithms/LinkedList/singlyll.java:74
↓ 3 callersMethodprintList
(Node head)
Gfg/add two number by linked list.java:86
↓ 3 callersFunctionreadline
Hackerank/C/Delete-Duplicate-Value-Node-From-Sorted-LinkedList.c:177
↓ 3 callersFunctionreverse
here we are creating a function called reverse
Algorithms/rotate90.cpp:15
↓ 3 callersMethodreverse
(int[] a,int li,int ri)
Data Structures/Array/Java/Rotation_of_Array_by_Kelements.java:16
↓ 3 callersMethodrightRotate
(Node node)
Data Structures/Tree/Java/AVL_Tree.java:112
↓ 3 callersFunctionrtrim
Hackerank/C++/Bill Division.cpp:102
↓ 3 callersFunctionrtrim
Hackerank/C++/New Year Chaos.cpp:89
↓ 3 callersFunctionrtrim
Hackerank/C++/Angry Professor.cpp:111
↓ 3 callersMethodsearch
Data Structures/Array/C++/ChainHashing.cpp:23
↓ 3 callersFunctionselectionAuto
Algorithms/Searching and Sorting/C++/SelectionSort_Comparisons_Count.cpp:46
↓ 3 callersFunctionshow
DISPLAY LIST
Data Structures/LinkedList/C++/merge_ll.cpp:41
↓ 3 callersMethodsize
Data Structures/LinkedList/C++/Doubly-Linked-List2.cpp:82
↓ 3 callersMethodsize
()
Data Structures/Stack/Java/Stack_Using_LinkedList.java:33
↓ 3 callersFunctionsolve
Leetcode/C++/Parata-roti.cpp:4
↓ 3 callersFunctionswap
Utility function to swap two digits
Leetcode/C++/next_permutations.cpp:8
↓ 3 callersFunctiontraverse
Data Structures/Stack/C/array implementation of stack.c:46
↓ 3 callersFunctionvalidation
Gfg/C++/clone_linked_list_with_next_and_random_pointer.cpp:111
↓ 2 callersFunctionDisplay
Gfg/C/move_negative_element_to_one_side.c:7
↓ 2 callersMethodFindHead
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:84
↓ 2 callersFunctionHeapify
To place the element at idx to its right position
Algorithms/Searching and Sorting/C++/Heap Sort.cpp:5
↓ 2 callersMethodSearch
Algorithms/Hashing Techniques/Chaining.cpp:76
↓ 2 callersMethodSearch
Data Structures/Array/C++/Hashing_with_arrays.cpp:59
↓ 2 callersFunctionadd
Function to update the value at given i index */
Data Structures/FenwickTree.c:26
↓ 2 callersFunctionadd
Function to update the value at given i index */
Data Structures/Tree/C/FenwickTree.c:26
↓ 2 callersFunctionadd
Gfg/C++/rangeQuery.cpp:22
↓ 2 callersMethodaddToTheLast
(Node node)
Gfg/Java/Find_Nth_Node_From_End_of_LL.java:63
↓ 2 callersFunctionappend
Gfg/C++/clone_linked_list_with_next_and_random_pointer.cpp:101
↓ 2 callersFunctionbinary
for keeping count of comparisons
Algorithms/Searching and Sorting/C++/BinarySearch_Comparisons_Count.cpp:5
↓ 2 callersMethodbinarySearch
(int[] search, int find)
Data Structures/BinarySearch.java:45
↓ 2 callersFunctionbinomial
Hackerank/C++/Binomial Distribution 2.cpp:20
↓ 2 callersFunctionbubble_sort
Bubble sort for sorting characters of string in ascending order
Gfg/C/Anagaram.c:16
↓ 2 callersFunctionbuildList
Gfg/C++/Add two numbers represented by linked lists.cpp:27
↓ 2 callersFunctionbuildTree
Function to Build Tree
Gfg/C++/merge_BST.cpp:157
↓ 2 callersFunctionbuild_rank
Hackerank/C++/Spearman's Rank Correlation.cpp:14
← previousnext →101–200 of 2,762, ranked by callers