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
Method
List
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:28
Method
ListNode
Leetcode/C++/SwapNodesInPairs.cpp:36
Method
ListNode
(int d)
Leetcode/Java/Swap Nodes in Pairs.java:30
Method
MinHeapNode
Gfg/C++/Huffman Encoding.cpp:8
Method
MyStack
(int s)
Gfg/Java/Implementation of Stack.java:6
Method
NSE
In this function, we find next smallest element of each element
Leetcode/C++/Maximal Rectangle.cpp:18
Function
Node
Gfg/C++/Remove duplicate element from sorted Linked List.cpp:3
Method
Node
(int data)
Algorithms/LinkedList/circularll.java:7
Method
Node
(int d)
Algorithms/LinkedList/singlyll.java:10
Method
Node
(int item)
Algorithms/LinkedList/doublyll.java:9
Method
Node
(int d)
Algorithms/LinkedList/linkedlist.java:12
Method
Node
Algorithms/Miscellaneous/C++/contamenatedwords.cpp:13
Method
Node
Leetcode/C++/clone a linked list using random pointer.cpp:21
Method
Node
Leetcode/C++/Invert binary tree.cpp:22
Method
Node
(int d)
Leetcode/Java/Delete Node in a Linked List.java:25
Method
Node
Hackerank/C++/Top-View.cpp:10
Method
Node
Data Structures/QueueUsingLL.cpp:31
Method
Node
Data Structures/LinkedList/C++/Doubly-Linked-List2.cpp:38
Method
Node
Data Structures/LinkedList/C++/Reorder_list.cpp:12
Method
Node
Data Structures/LinkedList/C++/Merge Point of Two Linked List.cpp:11
Method
Node
Data Structures/LinkedList/C++/KReverse.cpp:135
Method
Node
Data Structures/LinkedList/C++/Majority Element.cpp:8
Method
Node
Data Structures/LinkedList/C++/reverse_LL.cpp:10
Method
Node
Data Structures/LinkedList/C++/Doubly-Linked-List.cpp:37
Method
Node
Data Structures/LinkedList/C++/Reverse_a_sublist_of_a_list.cpp:9
Method
Node
Data Structures/LinkedList/C++/Join Two Linklist.cpp:9
Method
Node
(int d)
Data Structures/LinkedList/Java/Reversing_Circular_LinkedList.java:7
Method
Node
Data Structures/Tree/Tree_Traversal.cpp:26
Method
Node
Data Structures/Tree/C++/diameter_of_binary_tree.cpp:25
Method
Node
Constructor
Data Structures/Tree/C++/Binary Tree.cpp:23
Method
Node
Data Structures/Tree/C++/Binary_tree_traversal.cpp:70
Method
Node
(int data)
Data Structures/Tree/Java/AVL_Tree.java:13
Method
Node
(T data)
Data Structures/Stack/Java/Stack_Using_LinkedList.java:13
Method
Node
Gfg/RotateALinkedList.cpp:13
Method
Node
(int d)
Gfg/add two number by linked list.java:11
Method
Node
Gfg/C++/Multiply two linked lists.cpp:37
Method
Node
Gfg/C++/Mirror tree.cpp:15
Method
Node
Gfg/C++/merge_BST.cpp:21
Method
Node
Gfg/C++/Duplicate subtree in Binary Tree.cpp:18
Method
Node
Gfg/C++/Bottom_view_of_a_Tree.cpp:9
Method
Node
Gfg/C++/normal_BST_to_Balanced_BST.cpp:20
Method
Node
for storing the address of the next node
Gfg/C++/SinglyLinkedListInsertionSort.cpp:12
Method
Node
Gfg/C++/Intersection_Point_in_Y_Shapped_Linked_Lists.cpp:19
Method
Node
Gfg/C++/Add two numbers represented by linked lists.cpp:20
Method
Node
Gfg/C++/Flatten_a_linked_list.cpp:17
Method
Node
constructor of node class
Gfg/C++/postorder_traversal_of_binary_tree_iterative_approach.cpp:10
Method
Node
Gfg/C++/merge_k_sorted_linked_lists.cpp:18
Method
Node
Gfg/C++/Delete_without_head_pointer.cpp:10
Method
Node
Gfg/C++/LINKED_LIST_RATIO.cpp:30
Method
Node
Gfg/C++/clone_linked_list_with_next_and_random_pointer.cpp:26
Method
Node
Gfg/C++/Detect_Loop_in_linked_list.cpp:47
Method
Node
Gfg/C++/largest_BST.cpp:22
Method
Node
Gfg/C++/k-th_smallest_element_in_BST.cpp:19
Method
Node
Gfg/C++/Sum_of_nodes_on_the_longest_path_from_root_to_leaf.cpp:21
Method
Node
Gfg/C++/Join Two Linklist.cpp:8
Method
Node
(int d)
Gfg/Java/Merge_two_sorted_LL.java:38
Method
Node
(int data)
Gfg/Java/Diameter of Binary Tree.java:12
Method
Node
(String name,int freq,Node left,Node right)
Gfg/Java/Huffman Encoding.java:68
Method
Node
(int value)
Gfg/Java/reverseLinkedList.java:19
Method
Node
(int x)
Gfg/Java/DetectCycleInLinkedlist.java:12
Method
Node
(int x)
Gfg/Java/detect-loop-in-linked-list.java:12
Method
Node
(int key)
Gfg/Java/Node_Distance_BST.java:6
Method
Node
(int d)
Gfg/Java/Find_Nth_Node_From_End_of_LL.java:39
Method
PP
Gfg/C++/Palindromic partitioning.cpp:17
Method
PSE
In this function, we will find previous smallest element of each element
Leetcode/C++/Maximal Rectangle.cpp:35
Method
Pair
(int vtx,String path,int wt)
Leetcode/Java/DijsktraAlgo.java:25
Method
Process
Operating System/CPU Scheduler/Round Robin.cpp:25
Method
Queue
Data Structures/QueueUsingLL.cpp:46
Method
RBTree
Data Structures/Tree/C++/Red Black Tree (Insertion and Deletion operation).cpp:268
Method
ReverSortOpertion
(int len, int a[])
codejam/Java/ReverSort.java:12
Method
ReversingCircularLinkedList
()
Data Structures/LinkedList/Java/Reversing_Circular_LinkedList.java:19
Method
RoundRobin
Operating System/CPU Scheduler/Round Robin.cpp:69
Method
SkyLine
Leetcode/C++/SkyLine.cpp:40
Method
Solution
Leetcode/C++/Letter_Combinations_Phone_Number.cpp:42
Method
StackArray
()
Data Structures/Stack/Java/StackArray.java:8
Method
Strip
Leetcode/C++/SkyLine.cpp:21
Method
TNode
Data Structures/LinkedList/C++/Sorted_LinkedList_to_BST.cpp:23
Method
Tree
Data Structures/Tree/Tree_Traversal.cpp:38
Method
TreeNode
()
Leetcode/Java/BFS.java:9
Method
TreeNode
()
Leetcode/Java/SumOfNodesWithEvenValuedGrandparent.java:14
Method
TreeNode
constructor
Data Structures/Tree/C++/countNodesgreaterthanX.cpp:12
Method
TreeNode
constructor
Data Structures/Tree/C++/countNodes.cpp:12
Method
TreeNode
(int item)
Data Structures/Tree/Java/PreOrderTraversal.java:13
Method
TreeNode
(int item)
Data Structures/Tree/Java/InOrderTraversal.java:12
Method
TreeNode
(int item)
Data Structures/Tree/Java/PostOrderTraversal.java:12
Method
__init__
(self, edges, N)
Algorithms/Graph/Python/GraphColouringProblem.py:3
Method
__init__
(self, data, left=None, right=None)
Data Structures/constructing a bst.py:4
Method
__init__
(self, data, next=None)
Data Structures/Merge k sorted linkedlist.py:7
Method
__init__
(self, val=None, left=None, right=None)
Data Structures/Tree/BST.py:17
Method
__init__
(self, data)
Data Structures/Tree/postorder_traversal.py:6
Method
__init__
(self, data)
Data Structures/Stack/Python/Stack.py:4
Method
__init__
(self)
Data Structures/Stack/Python/Stack.py:10
Method
__init__
(self,n)
Data Structures/Stack/Python/Infix_postfix.py:2
Method
__init__
(self, data)
Gfg/Python/merge_two_sorted_linkedlists.py:5
Method
__init__
(self)
Gfg/Python/merge_two_sorted_linkedlists.py:15
Method
__init__
(self, key)
Gfg/Python/max_subtree_sum.py:5
Method
__init__
(self, data)
Gfg/Python/rCircularLinked.py:8
Method
__lt__
(self, other)
Data Structures/Merge k sorted linkedlist.py:12
Method
addTwoNumbers
(self, l1: Optional[ListNode], l2: Optional[ListNode])
Leetcode/Python/AddTwoNumbers.py:22
Method
addTwoNumbers
Leetcode/C++/Add Two Numbers In Linklist.cpp:15
← previous
next →
1,501–1,600 of 2,762, ranked by callers