MCPcopy Create free account

hub / github.com/chaharnishant11/CodeIn10DSA / functions

Functions192 in github.com/chaharnishant11/CodeIn10DSA

↓ 16 callersFunctionhelper
Recursion/Homework/reverse.cpp:4
↓ 12 callersFunctionhelper
Backtracking/Code/Rat in a Maze.cpp:12
↓ 12 callersFunctionhelper
Backtracking/Homework/Rat in a Maze.cpp:12
↓ 7 callersFunctionhelper
(S,start,end)
Recursion/Code/palindrome.py:1
↓ 5 callersFunctionfactorial
C++/Code/factorialUsingFunction.cpp:4
↓ 5 callersFunctionisSafe
Backtracking/Homework/Rat in a Maze.cpp:5
↓ 4 callersFunctionisSafe
Backtracking/Code/Rat in a Maze.cpp:5
↓ 4 callersFunctionswap
(a, b, arr)
Sorting/Code/quickSort.py:3
↓ 3 callersFunctioncountWays
Recursion/Code/NthStair.c:4
↓ 2 callersFunctionfactorial
Recursion/Code/factorials.c:5
↓ 2 callersFunctionisSafe
(row, col)
Backtracking/Code/nQueens.py:36
↓ 2 callersFunctionprintGrid
()
Backtracking/Code/sudokuSolver.py:14
↓ 2 callersFunctionswap
} Driver Code Ends User function Template for C
Sorting/Code/quickSort.cpp:17
↓ 2 callersFunctionswap
} Driver Code Ends User function Template for C
Sorting/Homework/quickSort.cpp:17
↓ 1 callersMethodAllPossibleStrings
Recursion/Homework/Subsequences.cpp:24
↓ 1 callersFunctionNum
(result, candidates, m, add, index)
Backtracking/Code/combinationSum.py:12
↓ 1 callersFunctionPut
(n, count)
Backtracking/Code/nQueens.py:78
↓ 1 callersMethodSolveSudoku
Backtracking/Code/sudokuSolver.cpp:55
↓ 1 callersMethodSolveSudoku
Backtracking/Homework/sudokuSolver.cpp:55
↓ 1 callersFunctioncountWays
(n)
Recursion/Code/NthStair.py:3
↓ 1 callersFunctioncountWays
Recursion/Code/NthStair.cpp:4
↓ 1 callersMethodcountWays
(int n)
Recursion/Code/NthStair.java:5
↓ 1 callersMethodcountWays
Recursion/Homework/nthStair.cpp:6
↓ 1 callersMethodfact
(int n)
Recursion/Code/factorials.java:5
↓ 1 callersFunctionfactorial
(N)
Recursion/Code/factorials.py:4
↓ 1 callersFunctionfactorial
Recursion/Code/factorials.cpp:7
↓ 1 callersFunctionfactorial
C++/Code/factorial.cpp:4
↓ 1 callersMethodfactorial
Recursion/Homework/factorial.cpp:6
↓ 1 callersMethodfibo
(int n)
Recursion/Code/nthFibonacci.java:5
↓ 1 callersFunctionfibonacci
Recursion/Code/nthFibonacci.cpp:7
↓ 1 callersFunctionfibonacci
Recursion/Code/nthFibonacci.c:5
↓ 1 callersFunctionfibonacci
(n)
Recursion/Code/nthFibonacci.py:3
↓ 1 callersFunctionform
(string_input)
Backtracking/Code/sudokuSolver.py:2
↓ 1 callersFunctionfunction
(candidates, add)
Backtracking/Code/combinationSum.py:3
↓ 1 callersFunctiongetBoard
()
Backtracking/Code/nQueens.py:7
↓ 1 callersFunctiongetMinMax
C++/Code/Find minimum and maximum element in an array.cpp:25
↓ 1 callersFunctionhelper
Recursion/Code/palindrome.cpp:6
↓ 1 callersMethodhelper
(self,a,s,temp,index)
Recursion/Code/subsetSum.py:5
↓ 1 callersFunctionisPalindrome
(S)
Recursion/Code/palindrome.py:8
↓ 1 callersFunctionisPalindrome
Recursion/Code/palindrome.cpp:16
↓ 1 callersMethodisPalindrome
Recursion/Homework/palindrome.cpp:21
↓ 1 callersMethodisSubsetSum
(self, N, arr, sum)
Recursion/Code/subsetSum.py:21
↓ 1 callersMethodisSubsetSum
Recursion/Code/subsetSum.cpp:35
↓ 1 callersMethodisSubsetSum
Recursion/Homework/subsetSum.cpp:29
↓ 1 callersFunctionmerge_sort
(arr)
Sorting/Code/mergeSort.py:1
↓ 1 callersFunctionmerge_two_sorted_lists
(a,b,arr)
Sorting/Code/mergeSort.py:15
↓ 1 callersMethodnQueen
Backtracking/Code/nQueens.cpp:58
↓ 1 callersMethodnQueen
Backtracking/Homework/nQueens.cpp:58
↓ 1 callersMethodnthFibonacci
Recursion/Homework/fibonacci.cpp:6
↓ 1 callersFunctionpartition
Sorting/Code/quickSort.cpp:33
↓ 1 callersFunctionpartition
(elements, start, end)
Sorting/Code/quickSort.py:15
↓ 1 callersFunctionpartition
Sorting/Homework/quickSort.cpp:33
↓ 1 callersFunctionpossible
(row,col,digit)
Backtracking/Code/sudokuSolver.py:20
↓ 1 callersMethodpossibleWords
Recursion/Homework/possibleWordsFromPhone.cpp:28
↓ 1 callersFunctionpower
(n)
Recursion/Code/powerOf2.py:3
↓ 1 callersFunctionpower
Recursion/Code/powerOf2.c:5
↓ 1 callersFunctionpower
Recursion/Code/powerOf2.cpp:7
↓ 1 callersMethodpower
(int n)
Recursion/Code/powerOf2.java:5
↓ 1 callersFunctionprintArray
Function to print an array */
Sorting/Code/quickSort.cpp:7
↓ 1 callersFunctionprintArray
Function to print an array */
Sorting/Homework/quickSort.cpp:7
↓ 1 callersFunctionprintArray
Passing in a function
C++/Code/array.cpp:5
↓ 1 callersFunctionprintBoard
()
Backtracking/Code/nQueens.py:15
↓ 1 callersMethodprintGrid
Function to print grids of the Sudoku.
Backtracking/Code/sudokuSolver.cpp:62
↓ 1 callersMethodprintGrid
Function to print grids of the Sudoku.
Backtracking/Homework/sudokuSolver.cpp:62
↓ 1 callersFunctionproductArray
C++/Homework/productOfArrayElement.cpp:4
↓ 1 callersFunctionpyramid
C++/Homework/rightTriangleUsingFunction.cpp:5
↓ 1 callersFunctionquickSort
Function to sort an array using quick sort algorithm.
Sorting/Code/quickSort.cpp:23
↓ 1 callersFunctionquickSort
Function to sort an array using quick sort algorithm.
Sorting/Homework/quickSort.cpp:23
↓ 1 callersFunctionquick_sort
(elements, start, end)
Sorting/Code/quickSort.py:9
↓ 1 callersFunctionrat_maze
(maze, i, j, m, n, arr)
Backtracking/Code/Rat in a maze.py:8
↓ 1 callersMethodrotateArr
Function to rotate an array by d elements in counter-clockwise direction.
C++/Code/rotateArray.cpp:24
↓ 1 callersMethodsearch
C++/Code/elementAppearsOnce.cpp:24
↓ 1 callersMethodsearch
Function to search x in arr arr: input array X: element to be searched for
C++/Code/SearchElementInArray.cpp:12
↓ 1 callersFunctionsequence
(s,temp,index)
Recursion/Code/Subsequences.py:4
↓ 1 callersFunctionsequence
Recursion/Code/Subsequences.cpp:8
↓ 1 callersMethodsequence
(String s, String temp, int index)
Recursion/Code/Subsequences.java:7
↓ 1 callersFunctionsolution
()
Backtracking/Code/sudokuSolver.py:36
↓ 1 callersMethodsubsets
Recursion/Code/subsets.cpp:29
↓ 1 callersMethodsubsets
Recursion/Homework/Subsets.cpp:34
↓ 1 callersMethodsum
(int n)
Recursion/Code/sumFirstN.java:5
↓ 1 callersFunctionsumArray
C++/Homework/sumOfArrayElements.cpp:4
↓ 1 callersFunctionsumN
Recursion/Code/sumFirstN.c:6
↓ 1 callersFunctionsumN
Recursion/Code/sumFirstN.cpp:7
↓ 1 callersFunctionsumN
(n)
Recursion/Code/sumFirstN.py:4
↓ 1 callersFunctionvalid_path
(maze, i, j, m, n)
Backtracking/Code/Rat in a maze.py:1
↓ 1 callersFunctionwall
C++/Homework/2DWallUsingFunction.cpp:5
Methodcheck
Function to find a solved Sudoku.
Backtracking/Code/sudokuSolver.cpp:17
Methodcheck
Function to find a solved Sudoku.
Backtracking/Homework/sudokuSolver.cpp:17
MethodcombinationSum
Backtracking/Code/combinationSum.cpp:27
MethodcombinationSum
Backtracking/Homework/combinationSum.cpp:27
Methodexist
Backtracking/Code/wordSearch.cpp:18
Methodexist
Backtracking/Homework/wordSearch.cpp:17
Methodhelper
Backtracking/Code/nQueens.cpp:36
Methodhelper
Backtracking/Code/sudokuSolver.cpp:38
Methodhelper
Backtracking/Code/combinationSum.cpp:5
Methodhelper
Backtracking/Code/wordSearch.cpp:3
Methodhelper
Backtracking/Homework/nQueens.cpp:36
Methodhelper
Backtracking/Homework/sudokuSolver.cpp:38
Methodhelper
Backtracking/Homework/combinationSum.cpp:5
Methodhelper
Backtracking/Homework/wordSearch.cpp:3
next →1–100 of 192, ranked by callers