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 callersFunctionselection
Algorithms/Searching and Sorting/C++/SelectionSort_Comparisons_Count.cpp:4
↓ 1 callersFunctionselectionSort
Algorithms/Searching and Sorting/C++/Selection Sort.cpp:12
↓ 1 callersFunctionsend_all_acceptable_packages
Hackerank/C/Post Transition.c:44
↓ 1 callersMethodsetZeroes
(int[][] matrix)
Leetcode/Java/SetZeroes.java:18
↓ 1 callersFunctionshellSort
Method to sort the list/array*/
Algorithms/Searching and Sorting/C++/Shell Sort.cpp:11
↓ 1 callersFunctionshellsort
(lst)
Algorithms/Searching and Sorting/Python/Shell_sort.py:2
↓ 1 callersFunctionshiftAll
Data Structures/move_all_negative.cpp:22
↓ 1 callersMethodshortPath
(ArrayList<Edge>[] graph,int src)
Leetcode/Java/DijsktraAlgo.java:63
↓ 1 callersFunctionshortestSupSeq
(A, B)
Leetcode/Python/shortest_supersequence.py:4
↓ 1 callersMethodshow
Operating System/CPU Scheduler/Round Robin.cpp:125
↓ 1 callersMethodshow
Data Structures/LinkedList/C++/Doubly-Linked-List2.cpp:273
↓ 1 callersMethodshow
Data Structures/LinkedList/C++/Doubly-Linked-List.cpp:265
↓ 1 callersFunctionsieve
Codechef/C++/Prime Game.cpp:15
↓ 1 callersFunctionsieve
Hackerank/C++/10001st prime.cpp:8
↓ 1 callersFunctionsievePrimeFactor
Algorithms/Miscellaneous/C++/PrimeFactorization.cpp:4
↓ 1 callersFunctionskyline
(buildings)
Leetcode/Python/skyline Problem.py:2
↓ 1 callersMethodsmallest_window
Gfg/C++/Smallest_window_in_string_containing_all_characters_of_another_string.cpp:6
↓ 1 callersFunctionsol
Codechef/C++/Tree Permutations (TREEPERM).cpp:120
↓ 1 callersFunctionsolution
Codeforces/C++/D. Same Differences.cpp:14
↓ 1 callersFunctionsolution
Codeforces/C++/B_Borze.cpp:26
↓ 1 callersFunctionsolution
Codeforces/C++/B_Drinks.cpp:26
↓ 1 callersFunctionsolve
Algorithms/Dynamic Problems/C++/Painting the Fence.cpp:8
↓ 1 callersFunctionsolve
Leetcode/C++/Minimum_window.cpp:13
↓ 1 callersFunctionsolve
Leetcode/C++/Path Sum III.cpp:22
↓ 1 callersFunctionsolve
()
Codechef/Python/CyclicQuad.py:31
↓ 1 callersFunctionsolve
Codechef/C++/Three Dices (THREDICE).cpp:10
↓ 1 callersFunctionsolve
Codechef/C++/Maximum Production (EITA).cpp:10
↓ 1 callersFunctionsolve
Codechef/C++/MINNOTES.cpp:11
↓ 1 callersFunctionsolve
Codechef/C++/Chef and Spells (CHFSPL).cpp:8
↓ 1 callersFunctionsolve
Codechef/C++/Chess Format (CHSFORMT).cpp:12
↓ 1 callersFunctionsolve
Codechef/C++/Red Alert (REDALERT).cpp:11
↓ 1 callersFunctionsolve
Codechef/C++/Sleep Cycle (SLPCYCLE).cpp:13
↓ 1 callersFunctionsolve
Codechef/C++/Relativity (RELATIVE).cpp:11
↓ 1 callersFunctionsolve
Codechef/C++/Tree House (THOUSES).cpp:76
↓ 1 callersFunctionsolve
Codechef/C++/XOR-ORED (XORORED).cpp:9
↓ 1 callersFunctionsolve
Codechef/C++/Multiple of 3 (MULTHREE).cpp:25
↓ 1 callersFunctionsolve
Codechef/C++/Minimum Dual Area.cpp:6
↓ 1 callersFunctionsolve
Codechef/C++/Beautiful Pairs (BUTYPAIR).cpp:15
↓ 1 callersFunctionsolve
Codechef/C++/Chef In Infinite Plane (CHFPLN).cpp:9
↓ 1 callersFunctionsolve
Codechef/C++/Food Chain (FODCHAIN).cpp:8
↓ 1 callersFunctionsolve
Codechef/C++/Ceiling Sum (CEILSUM).cpp:15
↓ 1 callersFunctionsolve
Codechef/C++/Chess Match (BLITZ3_2).cpp:10
↓ 1 callersFunctionsolve
Codechef/C++/Cricket Ranking (CRICRANK).cpp:9
↓ 1 callersFunctionsolve
Codechef/C++/Total Correct Submissions (TOTCRT).cpp:11
↓ 1 callersFunctionsolve
Codechef/C++/Shoe Fit (SHOEFIT).cpp:10
↓ 1 callersFunctionsolve
Codechef/C++/XxOoRr (XXOORR).cpp:11
↓ 1 callersFunctionsolve
Codeforces/C++/I_Hate_1111(Problem1526B).cpp:50
↓ 1 callersFunctionsolve
Codeforces/C++/1364_A_XXXXX.cpp:20
↓ 1 callersFunctionsolve
Hackerank/C++/Drawing Book.cpp:5
↓ 1 callersFunctionsolve
Hackerank/C/Day of the Programmer.c:12
↓ 1 callersFunctionsolve
Gfg/C++/birthday paradox.cpp:5
↓ 1 callersFunctionsolve
intially openings =closings=number of pairs
Gfg/C++/Generate_balanced_parenthesis.cpp:4
↓ 1 callersFunctionsolve
Atcoder dp/X - Tower.cpp:27
↓ 1 callersFunctionsolve
Atcoder dp/N - Slimes.cpp:18
↓ 1 callersMethodsolve
(String[] arr,int len,int m)
Codechef/Java/xor_folding.java:33
↓ 1 callersMethodsolve
(long n)
Codeforces/Java/I_Hate_1111(Problem1526B).java:49
↓ 1 callersMethodsolve
()
Hackerank/Java/Strong-password.java:33
↓ 1 callersMethodsolve
Function to solve Minimum sum
Gfg/C++/minimum_sum.cpp:58
↓ 1 callersFunctionsolve1
Codechef/C++/Tree Permutations (TREEPERM).cpp:19
↓ 1 callersFunctionsolve2
Codechef/C++/Tree Permutations (TREEPERM).cpp:68
↓ 1 callersFunctionsolveMaze
( maze )
Algorithms/Backtracking/Python/ratInMaze.py:24
↓ 1 callersFunctionsolveMazeUtil
(maze, x, y, sol)
Algorithms/Backtracking/Python/ratInMaze.py:36
↓ 1 callersFunctionsolveMeFirst
Algorithms/Miscellaneous/C/Solve Me First.c:7
↓ 1 callersFunctionsolveNQUtil
A recursive utility function to solve N Queen problem */
Gfg/C++/printing-solutions-n-queen-problem.cpp:40
↓ 1 callersMethodsolveSudoku
Leetcode/C++/Sudoku_Solver.cpp:84
↓ 1 callersFunctionsolveSuduko
Takes a partially filled-in grid and attempts to assign values to all unassigned locations in such a way to meet the requirements for Sudoku solution
Algorithms/Backtracking/C++/Sudoku Backtracking-7.cpp:60
↓ 1 callersFunctionsolveWordWrap
Gfg/C++/word_wrap.cpp:24
↓ 1 callersMethodsolvedp
(int[] arr, int k)
Algorithms/Dynamic Problems/countsequencewith_product.java:42
↓ 1 callersMethodsolverecursive
(int[] arr, int i, ArrayList<Integer> ans, int k)
Algorithms/Dynamic Problems/countsequencewith_product.java:16
↓ 1 callersMethodsort
(int[] arr)
Gfg/Java/Sort_012s.java:10
↓ 1 callersFunctionsort012
( a, arr_size)
Gfg/Python/Sort012.py:1
↓ 1 callersMethodsort012
(int a[], int arr_size)
Algorithms/Searching and Sorting/sort012.java:5
↓ 1 callersMethodsortBySetBitCount
Gfg/C++/sort_by_set_bit.cpp:33
↓ 1 callersMethodsortByValue
(HashMap<String, Integer> hm)
Codechef/Java/Total Correct Submissions.java:3
↓ 1 callersMethodsortInWave
(int arr[], int n)
Gfg/Java/wave_array.java:6
↓ 1 callersFunctionsortedArrayToBST
Gfg/C++/Convert sorted Array to BST.cpp:52
↓ 1 callersFunctionsortedInsert
Complete the sortedInsert function below. * For your reference: * * DoublyLinkedListNode { * int data; * DoublyLinkedListNode* next; *
Hackerank/C/Inserting a Node into a Sorted Doubly Linked List.c:67
↓ 1 callersFunctionsortedListToBST
the function which calls get to convert LinkedList to BST
Data Structures/LinkedList/C++/Sorted_LinkedList_to_BST.cpp:104
↓ 1 callersMethodsortedMerge
(Node head1, Node head2)
Gfg/Java/Merge_two_sorted_LL.java:116
↓ 1 callersFunctionspar
Codechef/C++/Binary String MEX (MEXSTR).cpp:12
↓ 1 callersFunctionspiral_print
Gfg/C++/spiral_print.cpp:4
↓ 1 callersFunctionspiral_traversal
Gfg/C++/SpiralDisplay.cpp:4
↓ 1 callersMethodspirallyTraverse
Function wriite by yellowberard to return a list of integers denoting spiral traversal of matrix.
Gfg/C++/spiral_matrix_gfg.cpp:34
↓ 1 callersFunctionsplit
Hackerank/C++/Breaking The Records.cpp:152
↓ 1 callersFunctionsplit
Hackerank/C++/Designer PDF Viewer.cpp:114
↓ 1 callersFunctionsplit
Hackerank/C++/Birthday Cake Candles.cpp:81
↓ 1 callersFunctionsplit
Hackerank/C++/New Year Chaos.cpp:100
↓ 1 callersFunctionsplit
Hackerank/C++/hackerrank_birthdaycake.cpp:85
↓ 1 callersFunctionsplit
Hackerank/C++/Beautiful Days at the Movies.cpp:115
↓ 1 callersFunctionsplit
Hackerank/C++/Plus-Minus.cpp:113
↓ 1 callersFunctionsplit
Hackerank/C++/A Very Big Sum.cpp:100
↓ 1 callersFunctionsplit
Hackerank/C++/Bubble Sort.cpp:87
↓ 1 callersFunctionsplit
Hackerank/C++/Ice Cream Parlor.cpp:149
↓ 1 callersFunctionsplit
Hackerank/C++/Mini-max Sum.cpp:93
↓ 1 callersFunctionsplit
the main thing : spliting the list
Data Structures/LinkedList/C++/Split_LinkedList.cpp:58
↓ 1 callersFunctionsplitAndPrint
Function to split the given linked list into ratio of p and q
Gfg/C++/LINKED_LIST_RATIO.cpp:41
↓ 1 callersFunctionsplit_string
Hackerank/C++/Cats and a Mouse.cpp:75
↓ 1 callersFunctionsplit_string
Hackerank/C/Mini-Max Sum.c:92
↓ 1 callersFunctionsplit_string
Data Structures/Array/C++/Array Manipulation.cpp:53
↓ 1 callersFunctionsquareSum
Function that gives sum of squares of digits of numbers
Hackerank/C++/lucky_number.cpp:33
← previousnext →1,301–1,400 of 2,762, ranked by callers