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
printUnion
(arr1, arr2, m, n)
Gfg/Python/union_arrays.py:2
↓ 1 callers
Function
printUnion
(arr1, arr2, m, n)
Gfg/Python/Union_of_2_sorted_arrays.py:1
↓ 1 callers
Function
printUnion
Gfg/C++/Union of two sorted arrays.cpp:13
↓ 1 callers
Function
print_all_packages
Hackerank/C/Post Transition.c:33
↓ 1 callers
Function
print_arr
Codechef/C++/Hail_XOR.cpp:19
↓ 1 callers
Function
print_doubly_linked_list
Hackerank/C++/Reverse a Doubly Linked List.cpp:43
↓ 1 callers
Function
print_singly_linked_list
Hackerank/C/Delete-Duplicate-Value-Node-From-Sorted-LinkedList.c:56
↓ 1 callers
Function
print_vector
Algorithms/Miscellaneous/C++/contamenatedwords.cpp:3
↓ 1 callers
Function
printfromstack
Data Structures/Reverse a link list using stack.cpp:10
↓ 1 callers
Function
printleft
Data Structures/Tree/C++/Top_View_in_Binary_Tree.cpp:58
↓ 1 callers
Function
printright
Data Structures/Tree/C++/Top_View_in_Binary_Tree.cpp:67
↓ 1 callers
Method
productExceptSelf
(int[] nums)
Algorithms/Dynamic Problems/Java/Product_of_Self_Array.java:9
↓ 1 callers
Method
productExceptSelf
nums: given vector return the Product vector P that hold product except self at each index
Gfg/C++/product_array_puzzle.cpp:24
↓ 1 callers
Function
profit
Codechef/C++/Bytelandian gold coins.cpp:10
↓ 1 callers
Function
push
Hackerank/C/Maximum Element.c:14
↓ 1 callers
Function
push
Push a node to linked list. Note that this function changes the head
Data Structures/LinkedList/C++/Pallindrome_Linked_List.cpp:135
↓ 1 callers
Function
push
Data Structures/Stack/C++/Stack-implementation_using_array.cpp:7
↓ 1 callers
Function
push
Data Structures/Stack/C/array implementation of stack.c:55
↓ 1 callers
Method
push
(int new_data)
Leetcode/Java/Delete Node in a Linked List.java:58
↓ 1 callers
Function
push_ll
Data Structures/Stack/C++/Reverse_ll_using_Stack.cpp:37
↓ 1 callers
Function
queryResults
Gfg/C++/rangeQuery.cpp:102
↓ 1 callers
Function
queryResultsUtil
Gfg/C++/rangeQuery.cpp:64
↓ 1 callers
Function
quickSort
The main function that implements QuickSort arr[] --> Array to be sorted, low --> Starting index, high --> Ending index */
Algorithms/Searching and Sorting/C++/Quick Sort.cpp:40
↓ 1 callers
Function
rabin_karp_algorithm
(pattern, text)
Algorithms/rabin_karp_algorithm.py:31
↓ 1 callers
Method
radixSort
(int[] arr)
Algorithms/Searching and Sorting/Java/RadixSort.java:6
↓ 1 callers
Function
radixsort
Main function to implement radix sort
Algorithms/Searching and Sorting/C++/Radix_Sort.cpp:43
↓ 1 callers
Function
ratInAMaze
Algorithms/Miscellaneous/C++/RatInMaze.cpp:81
↓ 1 callers
Function
ratInMaze
Algorithms/Backtracking/C++/Rat in a Maze.cpp:9
↓ 1 callers
Method
ratInMaze
(int sr, int sc, int er, int ec, String ans)
Algorithms/Backtracking/Java/RatInMazeRecursion.java:26
↓ 1 callers
Function
reGexMatch
(s,p)
Algorithms/Dynamic Problems/Python/RegularExpressionMatchingAlgorithm.py:2
↓ 1 callers
Function
readline
Hackerank/C/CamelCase.c:37
↓ 1 callers
Function
readline
Hackerank/C/Mini-Max Sum.c:60
↓ 1 callers
Function
rear
Function to get rear of queue
Gfg/C++/implementation Of Queue.cpp:77
↓ 1 callers
Function
rearrange
Gfg/C/move_negative_element_to_one_side.c:20
↓ 1 callers
Method
rearrange
(int arr[], int n)
Gfg/negitivenumber.java:6
↓ 1 callers
Function
rec_sort
Performs recursive circular swaps and returns true if atleast one swap occurs */
Algorithms/Searching and Sorting/C++/circle_sort.cpp:9
↓ 1 callers
Function
recursive_jump_search
recursive jump search function to search data in an array
Algorithms/Searching and Sorting/C++/Jump_search.cpp:26
↓ 1 callers
Function
reg
Hackerank/C++/Least Square Regression Line.cpp:8
↓ 1 callers
Function
remDUP
Function remDUP removes duplicate elements and return new size of modified array.
Gfg/C++/RemoveDuplicatesFromSortedArray.cpp:20
↓ 1 callers
Function
remove
Data Structures/Tree/C++/Binary_Search_Tree.cpp:199
↓ 1 callers
Method
removeDuplicate
(node head)
Gfg/Java/Remove_Duplicate_Elements_from_Unsorted_LL.java:47
↓ 1 callers
Method
removeLoop
(Node head)
Gfg/Java/Delete_Loop_from_LL.java:123
↓ 1 callers
Function
removedup
Function to remove duplicates from unsorted linked list
Data Structures/LinkedList/C/remove_dup.c:56
↓ 1 callers
Function
reorderList
Function to reorderList
Data Structures/LinkedList/C++/Reorder_list.cpp:67
↓ 1 callers
Function
rep
Codechef/C++/Hail_XOR.cpp:39
↓ 1 callers
Function
restoreUp
Restores a given node up in the heap. This is used in decreaseKey() and insert()
Algorithms/Dynamic Problems/k_arrayheap.cpp:55
↓ 1 callers
Function
revelist
2nd method
Data Structures/LinkedList/C++/KReverse.cpp:78
↓ 1 callers
Function
reverse
Hackerank/C++/Reverse a Doubly Linked List.cpp:82
↓ 1 callers
Function
reverse
Hackerank/C++/Beautiful Days at the Movies.cpp:41
↓ 1 callers
Function
reverse
Hackerank/C/Permutations of Strings.c:11
↓ 1 callers
Function
reverse
to reverse the circular linked list
Data Structures/LinkedList/C++/Reverse_Circular_Linkedlist.cpp:24
↓ 1 callers
Function
reverse
(head_ref)
Gfg/Python/rCircularLinked.py:19
↓ 1 callers
Method
reverse
(Node node)
Algorithms/LinkedList/singlyll.java:81
↓ 1 callers
Method
reverse
(Node node)
Algorithms/LinkedList/linkedlist.java:84
↓ 1 callers
Method
reverse
(int start, int end, int a[])
codejam/Java/ReverSort.java:33
↓ 1 callers
Method
reverse
Reverse Link List
Data Structures/LinkedList/C++/SinglyLinkedList.cpp:356
↓ 1 callers
Method
reverse
Data Structures/LinkedList/C++/Doubly-Linked-List2.cpp:287
↓ 1 callers
Method
reverse
reverse function contain all the code to solve the given problem It takes two agrument head: the staring node to LinkedList k: size to reverse
Data Structures/LinkedList/C++/Reverse_LinkedList_in_a_group_of_given_size.cpp:87
↓ 1 callers
Method
reverse
Data Structures/LinkedList/C++/Doubly-Linked-List.cpp:278
↓ 1 callers
Method
reverse
(Node start)
Data Structures/LinkedList/Java/Reversing_Circular_LinkedList.java:25
↓ 1 callers
Method
reverse
(int a[], int n)
Gfg/Java/ReverseAnArray.java:6
↓ 1 callers
Method
reverseBetween
function to reverse the sublist
Data Structures/LinkedList/C++/Reverse_a_sublist_of_a_list.cpp:18
↓ 1 callers
Method
reverseLinkedList
(Node currentNode)
Gfg/Java/reverseLinkedList.java:49
↓ 1 callers
Function
reverseList
Should reverse list and return new head.
Data Structures/LinkedList/C++/reverse_LL.cpp:82
↓ 1 callers
Function
reverse_ll
Data Structures/Stack/C++/Reverse_ll_using_Stack.cpp:80
↓ 1 callers
Function
right
function to creates r[i] which will store the index of next smaller element for ith element of the array.
Data Structures/Stack/C/histogram.c:55
↓ 1 callers
Method
rodcut
(int price[], int n)
Leetcode/Java/RodCutting.java:16
↓ 1 callers
Function
romanToInt
(s: str)
Leetcode/RomanToInt.py:52
↓ 1 callers
Method
romanToInt
Leetcode/C++/RomanToInt.cpp:59
↓ 1 callers
Function
rotLeft
Hackerank/C++/Arrays Left Rotation.cpp:18
↓ 1 callers
Function
rotate
Algorithms/rotate90.cpp:70
↓ 1 callers
Function
rotate
Codechef/C++/Principal & Position (PR_PO).cpp:9
↓ 1 callers
Function
rotate
Hackerank/C++/Array_rotation_by_K_elemnt.cpp:15
↓ 1 callers
Method
rotate
(int[] a, int k)
Data Structures/Array/Java/Rotation_of_Array_by_Kelements.java:28
↓ 1 callers
Method
rotate
Function to rotate a linked list.
Gfg/RotateALinkedList.cpp:24
↓ 1 callers
Function
rotate90Clockwise
Function to rotate the matrix 90 degree clockwise
Gfg/C++/rotate matrix.cpp:8
↓ 1 callers
Method
rotate90Clockwise
(int a[][])
Gfg/Java/rotate matrix.java:10
↓ 1 callers
Method
rotateMatrix
(int N, int mat[][])
Gfg/Java/Rotate Matrix 90 degree.java:5
↓ 1 callers
Function
rtrim
Hackerank/C++/Designer PDF Viewer.cpp:103
↓ 1 callers
Function
rtrim
Hackerank/C++/Day_Of_a_Programmer.cpp:112
↓ 1 callers
Function
rtrim
Hackerank/C++/Beautiful Days at the Movies.cpp:104
↓ 1 callers
Function
rtrim
Hackerank/C++/Mini-max Sum.cpp:82
↓ 1 callers
Function
rtrim
Hackerank/C++/Alternating Characters.cpp:91
↓ 1 callers
Function
rtrim
Hackerank/C++/Strong Password.cpp:105
↓ 1 callers
Method
run
()
Hackerank/Java/Strong-password.java:53
↓ 1 callers
Function
russianPeasantmethod
A method to multiply two numbers using Russian Peasant method
Algorithms/Miscellaneous/C++/Russian_Peasant_Algorithm.cpp:9
↓ 1 callers
Function
russian_peasant_multiplication
(a, b)
Algorithms/Miscellaneous/Python/Russian peasant multiplication.py:2
↓ 1 callers
Function
rvereseArray
Function to reverse arr[] from start to end*/
Gfg/C++/reverse_an_array.cpp:5
↓ 1 callers
Function
search
Algorithms/Searching and Sorting/searching_bst.cpp:65
↓ 1 callers
Function
search
Algorithms/Searching and Sorting/C++/linear-search.cpp:8
↓ 1 callers
Function
search
Problem Link : https://leetcode.com/problems/search-in-rotated-sorted-array/
Leetcode/C++/Search in Rotated Sorted Array.cpp:7
↓ 1 callers
Method
search
(int number,Node head)
Algorithms/LinkedList/linkedlist.java:99
↓ 1 callers
Method
search
(int inorder[],int x)
Leetcode/Java/BinaryTreeFromPreorderAndInorder.java:26
↓ 1 callers
Method
search
Data Structures/LinkedList/C++/Double_linked_list.cpp:166
↓ 1 callers
Method
search
Searching an element
Data Structures/LinkedList/C++/SinglyLinkedList.cpp:328
↓ 1 callers
Method
search
(self, arr, target)
Gfg/Python/search_elements_in_a_matrix.py:18
↓ 1 callers
Method
search
Function to search a given number in row-column sorted matrix.
Gfg/C++/search_sorted_matrix.cpp:34
↓ 1 callers
Function
searchNode
(root, val)
Data Structures/Tree/BST.py:45
↓ 1 callers
Function
segregateEvenOdd
Data Structures/LinkedList/C/odd_even_seggregate.c:61
↓ 1 callers
Method
selectKcities
(int n, int weights[][], int k)
Algorithms/Greedy Algorithms/Java/K Centers Problem.java:17
← previous
next →
1,201–1,300 of 2,762, ranked by callers