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

Methodheight
Function to find height
Leetcode/C++/Deepest Leaves Sum.cpp:34
Methodhelper
Leetcode/C++/Combination_Sum.cpp:5
MethodinOrder
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:47
MethodinfixToPostfix
(String exp)
Data Structures/Stack/Java/infixToPostfix.java:15
MethodinitializeNULLNode
initializes the nodes with appropirate values all the pointers are set to point to the null pointer
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:29
Functioninput_2D_vector
Codechef/C++/mod-equality.cpp:62
Functioninsert
Gfg/C++/normal_BST_to_Balanced_BST.cpp:78
MethodinsertNode
Algorithms/Miscellaneous/C++/contamenatedwords.cpp:40
Functioninsert_node_into_doubly_linked_list
Hackerank/C/Inserting a Node into a Sorted Doubly Linked List.c:30
Functioninsert_node_into_singly_linked_list
Hackerank/C/Print element in Linked List.c:35
Functioninsert_node_into_singly_linked_list
Hackerank/C/Get Node Value.c:35
Functioninsert_node_into_singly_linked_list
Hackerank/C/Cycle Detection.c:35
Functioninsert_node_into_singly_linked_list
Hackerank/C/Merge two sorted linkedlist.c:35
Functioninsertion_sort
Algorithms/Searching and Sorting/C++/sorting.cpp:14
FunctioninvertTree
Leetcode/C++/Invert binary tree.cpp:53
MethodisAnagram
Leetcode/C++/Valid Anagrams.cpp:23
MethodisFull
()
Gfg/Java/Implementation of Stack.java:23
MethodisPalindrome
Leetcode/C++/Palindrome Linked List.cpp:5
MethodisPalindrome
Data Structures/Palindrome Linked List.cpp:5
MethodisPallindrome
Gfg/C++/Palindromic partitioning.cpp:8
MethodisPowerOfFour
Leetcode/C++/Power-Of-Four.cpp:53
MethodisPresent
Algorithms/Miscellaneous/C++/contamenatedwords.cpp:19
FunctionisPrime
Codechef/C++/mod-equality.cpp:82
MethodisSame
Leetcode/C++/Subtree of another tree.cpp:28
MethodisSubtree
Leetcode/C++/Subtree of another tree.cpp:37
MethodisValidBST
traversing its left and right child
Leetcode/C++/Validate bst.cpp:36
Methodis_valid
this function checks the validity of position given by (row, col)
Leetcode/C++/Sudoku_Solver.cpp:33
MethodkthSmallest
Leetcode/C++/Kth smallest element in BST.cpp:50
Functionkth_paragraph
Hackerank/C/Structuring the Document.c:97
Functionkth_paragraph
Hackerank/C/Querying the Document.c:16
Functionkth_sentence_in_mth_paragraph
Hackerank/C/Structuring the Document.c:93
Functionkth_sentence_in_mth_paragraph
Hackerank/C/Querying the Document.c:12
Functionkth_word_in_mth_sentence_of_nth_paragraph
Hackerank/C/Structuring the Document.c:89
Functionkth_word_in_mth_sentence_of_nth_paragraph
Hackerank/C/Querying the Document.c:8
MethodleftRotate
rotate left at node x
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:353
MethodlengthOfLIS
Leetcode/C++/longest increasing subsequence.cpp:20
FunctionlevelOrder
Gfg/C++/Level order traversal.cpp:16
MethodlevelOrder
Leetcode/C++/Binary tree level order traversal.cpp:28
MethodlevelOrder
(TreeNode root)
Leetcode/Java/BFS.java:19
Functionlexicographic_sort_reverse
Hackerank/C/Sorting Array of Strings.c:8
Functionli
()
Codechef/Python/CyclicQuad.py:16
MethodlongestCommonPrefix
Leetcode/C++/Longest common prefix.cpp:24
MethodlongestConsecutive
Algorithms/Miscellaneous/C++/Longest Consecutive Sequence.cpp:5
MethodlongestValidParentheses
(String s)
Leetcode/Java/Longest_valid_parenthesis.java:2
MethodlowestCommonAncestor
Leetcode/C++/Lowest common ancestor.cpp:29
Functionltrim
Hackerank/C++/hackerrank_applesandoranges.cpp:102
Functionltrim
Hackerank/C++/Arrays Left Rotation.cpp:75
Functionltrim
Hackerank/C++/Designer PDF Viewer.cpp:92
Functionltrim
Hackerank/C++/applesandoranges.cpp:102
Functionltrim
Hackerank/C++/Beautiful Days at the Movies.cpp:93
Functionltrim
Hackerank/C++/The Hurdle Race.cpp:97
Functionltrim
Hackerank/C++/Divisible Sum Pairs.cpp:90
Functionltrim
Hackerank/C++/Mini-max Sum.cpp:71
Functionmain
Miscellaneous problems/Number's_last_index_in_array/REC_ARR.c:15
Functionmain
Miscellaneous problems/arraysorting/sort_arr.c:5
Functionmain
Miscellaneous problems/C/spiral_matrix.c:23
Functionmain
main function
Algorithms/JohnsonAlgorithm.cpp:198
Functionmain
Algorithms/Kahn’s Algorithm for Topological Sort.cpp:34
Functionmain
Algorithms/superdigit.c:25
Functionmain
Algorithms/MCM_Memoisation.cpp:23
Functionmain
Algorithms/rotate90.cpp:86
Functionmain
Algorithms/Graph/C++/TopologicalSort.cpp:35
Functionmain
Algorithms/Graph/C++/Bellman.cpp:23
Functionmain
Algorithms/Graph/C++/dfs_entry_exit_time.cpp:34
Functionmain
Algorithms/Graph/C++/Krushal's Algo.cpp:71
Functionmain
Algorithms/Graph/C++/Kahn’s Algorithm for Topological Sort.cpp:34
Functionmain
Algorithms/Graph/C++/Kahn's Algo.cpp:62
Functionmain
Input code
Algorithms/Graph/C++/DFSGraphValidation.cpp:96
Functionmain
Algorithms/Graph/C++/BellmanFord.cpp:44
Functionmain
Main function
Algorithms/Graph/C/graph_col.c:46
Functionmain
Algorithms/Graph/C/connected_components.c:50
Functionmain
Algorithms/Graph/C/Kahn'sAlgo.c:7
Functionmain
Algorithms/Miscellaneous/C++/Russian_Peasant_Algorithm.cpp:25
Functionmain
Algorithms/Miscellaneous/C++/Brian_Kernighan's_Algorithm.cpp:8
Functionmain
Algorithms/Miscellaneous/C++/PrimeFactorization.cpp:27
Functionmain
Driver program
Algorithms/Miscellaneous/C++/Palindromic_Partitions.cpp:77
Functionmain
Driver code
Algorithms/Miscellaneous/C++/hailstone_sequence.cpp:46
Functionmain
Algorithms/Miscellaneous/C++/Longest Substring without repeating characters.cpp:36
Functionmain
Algorithms/Miscellaneous/C++/K_Closest_Points_to_Origin.cpp:57
Functionmain
Algorithms/Miscellaneous/C++/string_tokenizer.cpp:38
Functionmain
Algorithms/Miscellaneous/C++/longest increasing subsequence.cpp:28
Functionmain
Algorithms/Miscellaneous/C++/Klee's Algorithm.cpp:61
Functionmain
Algorithms/Miscellaneous/C++/Recursive Modular Exponentiation.cpp:17
Functionmain
Algorithms/Miscellaneous/C++/call_by_reference.cpp:16
Functionmain
Main Function
Algorithms/Miscellaneous/C++/RatInMaze.cpp:98
Functionmain
Algorithms/Miscellaneous/C++/tower_of_hanoi.cpp:26
Functionmain
Algorithms/Miscellaneous/C++/call_by_value.cpp:16
Functionmain
Algorithms/Miscellaneous/C++/Sieve_of_Eratosthenes.cpp:48
Functionmain
Algorithms/Miscellaneous/C++/contamenatedwords.cpp:68
Functionmain
Algorithms/Miscellaneous/C++/Rabin Karp algorithm.cpp:5
Functionmain
Algorithms/Miscellaneous/C++/perfect_no.cpp:75
Functionmain
Algorithms/Miscellaneous/C++/Chinese_Remainder_Theorem.cpp:72
Functionmain
Driver Code
Algorithms/Miscellaneous/C++/Sieve of Eratosthenes.cpp:43
Functionmain
Algorithms/Miscellaneous/C++/Dutch National Flag Algorithm.cpp.cpp:39
Functionmain
Driver code
Algorithms/Miscellaneous/C/pascaltriangle.c:30
Functionmain
Algorithms/Miscellaneous/C/Solve Me First.c:10
Functionmain
Algorithms/Miscellaneous/C/A Very Big Sum.c:6
Functionmain
Algorithms/Miscellaneous/C/Sieve of Eratosthenes.c:4
Functionmain
Driver program to test above function
Algorithms/Miscellaneous/C/stockspanprob.c:29
Functionmain
Algorithms/Miscellaneous/C/Simple Array Sum.c:6
← previousnext →1,701–1,800 of 2,762, ranked by callers