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

↓ 1 callersFunctionstairs
Gfg/C++/Staircase_search.cpp:5
↓ 1 callersFunctionstripClosest
A utility function to find the distance beween the closest points of strip of given size. All points in strip[] are sorted accordint to y coordinate.
Algorithms/Divide and Conquer/C++/Closest Pair of Points using Divide and Conquer algorithm.cpp:72
↓ 1 callersFunctionsubsetSum
(A, n, sum)
Algorithms/Miscellaneous/Python/partition_problem.py:1
↓ 1 callersFunctionsubsetSum
Gfg/C++/Subset Sum Prob.cpp:14
↓ 1 callersMethodsubsets
(int[] arr)
Data Structures/print_the_subset.java:12
↓ 1 callersMethodsudokuSolver
(int[][] grid, int row, int col)
Algorithms/Backtracking/Java/SudokuBacktracking.java:36
↓ 1 callersFunctionsumOfLongRootToLeafPath
Gfg/C++/Sum_of_nodes_on_the_longest_path_from_root_to_leaf.cpp:53
↓ 1 callersFunctionsumOfPrimes
Hackerank/C++/Summation of primes.cpp:6
↓ 1 callersFunctionsum_replacement
SUM REPLACEMENT RECURSIVE FUNCTION */
Data Structures/Tree/sum_replacement.cpp:66
↓ 1 callersFunctionsumd
Algorithms/superdigit.c:40
↓ 1 callersFunctionsuperDigit
(n, k)
Hackerank/Python/Recursive digit sum.py:10
↓ 1 callersFunctionsuperd
Algorithms/superdigit.c:35
↓ 1 callersFunctionsupermans_rank
Hackerank/C++/Spearman's Rank Correlation.cpp:32
↓ 1 callersFunctionswap
Algorithms/Miscellaneous/C++/call_by_reference.cpp:10
↓ 1 callersFunctionswap
Algorithms/Searching and Sorting/C++/Selection Sort.cpp:5
↓ 1 callersFunctionswap
Data Structures/LinkedList/C/Operations_on_linkedlist.c:344
↓ 1 callersFunctionswap
Data Structures/Array/C++/Minimum_swaps_required.cpp:10
↓ 1 callersFunctionswap
Gfg/C/move_negative_element_to_one_side.c:14
↓ 1 callersMethodswapPairs
Leetcode/C++/SwapNodesInPairs.cpp:66
↓ 1 callersMethodswapPairs
(ListNode head)
Leetcode/Java/Swap Nodes in Pairs.java:37
↓ 1 callersFunctionswap_val
Leetcode/C/First Missing Positive.c:3
↓ 1 callersFunctiontakeInput
Taking input recursively.
Data Structures/Tree/C++/Minimum and maximum value in a Binary Tree.cpp:87
↓ 1 callersFunctiontakeInputLevelWise
Data Structures/Tree/C++/countNodesgreaterthanX.cpp:17
↓ 1 callersFunctiontakeInputLevelWise
Data Structures/Tree/C++/countNodes.cpp:17
↓ 1 callersFunctiontakeinput
Data Structures/LinkedList/C++/KReverse.cpp:145
↓ 1 callersFunctionthird_greatest
create a function to find third largest element...
Gfg/thirdlargestElement.cpp:14
↓ 1 callersFunctiontimeInWords
Hackerank/C++/The Time in Words.cpp:24
↓ 1 callersMethodtimeInWords
(int h, int m)
Hackerank/Java/The time in words.java:12
↓ 1 callersMethodtopView
Hackerank/C++/Top-View.cpp:38
↓ 1 callersMethodtopView
Function to return a list of nodes visible from the top view from left to right in Binary Tree.
Gfg/C++/top_View_of_Binary_Tree.cpp:26
↓ 1 callersFunctiontopoSort
Algorithms/Kahn’s Algorithm for Topological Sort.cpp:14
↓ 1 callersFunctiontopoSort
Algorithms/Graph/C++/Kahn’s Algorithm for Topological Sort.cpp:14
↓ 1 callersMethodtopoSort
Function to return list containing vertices in Topological order.
Gfg/C++/topological_sort.cpp:31
↓ 1 callersFunctiontopo_process
Keeping track of processed and visited nodes
Algorithms/Searching and Sorting/C++/Topological_sort.cpp:15
↓ 1 callersFunctiontopological_sort
Algorithms/Graph/C++/TopologicalSort.cpp:25
↓ 1 callersFunctiontopological_sort
Sort function
Algorithms/Searching and Sorting/C++/Topological_sort.cpp:28
↓ 1 callersFunctiontotalHammingDistance
Leetcode/C++/Total Hamming Distance.cpp:30
↓ 1 callersFunctiontotal_number_nodes
Data Structures/Tree/C++/Binary_Search_Tree.cpp:310
↓ 1 callersMethodtour
(int petrol[], int distance[])
Gfg/Java/CircularTour.java:48
↓ 1 callersFunctiontowerOfHanoi
Algorithms/Dynamic Problems/C++/Tower_Of_Hanoi (2).cpp:9
↓ 1 callersMethodtowerOfHanoi
(int n, char from_rod, char to_rod, char aux_rod)
Gfg/towerOf.java:8
↓ 1 callersFunctiontower_of_hanoi
(disks, source, auxiliary, target)
Algorithms/Miscellaneous/Python/TowerOfHanoi.py:2
↓ 1 callersFunctiontowers
Algorithms/Miscellaneous/C/towerOFHanoi.c:16
↓ 1 callersFunctiontown_with_most_packages
Hackerank/C/Post Transition.c:85
↓ 1 callersMethodtr
(Object... o)
Hackerank/Java/Strong-password.java:163
↓ 1 callersMethodtrans
(int fac[][], int r)
Gfg/Main.java:179
↓ 1 callersMethodtransitiveClosure
Gfg/C++/Transitive_Closure_of_Graph.cpp:67
↓ 1 callersMethodtrappingWater
Problem Link : https://practice.geeksforgeeks.org/problems/trapping-rain-water-1587115621/1
Gfg/C++/Trapping Rain Water.cpp:10
↓ 1 callersFunctiontrapping_rainwater
(arr,n)
Gfg/Python/trapping_rainwater.py:1
↓ 1 callersMethodtwh
(int n,char src,char dest,char temp)
Algorithms/Dynamic Problems/TowerOfHanoi.java:21
↓ 1 callersMethodtwh
(int n,char src,char dest,char temp)
Gfg/Java/TowerOfHanoi.java:21
↓ 1 callersFunctiontwoStrings
(s1, s2)
Hackerank/Python/Two Strings.py:18
↓ 1 callersMethoduniquePaths
(int m, int n)
Leetcode/Java/Unique Paths.java:25
↓ 1 callersMethodunite
Gfg/Minimum spanning tree.cpp:31
↓ 1 callersFunctionup
Hackerank/C++/Largest product in a grid.cpp:7
↓ 1 callersFunctionup_left
Hackerank/C++/Largest product in a grid.cpp:25
↓ 1 callersFunctionup_right
Hackerank/C++/Largest product in a grid.cpp:34
↓ 1 callersMethodupdate
Update a given Node
Data Structures/LinkedList/C++/SinglyLinkedList.cpp:293
↓ 1 callersMethodupdateMatrix
Leetcode/C++/01_Matrix.cpp:15
↓ 1 callersFunctionupdatevalue
The function to update a value in input array and segment tree. It uses updateValueUtil() to update the value in segment tree
Data Structures/Tree/C++/segment_tree_implementation.cpp:144
↓ 1 callersFunctionupdatevalueUtil
-----------------------------------------------------------------------------------------------------------------updatevalue------------------ A recur
Data Structures/Tree/C++/segment_tree_implementation.cpp:126
↓ 1 callersFunctionvalidMountainArray
Leetcode/C++/ValidMountainArray.cpp:19
↓ 1 callersFunctionvalid_part
function to check whether the string passed is valid ip or not */
Gfg/C++/Validate_IP.cpp:38
↓ 1 callersMethodvalidmove
(int newx, int newy, int board[][])
Gfg/Java/TheKnightsTour.java:69
↓ 1 callersMethodvalueEqualToIndex
Gfg/C++/Value equal to index value.cpp:11
↓ 1 callersFunctionvisa
Codechef/C++/codechef_visa.cpp:3
↓ 1 callersFunctionwavesort
Algorithms/Searching and Sorting/C++/Wave sort.cpp:11
↓ 1 callersFunctionyear_to_day
Function to convert year into Day//
Data Structures/Year_to_min_sec_hour_day.cpp:41
↓ 1 callersFunctionyear_to_hour
Function to convert year into Hour//
Data Structures/Year_to_min_sec_hour_day.cpp:47
↓ 1 callersFunctionyear_to_minutes
Function to convert year into Minutes//
Data Structures/Year_to_min_sec_hour_day.cpp:53
↓ 1 callersFunctionyear_to_month
Function to convert year into month//
Data Structures/Year_to_min_sec_hour_day.cpp:35
↓ 1 callersFunctionyear_to_seconds
Function to convert year into Seconds//
Data Structures/Year_to_min_sec_hour_day.cpp:59
↓ 1 callersFunctionzizag_traversal
function to print the zigzag traversal
Data Structures/Tree/C++/Zig-Zag_Binary_Tree_Traversal.cpp:20
MethodArrayIns
(int max)
Algorithms/Searching and Sorting/Java/ArrayInsertsort.java:9
MethodBTNode
Constructor that allocates a new node with the given data and NULL left and right pointers. */
Data Structures/Tree/C++/Minimum and maximum value in a Binary Tree.cpp:44
MethodBox
Hackerank/C++/Box It.cpp:14
MethodCell
(int x, int y)
Algorithms/Miscellaneous/Java/WarnsdorffAlgorithm.java:148
MethodChainHashing
Data Structures/Array/C++/ChainHashing.cpp:15
MethodDFSUtil
Gfg/C++/Transitive_Closure_of_Graph.cpp:49
MethodDSU
Gfg/Minimum spanning tree.cpp:14
MethodDisjSet
Gfg/C++/Disjoint_set.cpp:17
MethodDoublyLinkedList
Hackerank/C++/Reverse a Doubly Linked List.cpp:24
MethodDoublyLinkedListNode
Hackerank/C++/Reverse a Doubly Linked List.cpp:12
MethodEdge
(int src, int nbr, int wt)
Leetcode/Java/DijsktraAlgo.java:13
MethodEdge
()
Gfg/Java/Bellman_Ford.java:10
MethodGraph
Algorithms/Graph/C++/Krushal's Algo.cpp:22
MethodGraph
Algorithms/Graph/C++/DFSGraphValidation.cpp:31
MethodGraph
(int v, int e)
Algorithms/Greedy Algorithms/Java/Kruskal’s Minimum Spanning Tree Algorithm.java:33
MethodGraph
Gfg/C++/Transitive_Closure_of_Graph.cpp:35
MethodGraph
(int v)
Gfg/Java/implement dfs.java:18
MethodGraph
(int v, int e)
Gfg/Java/Bellman_Ford.java:19
MethodHashEntry
Data Structures/Array/C++/Hashing_with_arrays.cpp:12
MethodHashFunc
Data Structures/Array/C++/Hashing_with_arrays.cpp:35
MethodHashMap
Data Structures/Array/C++/Hashing_with_arrays.cpp:25
MethodHashTable
Algorithms/Hashing Techniques/Chaining.cpp:26
MethodItemValue
(int wt, int val, int ind)
Algorithms/Greedy Algorithms/Java/Fractional Knapsack Problem.java:58
MethodLNode
Data Structures/LinkedList/C++/Sorted_LinkedList_to_BST.cpp:10
MethodLinkedList
Default Construtor should be called only
Data Structures/LinkedList/C++/Doubly-Linked-List2.cpp:73
MethodLinkedList
Default Construtor should be called only
Data Structures/LinkedList/C++/Doubly-Linked-List.cpp:72
MethodList
Data Structures/LinkedList/C++/Double_linked_list.cpp:15
← previousnext →1,401–1,500 of 2,762, ranked by callers