Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
/ functions
Functions
2,762 in github.com/Ayush7614/Daily-Coding-DS-ALGO-Practice
⨍
Functions
2,762
◇
Types & classes
612
↓ 1 callers
Function
pathSum
Leetcode/C++/Path Sum III.cpp:37
↓ 1 callers
Function
peakIndexInMountainArray
Leetcode/C++/peakIndexinAMountainArray.cpp:30
↓ 1 callers
Function
pearson
Hackerank/C++/Pearson Correlation Coefficient.cpp:8
↓ 1 callers
Function
peek
(s)
Data Structures/Tree/postorder_traversal.py:15
↓ 1 callers
Function
peek
Data Structures/Stack/C++/Stack-implementation_using_array.cpp:51
↓ 1 callers
Method
performDivision
(String temp, int s)
Gfg/Main.java:36
↓ 1 callers
Method
permutation
(char[] charArr, int start, int size)
Algorithms/Backtracking/Print_all_permutations_of_a_String.java:16
↓ 1 callers
Function
permutationCoeff
Returns value of Permutation Coefficient P(n, k)
Gfg/C/Permutation Coefficient.c:9
↓ 1 callers
Function
permute
Function to print permutations of string This function takes three parameters: 1. String 2. Starting index of the string 3. Ending index of the string
Algorithms/Backtracking/C++/print all permutations of a given string.cpp:12
↓ 1 callers
Function
permute
variable defined to store the maximum value of happiness function defined to get all the permutation of starting string
Codeforces/C++/Shower_Line.cpp:34
↓ 1 callers
Function
placer
Algorithms/Miscellaneous/C++/RatInMaze.cpp:44
↓ 1 callers
Function
plusMinus
Hackerank/C++/Plus-Minus.cpp:49
↓ 1 callers
Function
pop
Hackerank/C/Maximum Element.c:24
↓ 1 callers
Function
pop
Data Structures/Stack/C++/Stack-implementation_using_array.cpp:23
↓ 1 callers
Function
pop
Data Structures/Stack/C/array implementation of stack.c:71
↓ 1 callers
Method
pop
()
Data Structures/Stack/Java/StackArray.java:29
↓ 1 callers
Function
pop_ll
Data Structures/Stack/C++/Reverse_ll_using_Stack.cpp:55
↓ 1 callers
Function
possibleWays
Gfg/C++/Coin Change.cpp:5
↓ 1 callers
Function
postOrder
Gfg/C++/postorder_traversal_of_binary_tree_iterative_approach.cpp:55
↓ 1 callers
Method
postOrder
Data Structures/Tree/Tree_Traversal.cpp:151
↓ 1 callers
Method
postOrder
(Node node)
Data Structures/Tree/Java/AVL_Tree.java:45
↓ 1 callers
Function
postOrderTraversal
(root)
Data Structures/Tree/postorder_traversal.py:23
↓ 1 callers
Method
postorder
Post-Order traversal Left Subtree -> Right Subtree -> Node
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:293
↓ 1 callers
Function
power
Algorithms/Miscellaneous/C++/Recursive Modular Exponentiation.cpp:8
↓ 1 callers
Function
power
Codechef/C++/XOR Equality (XOREQUAL).cpp:6
↓ 1 callers
Method
powerOf2
(int n)
Gfg/Java/Lucky_Person_Alive.java:91
↓ 1 callers
Function
powerofTwo
(n)
Algorithms/Miscellaneous/Python/Setbitposition.py:18
↓ 1 callers
Function
preOrder
Pre-Order Traverse
Data Structures/LinkedList/C++/Sorted_LinkedList_to_BST.cpp:32
↓ 1 callers
Function
preOrder
A utility function to print preorder traversal of BST */
Gfg/C++/Convert sorted Array to BST.cpp:84
↓ 1 callers
Method
preOrder
Data Structures/Tree/Tree_Traversal.cpp:109
↓ 1 callers
Method
preOrder
(Node node)
Data Structures/Tree/Java/AVL_Tree.java:36
↓ 1 callers
Function
prefix_to_infix
Function to convert prefix to Infix expression
Data Structures/Stack/C++/prefix_infix.cpp:17
↓ 1 callers
Function
prefixtoinfix
(prefix)
Data Structures/Stack/Python/Prefixtoinfix.py:1
↓ 1 callers
Function
preorder
Function to perform preorder traversal on a given binary tree
Leetcode/C++/Invert binary tree.cpp:30
↓ 1 callers
Function
preorder
Function to perform preorder traversal on a given binary tree
Gfg/C++/Mirror tree.cpp:23
↓ 1 callers
Method
preorder
Pre-Order traversal Node->Left Subtree->Right Subtree
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:279
↓ 1 callers
Function
preorder_traversal
Data Structures/Tree/C++/Binary_Search_Tree.cpp:145
↓ 1 callers
Function
preprocess
Atcoder dp/N - Slimes.cpp:33
↓ 1 callers
Function
print
print function
Data Structures/LinkedList/C++/LinkedList.cpp:9
↓ 1 callers
Method
print2D
(int mat[][])
Leetcode/Java/SetZeroes.java:48
↓ 1 callers
Method
printArr
(int dist[], int V)
Gfg/Java/Bellman_Ford.java:59
↓ 1 callers
Function
printArray
A utility function to print elements of array
Algorithms/Miscellaneous/C/stockspanprob.c:22
↓ 1 callers
Function
printArray
A utility function to print an array of size n
Algorithms/Searching and Sorting/C++/Insertion Sort.cpp:27
↓ 1 callers
Function
printArray
Function to print an array */
Algorithms/Searching and Sorting/C++/Quick Sort.cpp:56
↓ 1 callers
Function
printArray
Function to print an array */
Algorithms/Searching and Sorting/C++/Selection Sort.cpp:31
↓ 1 callers
Function
printArray
Print an array
Algorithms/Searching and Sorting/C++/Radix_Sort.cpp:53
↓ 1 callers
Function
printArray
(arr,size)
Gfg/Python/RotateArray.py:23
↓ 1 callers
Function
printArray
( a)
Gfg/Python/Sort012.py:18
↓ 1 callers
Function
printArray
Gfg/C++/Merge k Sorted Arrays.cpp:23
↓ 1 callers
Function
printArray
A utility function to print array of size n */
Gfg/C++/implementation of Heap Sort.cpp:49
↓ 1 callers
Method
printArray
(int arr[], int arr_size)
Algorithms/Searching and Sorting/sort012.java:35
↓ 1 callers
Method
printArray
(int arr[], int n)
Gfg/negitivenumber.java:22
↓ 1 callers
Method
printCurrentLevel
(TreeNode root ,int level)
Leetcode/Java/BinaryTreeFromPreorderAndInorder.java:87
↓ 1 callers
Method
printDimaSeraja
(int[] arr)
Codeforces/Java/DimaSerejaProblem.java:32
↓ 1 callers
Function
printFirstNegativeInteger
Function to return solution
Gfg/C++/First negative integer in every window of size k .cpp:37
↓ 1 callers
Method
printGantChart
Operating System/CPU Scheduler/Round Robin.cpp:70
↓ 1 callers
Function
printHuffCodes
Gfg/C++/Huffman Encoding.cpp:23
↓ 1 callers
Function
printIntersection
Data Structures/union_and_intersection.cpp:59
↓ 1 callers
Function
printIntersection
Data Structures/Array/C++/intersection of two sorted arrays.cpp:5
↓ 1 callers
Function
printJobScheduling
(arr, t)
Algorithms/Greedy Algorithms/Job Sequencing Problem.py:1
↓ 1 callers
Function
printJobScheduling
Returns minimum number of platforms reqquired
Algorithms/Greedy Algorithms/C++/Job Sequencing Problem.cpp:22
↓ 1 callers
Function
printKMax
Method to find the maximum for each and every contiguous subarray of size k.
Gfg/C++/Maximum of all subarrays of size k.cpp:8
↓ 1 callers
Method
printLevelOrder
(TreeNode root)
Leetcode/Java/BinaryTreeFromPreorderAndInorder.java:58
↓ 1 callers
Function
printList
(node)
Data Structures/Merge k sorted linkedlist.py:17
↓ 1 callers
Function
printList
Function to print LinkedList data It takes one argument head the starting node It traverse till the node is not equal to null and prints the data insi
Data Structures/LinkedList/C++/Reverse_LinkedList_in_a_group_of_given_size.cpp:72
↓ 1 callers
Function
printList
Function to printList
Data Structures/LinkedList/C++/Reorder_list.cpp:28
↓ 1 callers
Function
printList
A utility function to print a given linked list
Data Structures/LinkedList/C++/Pallindrome_Linked_List.cpp:153
↓ 1 callers
Function
printList
Data Structures/LinkedList/C++/reverse_LL.cpp:31
↓ 1 callers
Function
printList
function to print the current linked list data
Data Structures/LinkedList/C++/Reverse_a_sublist_of_a_list.cpp:64
↓ 1 callers
Function
printList
Gfg/RotateALinkedList.cpp:46
↓ 1 callers
Function
printList
Function to print linked list */
Gfg/C++/reverse_link_list_grup.cpp:31
↓ 1 callers
Function
printList
Gfg/C++/Add two numbers represented by linked lists.cpp:45
↓ 1 callers
Function
printList
Gfg/C++/Flatten_a_linked_list.cpp:27
↓ 1 callers
Function
printList
{ Driver Code Starts. Function to print nodes in a given linked list */
Gfg/C++/merge_k_sorted_linked_lists.cpp:82
↓ 1 callers
Function
printList
Function to print linked list */
Gfg/C++/Delete_without_head_pointer.cpp:54
↓ 1 callers
Method
printList
()
Leetcode/Java/Swap Nodes in Pairs.java:69
↓ 1 callers
Method
printList
(self)
Gfg/Python/merge_two_sorted_linkedlists.py:18
↓ 1 callers
Method
printList
(Node head)
Gfg/Java/Merge_two_sorted_LL.java:48
↓ 1 callers
Method
printList
(Node node)
Gfg/Java/Add-1-to-a-number-represented-as-linked-list.java:29
↓ 1 callers
Function
printMajority
(A)
Data Structures/MajorityElement.py:29
↓ 1 callers
Function
printMatrix
Function for print matrix
Gfg/C++/rotate matrix.cpp:27
↓ 1 callers
Method
printMatrix
(int arr[][])
Gfg/Java/rotate matrix.java:31
↓ 1 callers
Method
printMaxActivities
(int s[], int f[], int n)
Algorithms/Greedy Algorithms/Java/Activity Selection Problem.java:14
↓ 1 callers
Method
printNQueens
(int[][] chess, String qsf, int row)
Algorithms/Backtracking/Java/NQueens.java:32
↓ 1 callers
Method
printNodes
()
Algorithms/LinkedList/doublyll.java:42
↓ 1 callers
Function
printParenthesis
(str, n)
Gfg/Python/Generate_Balanced_parenthesis.py:30
↓ 1 callers
Function
printPascal
C program for Pascal’s Triangle A O(n^2) time and O(n^2) extra space method for Pascal's Triangle
Algorithms/Miscellaneous/C/pascaltriangle.c:4
↓ 1 callers
Method
printPascal
(int n)
Gfg/Java/PascalsTriangle.java:19
↓ 1 callers
Function
printPath
Gfg/C++/Rat in a Maze Problem.cpp:58
↓ 1 callers
Function
printPattern
Defination Of printPattern Function:
Hackerank/C/concentric square pattern.c:8
↓ 1 callers
Function
printSolution
A utility function to print the constructed distance array
Algorithms/Greedy Algorithms/C++/Dijkstra’s shortest path algorithm.cpp:25
↓ 1 callers
Function
printSolution
( sol )
Algorithms/Backtracking/Python/ratInMaze.py:8
↓ 1 callers
Function
printSolution
(dist)
Algorithms/Dynamic Problems/Python/FlodyWarshall.py:36
↓ 1 callers
Function
printSolution
(dist)
Algorithms/Dynamic Problems/Python/FloydWarshall.py:12
↓ 1 callers
Function
printSolution
Algorithms/Dynamic Problems/C++/FloydWarshall.cpp:31
↓ 1 callers
Function
printSolution
A utility function to print the constructed distance array
Gfg/C++/dijkstras algo.cpp:25
↓ 1 callers
Method
printSolution
(int dist[][])
Algorithms/Dynamic Problems/Java/FloydWarshall.java:34
↓ 1 callers
Method
printSpiral
(int[][] arr)
Gfg/Java/SpiralDisplay.java:28
↓ 1 callers
Function
printUnion
Data Structures/union_and_intersection.cpp:22
↓ 1 callers
Function
printUnion
Data Structures/Array/C++/union of two sorted arrays.cpp:5
← previous
next →
1,101–1,200 of 2,762, ranked by callers