Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Deepali-Srivastava/data-structures-and-algorithms-in-java
/ functions
Functions
382 in github.com/Deepali-Srivastava/data-structures-and-algorithms-in-java
⨍
Functions
382
◇
Types & classes
95
↓ 12 callers
Method
displayList
()
linked-list/singleLinkedList/SingleLinkedList.java:20
↓ 7 callers
Method
getstudentId
()
hashing/OpenAddressing1/studentRecord.java:19
↓ 7 callers
Method
push
(int x)
stack/postfix/StackInt.java:41
↓ 6 callers
Method
getstudentId
()
hashing/OpenAddressing/studentRecord.java:18
↓ 5 callers
Method
createList
()
linked-list/singleLinkedList/SingleLinkedList.java:100
↓ 5 callers
Method
isEmpty
()
Tree/binaryTree/QueueA.java:28
↓ 5 callers
Method
isEmpty
()
stack/parentheses/StackA.java:31
↓ 5 callers
Method
isEmpty
()
stack/postfix/StackChar.java:31
↓ 5 callers
Method
isEmpty
()
queue/queueCircularLinked/QueueCL.java:19
↓ 4 callers
Method
displayList
()
linked-list/circularLinkedList/CircularLinkedList.java:17
↓ 4 callers
Method
getstudentId
()
hashing/SeparateChaining/studentRecord.java:18
↓ 4 callers
Method
isEmpty
()
Tree/binarySearchTree/BinarySearchTree.java:19
↓ 4 callers
Method
isEmpty
()
queue/queueArray/QueueA.java:28
↓ 4 callers
Method
isEmpty
()
queue/circularQueue/CircularQueue.java:27
↓ 4 callers
Method
isEmpty
()
sorting/bianry-tree-sort/BinarySearchTree.java:34
↓ 3 callers
Method
BubbleSortExData
()
linked-list/singleLinkedList/SingleLinkedList.java:292
↓ 3 callers
Method
convertBase
(int n,int base)
recursion/BaseConversion.java:20
↓ 3 callers
Method
createList
()
linked-list/circularLinkedList/CircularLinkedList.java:57
↓ 3 callers
Method
hash
(int key)
hashing/OpenAddressing/HashTable.java:26
↓ 3 callers
Method
hash
(int key)
hashing/OpenAddressing1/HashTable.java:110
↓ 3 callers
Method
hash
(int key)
hashing/SeparateChaining/HashTable.java:25
↓ 3 callers
Method
insert
(Node x)
Tree/binaryTree/QueueA.java:46
↓ 3 callers
Method
isEmpty
()
stack/stackLinked/StackL.java:61
↓ 3 callers
Method
isEmpty
()
stack/stackArray/StackA.java:32
↓ 3 callers
Method
isEmpty
()
stack/postfix/StackInt.java:31
↓ 3 callers
Method
isEmpty
()
queue/queueLinked/QueueL.java:67
↓ 3 callers
Method
isEmpty
()
queue/priorityQueue/PriorityQueueL.java:57
↓ 3 callers
Method
isEmpty
()
queue/deque/DequeA.java:113
↓ 3 callers
Method
pop
()
stack/postfix/StackChar.java:52
↓ 3 callers
Method
pop
()
stack/postfix/StackInt.java:52
↓ 2 callers
Method
Insert
(studentRecord newRecord)
hashing/OpenAddressing1/HashTable.java:65
↓ 2 callers
Method
display
()
Tree/binarySearchTree/BinarySearchTree.java:242
↓ 2 callers
Method
findCycle
()
linked-list/singleLinkedList/SingleLinkedList.java:481
↓ 2 callers
Method
height
()
Tree/binarySearchTree/BinarySearchTree.java:308
↓ 2 callers
Method
inorder
()
Tree/binarySearchTree/BinarySearchTree.java:278
↓ 2 callers
Method
insertAtEnd
(int data)
linked-list/HeaderList/HeaderList.java:36
↓ 2 callers
Method
insertAtEnd
(int data)
linked-list/circularLinkedList/CircularLinkedList.java:49
↓ 2 callers
Method
insertAtEnd
(int data)
linked-list/doubleLinkedList/DoubleLinkedList.java:50
↓ 2 callers
Method
insertAtEnd
(int data)
linked-list/singleLinkedList/SingleLinkedList.java:82
↓ 2 callers
Method
insertInEmptyList
(int data)
linked-list/circularLinkedList/CircularLinkedList.java:42
↓ 2 callers
Method
insertInEmptyList
(int data)
linked-list/doubleLinkedList/DoubleLinkedList.java:44
↓ 2 callers
Method
insertInOrder
(int data)
linked-list/sortedLinkedList/SortedLinkedList.java:18
↓ 2 callers
Method
insertInOrder
(int data)
sorting/address-calculation-sort/SortedLinkedList.java:16
↓ 2 callers
Method
isFull
()
queue/circularQueue/CircularQueue.java:31
↓ 2 callers
Method
isFull
()
queue/deque/DequeA.java:108
↓ 2 callers
Method
merge2
(SingleLinkedList list)
linked-list/singleLinkedList/SingleLinkedList.java:393
↓ 2 callers
Method
nextPrime
(int x)
hashing/OpenAddressing1/HashTable.java:127
↓ 2 callers
Method
postorder
()
Tree/binarySearchTree/BinarySearchTree.java:293
↓ 2 callers
Method
precedence
(char symbol)
stack/postfix/Demo.java:72
↓ 2 callers
Method
preorder
()
Tree/binarySearchTree/BinarySearchTree.java:263
↓ 2 callers
Method
push
(char x)
stack/postfix/StackChar.java:41
↓ 2 callers
Method
rehash
(int newSize)
hashing/OpenAddressing1/HashTable.java:115
↓ 2 callers
Method
restoreDown
(int i, int[] a, int n)
sorting/HeapSort.java:34
↓ 1 callers
Method
BubbleSortExLinks
()
linked-list/singleLinkedList/SingleLinkedList.java:311
↓ 1 callers
Method
Delete
()
Tree/binaryTree/QueueA.java:59
↓ 1 callers
Method
Delete
()
queue/queueArray/QueueA.java:59
↓ 1 callers
Method
Delete
()
queue/queueLinked/QueueL.java:44
↓ 1 callers
Method
Delete
()
queue/circularQueue/CircularQueue.java:52
↓ 1 callers
Method
Delete
()
queue/priorityQueue/PriorityQueueL.java:41
↓ 1 callers
Method
Delete
()
queue/queueCircularLinked/QueueCL.java:41
↓ 1 callers
Method
Delete
(int key)
hashing/OpenAddressing/HashTable.java:85
↓ 1 callers
Method
Delete
(int key)
hashing/OpenAddressing1/HashTable.java:87
↓ 1 callers
Method
Delete
(int key)
hashing/SeparateChaining/HashTable.java:66
↓ 1 callers
Method
DisplayTable
()
hashing/OpenAddressing/HashTable.java:71
↓ 1 callers
Method
DisplayTable
()
hashing/OpenAddressing1/HashTable.java:26
↓ 1 callers
Method
DisplayTable
()
hashing/SeparateChaining/HashTable.java:30
↓ 1 callers
Method
GCD
(int a, int b)
recursion/Euclids.java:12
↓ 1 callers
Method
Insert
(studentRecord newRecord)
hashing/OpenAddressing/HashTable.java:31
↓ 1 callers
Method
Insert
(studentRecord newRecord)
hashing/SeparateChaining/HashTable.java:54
↓ 1 callers
Method
Insert1
(studentRecord newRecord)
hashing/OpenAddressing1/HashTable.java:55
↓ 1 callers
Method
Search
(int key)
hashing/OpenAddressing/HashTable.java:55
↓ 1 callers
Method
Search
(int key)
hashing/OpenAddressing1/HashTable.java:39
↓ 1 callers
Method
Search
(int key)
hashing/SeparateChaining/HashTable.java:44
↓ 1 callers
Method
buildHeap_BottomUp
(int[] a, int n)
Tree/heap/Demo1.java:16
↓ 1 callers
Method
buildHeap_BottomUp
(int[] arr, int n)
sorting/HeapSort.java:27
↓ 1 callers
Method
buildHeap_TopDown
(int[] a, int n)
Tree/heap/Demo1.java:10
↓ 1 callers
Method
concatenate
(CircularLinkedList list)
linked-list/circularLinkedList/CircularLinkedList.java:165
↓ 1 callers
Method
concatenate
(SingleLinkedList list)
linked-list/singleLinkedList/SingleLinkedList.java:274
↓ 1 callers
Method
copy
(int[] a, int[] temp, int low, int up)
sorting/MergeSortRecursive.java:58
↓ 1 callers
Method
copy
(int a[], int temp[], int n)
sorting/MergeSortIterative.java:72
↓ 1 callers
Method
countNodes
()
linked-list/singleLinkedList/SingleLinkedList.java:38
↓ 1 callers
Method
createList
()
linked-list/HeaderList/HeaderList.java:48
↓ 1 callers
Method
createList
()
linked-list/doubleLinkedList/DoubleLinkedList.java:61
↓ 1 callers
Method
createList
()
linked-list/sortedLinkedList/SortedLinkedList.java:38
↓ 1 callers
Method
createTree
()
Tree/binaryTree/BinaryTree.java:127
↓ 1 callers
Method
delete
(int x)
Tree/binarySearchTree/BinarySearchTree.java:100
↓ 1 callers
Method
delete1
(int x)
Tree/binarySearchTree/BinarySearchTree.java:141
↓ 1 callers
Method
deleteFirstNode
()
linked-list/circularLinkedList/CircularLinkedList.java:102
↓ 1 callers
Method
deleteFirstNode
()
linked-list/doubleLinkedList/DoubleLinkedList.java:144
↓ 1 callers
Method
deleteFirstNode
()
linked-list/singleLinkedList/SingleLinkedList.java:207
↓ 1 callers
Method
deleteFront
()
queue/deque/DequeA.java:64
↓ 1 callers
Method
deleteLastNode
()
linked-list/circularLinkedList/CircularLinkedList.java:114
↓ 1 callers
Method
deleteLastNode
()
linked-list/doubleLinkedList/DoubleLinkedList.java:157
↓ 1 callers
Method
deleteLastNode
()
linked-list/singleLinkedList/SingleLinkedList.java:214
↓ 1 callers
Method
deleteNode
(int data)
linked-list/HeaderList/HeaderList.java:106
↓ 1 callers
Method
deleteNode
(int x)
linked-list/circularLinkedList/CircularLinkedList.java:130
↓ 1 callers
Method
deleteNode
(int x)
linked-list/doubleLinkedList/DoubleLinkedList.java:172
↓ 1 callers
Method
deleteNode
(int x)
linked-list/singleLinkedList/SingleLinkedList.java:231
↓ 1 callers
Method
deleteNode
(int x)
hashing/SeparateChaining/SingleLinkedList.java:60
↓ 1 callers
Method
deleteRear
()
queue/deque/DequeA.java:86
next →
1–100 of 382, ranked by callers