Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ functions
Functions
2,714 in github.com/codemistic/Data-Structures-and-Algorithms
⨍
Functions
2,714
◇
Types & classes
687
Method
Insert
Arrays/17_nsertion_and_Deletion.cpp:54
Method
Abc
(String string, int value)
Java/OverridingEqualsMethod/Abc.java:14
Method
Append
Arrays/18_Menu_Based_problem.cpp:59
Method
Array
Arrays/18_Menu_Based_problem.cpp:14
Method
Array
Member function must be inside public Write an constructor
Arrays/17_nsertion_and_Deletion.cpp:14
Method
Average
(int[] salary)
CSharp/Programming Skills 1/average-salary-excluding-the-minimum-and-maximum-salary-1491.cs:2
Method
Avg
Arrays/18_Menu_Based_problem.cpp:173
Method
BST
()
Java/SearchingAlgorithms/BFS/BST.java:6
Method
BfsTraversal
(int v)
Java/BfsTraversal.java:9
Method
BinarySearch
Arrays/18_Menu_Based_problem.cpp:113
Function
Bitwise_add
(a,b)
Python/add_without_+.py:1
Method
CeilIndex
CPP/Leetcode/300-longest-increasing-subsequence/300-longest-increasing-subsequence.cpp:3
Method
CombinationIterator
(String sr, int d)
Java/Leetcode/LeetcodeIteratorForCombination.java:16
Method
CountOdds
(int low, int high)
CSharp/Programming Skills 1/count-odd-numbers-in-an-interval-range-1523.cs:2
Method
DFSTraversal
(int V)
Java/DFSTraversal.java:8
Method
DSU
CPP/Kruskal's_Algorithm.cpp:12
Method
Diff
Arrays/18_Menu_Based_problem.cpp:307
Function
Difference
Arrays/16_Set_Operation.c:75
Function
Display
Arrays/13_IsSorted .cpp:10
Method
Enqueue
(self,value)
Python/circular queue.py:37
Method
Front
CPP/vector-concepts/vector.h:34
Method
Get
Arrays/18_Menu_Based_problem.cpp:131
Method
Graph
CPP/Kruskal's_Algorithm.cpp:56
Method
Graph
CPP/graph_tree/Detect a cycle in a graph.cpp:31
Method
Graph
Create a graph with given vertices, and maintain an adjacency list
CPP/BFS GRAPH ALGO/BFS-GRAPH-ALGO.cpp:21
Method
Graph
BFS in C++/BFS.cpp:17
Function
Insert
Trees/BST.C:11
Method
InsertSort
Arrays/18_Menu_Based_problem.cpp:195
Method
Inter
Arrays/18_Menu_Based_problem.cpp:283
Function
Intersection
Arrays/16_Set_Operation.c:48
Function
InverseEuler
(n, MOD)
Python/CP_Templates.py:99
Method
IsVisit
CPP/questions/Max Area of Island.cpp:5
Method
Isvisit
CPP/Dynamic Programming/Number of Islands.cpp:4
Method
LRUCache
(int capacity)
Java/Leetcode/LeetcodeLruCache.java:6
Method
LUPrefix
CPP/Problems/longest_uploaded_prefix.cpp:5
Method
ListNode
CPP/LINKED LIST/SINGLY LINKED LIST/leetcode25.cpp:9
Method
ListNode
()
Java/LinkedList/ReverseLinkedList.java:12
Method
ListNode
()
Java/LinkedList/LinkedListCycle.java:15
Method
ListNode
()
Java/LinkedList/MiddleOfTheLinkedList.java:14
Method
Max
Arrays/18_Menu_Based_problem.cpp:142
Method
Merge
Arrays/18_Menu_Based_problem.cpp:233
Method
Min
Arrays/18_Menu_Based_problem.cpp:153
Function
MorrisTraversal
CPP/graph_tree/Morris Order Traversal.cpp:14
Method
MyHashMap
Hashtable/design-hashmap.cpp:3
Function
Node
(elm)
DSA Javascript/Stack_Using_Singly_Linked_List.js:4
Method
Node
constrcutor
CPP/LINKED LIST/CIRCULAR LINKED LIST/circularlinkedliist.cpp:11
Method
Node
CPP/Tries/implementTrie.cpp:7
Method
Node
CPP/Trees/LowestCommonAncestor.cpp:9
Method
Node
Trees/Convert Binary Tree to Doubly Linked List.cpp:7
Method
Node
Trees/burningTree.cpp:12
Method
Node
(T data)
Java/LinkedList/LengthOfLinkedList.java:8
Method
Node
(int d)
Java/LinkedList/Linked-List-Implementation.java:11
Method
Node
(int key, int value)
Java/Leetcode/LeetcodeLruCache.java:58
Method
Node
(int value)
Java/Linked List/LinkedList.java:15
Method
Node
(int value)
Java/SearchingAlgorithms/BFS/BST.java:15
Method
Node
(int self, int Parent)
graph/cycledetectionInUndirectedGraph.java:58
Method
Rearrange
Arrays/18_Menu_Based_problem.cpp:219
Method
Reverse
Arrays/18_Menu_Based_problem.cpp:177
Method
Reverse2
Arrays/18_Menu_Based_problem.cpp:187
Method
Set
Arrays/18_Menu_Based_problem.cpp:137
Function
ShellSort
CPP/sorting/shellsort.cpp:10
Method
Shivam
CPP/Dynamic Programming/House Robber II.cpp:3
Method
Solution
CPP/Problems/Leetcode-120-Traingle.cpp:4
Method
Stack
Stack/stack_implementation_using_Linked_list.cpp:14
Method
Sudoku
(int[][] board)
Java/SODUKO-SOLVER/soduko-solver.java:22
Method
TextEditor
CPP/LINKED LIST/SOME LEET CODE QUESTIONS/Design_a_Text_Editor.cpp:11
Method
TextEditor
CPP/Leetcode/2296-design-a-text-editor/2296-design-a-text-editor.cpp:7
Method
TopologicalSort
CPP/graph_tree/Topological_Sort.cpp:35
Method
Tree
class constructor called when any object or pointer is created without any parameter.
Trees/delete_nodes_BST.cpp:15
Method
TreeNode
Leetcode-solutions/Symmetric_Tree/Symmetric_Tree.cpp:7
Method
TreeNode
CPP/Trees/TargetSum.cpp:8
Method
TreeNode
Trees/flatten-binary-tree-to-linked-list.cpp:22
Method
TreeNode
Trees/binary-tree-zigzag-level-order-traversal.cpp:22
Method
TreeNode
Trees/binary-tree-level-order-traversal.cpp:22
Method
TreeNode
Trees/addOneRowToTree.cpp:8
Method
Trie
CPP/Tries/implementTrie.cpp:29
Method
TrieNode
CPP/Tries/autoComplete.cpp:27
Method
Union
Arrays/18_Menu_Based_problem.cpp:255
Method
Vector
CPP/vector-concepts/vector.h:6
Method
__abs__
(self)
Python/Turtle.py:164
Method
__add__
(self, other)
Python/Operator_oveloading.py:11
Method
__add__
(self, other)
Python/Turtle.py:150
Method
__getnewargs__
(self)
Python/Turtle.py:173
Method
__init__
(self,data)
CPP/LinkedList/all_singly_linkedlist.py:2
Method
__init__
(self)
CPP/LinkedList/all_singly_linkedlist.py:8
Method
__init__
(self, data)
Hashtable/Find-All-Duplicate-Subtrees.py:8
Method
__init__
(self, vertices)
Python/Kruskal's_Algorithm.py:5
Method
__init__
(self)
Python/Trie.py:3
Method
__init__
(self)
Python/Trie.py:9
Method
__init__
(self,value=None)
Python/stack using linked list.py:2
Method
__init__
(self)
Python/stack using linked list.py:7
Method
__init__
(self)
Python/stack using linked list.py:17
Method
__init__
(self, north = False, east = False, south = False, west = False, exit = False)
Python/dijkstra.py:2
Method
__init__
(self, a, b)
Python/Operator_oveloading.py:6
Method
__init__
(self, freq, symbol, left=None, right=None)
Python/HuffmanCodingAlgo.py:4
Method
__init__
(self,maxsize)
Python/circular queue.py:4
Method
__init__
(self,stacksize)
Python/DIVIDE THE LIST INTO THREE STACKS.py:4
Method
__init__
(self)
Python/queue via stack.py:4
Method
__init__
(self)
Python/queue via stack.py:19
Method
__init__
(self,arr)
Python/SegmentTree.py:2
← previous
next →
1,301–1,400 of 2,714, ranked by callers