Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HarshCasper/NeoAlgo
/ functions
Functions
5,549 in github.com/HarshCasper/NeoAlgo
⨍
Functions
5,549
◇
Types & classes
1,056
↓ 1,031 callers
Function
print
to print hash table as key-value pairs
C/ds/Hash_Table.c:63
↓ 632 callers
Function
input
Function that takes input of both matrices
C/math/matrix_subtraction.c:27
↓ 391 callers
Method
print
()
Java/ds/linkedList.java:32
↓ 315 callers
Method
push_back
Inserts new element into the vector from back
C-Plus-Plus/ds/Vector.cpp:32
↓ 293 callers
Method
size
Returns current size of the vector
C-Plus-Plus/ds/Vector.cpp:74
↓ 282 callers
Method
append
(self,data)
Python/ds/Reverse_linked_list.py:13
↓ 260 callers
Method
split
(int[][] P, int[][] C, int iP, int jP)
Java/Algorithms/Strassens_Algo_for_Matrix_multiplication.java:151
↓ 232 callers
Method
push
C-Plus-Plus/stack/evaluate_postfix.cpp:51
↓ 177 callers
Method
length
(self,head)
Python/ds/Reverse_linked_list.py:31
↓ 168 callers
Method
add
@param b complex to be added @return new Complex object whose value is (this + b)
Java/math/Complex.java:54
↓ 168 callers
Method
empty
Returns whether vector is empty
C-Plus-Plus/ds/Vector.cpp:69
↓ 167 callers
Method
top
()
Java/ds/StackUsingQueue.java:42
↓ 149 callers
Method
pop
C-Plus-Plus/stack/evaluate_postfix.cpp:66
↓ 141 callers
Function
max
Function to calculate maximum of two given numbers*/
C/ds/AVL_tree.c:52
↓ 102 callers
Method
end
Returns iterator to the end of the vector
C-Plus-Plus/ds/Vector.cpp:89
↓ 99 callers
Method
length
C-Plus-Plus/ds/Reverse_linked_list.cpp:26
↓ 95 callers
Method
get
(key)
JavaScript/ds/Hash.js:55
↓ 94 callers
Method
front
Returns the element at the front of the vector
C-Plus-Plus/ds/Vector.cpp:59
↓ 89 callers
Method
begin
Returns iterator to the start of the vector
C-Plus-Plus/ds/Vector.cpp:84
↓ 80 callers
Function
min
Helper function to find the minimum of two variables
C/sort/tim_sort.c:11
↓ 68 callers
Method
format
(String plaintext, String ciphertext)
Java/cryptography/vernamCipher.java:69
↓ 65 callers
Method
push
(value, decode)
JavaScript/ds/QueueStack.js:42
↓ 62 callers
Function
sort
Function to sort an array of 0's and 1's
C-Plus-Plus/other/Sorting_an_array_of_zeroes_and_ones.cpp:12
↓ 59 callers
Method
peek
()
Java/ds/Stack.java:37
↓ 55 callers
Method
sort
(int[][] arr, int col, int row)
Java/cp/Sort_2D_Array.java:20
↓ 53 callers
Method
pop
(self)
Python/ds/Stacks.py:32
↓ 33 callers
Method
isEmpty
()
Java/ds/heapmain.java:31
↓ 32 callers
Method
join
(int[][] C, int[][] P, int iP, int jP)
Java/Algorithms/Strassens_Algo_for_Matrix_multiplication.java:168
↓ 32 callers
Method
min
(int x,int y)
Java/math/lucastheorem.java:14
↓ 32 callers
Function
sqrt
Function to find the square root of a number `num` */
C-Plus-Plus/search/Sqrt_Monotonic_Binary_Search.cpp:9
↓ 32 callers
Method
toString
()
Java/math/Complex.java:157
↓ 30 callers
Method
add
(int data)
Java/ds/linkedListReverse.java:13
↓ 29 callers
Function
swap
Swap function --> simply exchanges the values of inputs
C-Plus-Plus/cp/tkt_auction.cpp:30
↓ 27 callers
Method
find
To find if string is present or not
C-Plus-Plus/ds/Trie_implementation.cpp:50
↓ 27 callers
Method
size
()
Java/ds/foldALinkedList.java:44
↓ 25 callers
Method
clear
Clears the vector
C-Plus-Plus/ds/Vector.cpp:99
↓ 24 callers
Method
append
(value)
JavaScript/ds/DynamicLinkedList.js:58
↓ 24 callers
Method
keys
()
JavaScript/ds/Hash.js:88
↓ 24 callers
Method
top
()
Java/cp/Stack_using_Queue.java:51
↓ 22 callers
Method
abs
@return modulus/absolute value of a given complex number
Java/math/Complex.java:41
↓ 22 callers
Method
pop
()
Java/ds/Stack.java:54
↓ 21 callers
Method
equals
(Object x)
Java/math/Complex.java:146
↓ 20 callers
Method
push
(int data)
Java/ds/Stack.java:14
↓ 19 callers
Method
insert
insert the key to the tree and adjust the tree accordingly
C-Plus-Plus/ds/RED-BLACK-TREE.cpp:185
↓ 19 callers
Method
isEmpty
()
Java/ds/Stack.java:31
↓ 18 callers
Function
BalanceFactor
Function to calculate Balance Factor of particular node*/
C/ds/AVL_tree.c:123
↓ 18 callers
Method
remove
(index)
JavaScript/ds/DynamicLinkedList.js:94
↓ 18 callers
Function
swap
swapping elements in the array
C-Plus-Plus/sort/insertion.cpp:23
↓ 17 callers
Method
pop
()
Java/cp/Stack_using_Queue.java:41
↓ 17 callers
Method
push
(int x)
Java/cp/Stack_using_Queue.java:21
↓ 17 callers
Method
size
C-Plus-Plus/graphs/right_view_of_tree.cpp:77
↓ 16 callers
Function
count
Function to count number of elements in stack
C/ds/postfix_to_prefix.c:54
↓ 15 callers
Method
poll
C-Plus-Plus/ds/Priority_Queue.cpp:47
↓ 14 callers
Function
addEdge
C-Plus-Plus/graphs/Dijkstra_algorithm.cpp:13
↓ 14 callers
Function
find_height
C-Plus-Plus/ds/avl_tree.cpp:22
↓ 13 callers
Method
copy
C-Plus-Plus/ds/Reverse_linked_list.cpp:73
↓ 13 callers
Method
size
()
Java/cp/Stack_using_Queue.java:58
↓ 12 callers
Method
add
(int[][] A, int[][] B)
Java/Algorithms/Strassens_Algo_for_Matrix_multiplication.java:133
↓ 12 callers
Function
append
adds node at the end of a linked list*/
C/ds/reverse_linked_list.c:40
↓ 12 callers
Method
get_key
(self)
Python/graphs/Prims_Algo_dynamic.py:52
↓ 12 callers
Method
height
(Node node)
Java/ds/AVL_Tree.java:102
↓ 12 callers
Function
push
C/ds/infixToPrefix.c:36
↓ 12 callers
Method
remove
Remove node at position passed in argument usage : remove(value)
Python/ds/Circular_LinkedList.py:91
↓ 12 callers
Function
reverse
Helper function to reverse a number.
C-Plus-Plus/math/mystery_number.cpp:10
↓ 10 callers
Function
sum
(array, initial, to)
Python/other/painter_partition.py:1
↓ 9 callers
Function
Insert
Insert Function
C-Plus-Plus/ds/Inorder.cpp:12
↓ 9 callers
Function
on
This bit is on.
C-Plus-Plus/dp/townPlanning.cpp:35
↓ 9 callers
Function
push
(e)
JavaScript/ds/infixevaluator.js:59
↓ 9 callers
Method
push
(int d)
Java/ds/QueueandStack.java:144
↓ 9 callers
Method
reverse
()
JavaScript/ds/StackLinkedList.js:88
↓ 8 callers
Method
Push
Adds the given element to the beginning of the stack
Go/ds/stack/Stack.go:25
↓ 8 callers
Method
add_edge
(self, u, v, w)
Python/graphs/Kruskal_Algorithm.py:6
↓ 8 callers
Method
count
()
JavaScript/ds/Stack.js:46
↓ 8 callers
Function
get_new_pos
This function is used to calculate the position of the encrypted/decrypted char based on the method argument value. :param coor: coordina
Python/cryptography/Playfair_Cipher.py:128
↓ 8 callers
Method
isEmpty
isEmpty(): if the head of list is not poiting any node then it will return true otherwise false
Go/ds/linked_list/singly_linked_list/singly_linked_list.go:34
↓ 8 callers
Method
pop
()
JavaScript/ds/Stack.js:18
↓ 8 callers
Method
pop_back
Removes last element from the vector
C-Plus-Plus/ds/Vector.cpp:54
↓ 8 callers
Method
printList
()
JavaScript/ds/DynamicLinkedList.js:254
↓ 8 callers
Method
sub
(int[][] A, int[][] B)
Java/Algorithms/Strassens_Algo_for_Matrix_multiplication.java:113
↓ 7 callers
Method
Insert
(int data)
C-Sharp/dp/BinarySearchTree.cs:27
↓ 7 callers
Method
add
C-Plus-Plus/ds/Priority_Queue.cpp:20
↓ 7 callers
Function
find_balance_factor
C-Plus-Plus/ds/avl_tree.cpp:52
↓ 7 callers
Function
insert
* Add a new node in the tree */
C-Plus-Plus/graphs/inorder-traversal.cpp:34
↓ 7 callers
Function
newNode
C-Plus-Plus/cp/Binary_Tree_Symmetric_or_not.cpp:18
↓ 7 callers
Function
parent
(i)
Python/sort/IntroSort.py:63
↓ 7 callers
Function
pop
()
JavaScript/ds/infixevaluator.js:66
↓ 7 callers
Method
push
(self, value)
Python/ds/Stacks.py:15
↓ 6 callers
Function
CreateNode
C-Plus-Plus/graphs/Diameter_of_binary_tree.cpp:22
↓ 6 callers
Function
Hash
C-Plus-Plus/ds/quadratic-probing.cpp:4
↓ 6 callers
Function
Hash
C-Plus-Plus/ds/double-hashing.cpp:4
↓ 6 callers
Function
Hash
C-Plus-Plus/ds/linear-probing.cpp:4
↓ 6 callers
Function
Insert
Insert Function
C-Plus-Plus/ds/postorder.cpp:12
↓ 6 callers
Function
Insert
Insert Function
C-Plus-Plus/ds/preorder.cpp:12
↓ 6 callers
Method
Pop
Removes the element at the beginning of the stack and returns the element along with an error message if the stack is empty else 'nil'
Go/ds/stack/Stack.go:36
↓ 6 callers
Method
addEdge
C-Plus-Plus/sort/Topological_Sorting_DFS.cpp:28
↓ 6 callers
Function
been_there
(node, check_dict)
Python/backtracking/Water_Jug_Problem.py:77
↓ 6 callers
Function
choosechar
Selecting char from matrix with provided indexes(parameters)
C-Plus-Plus/cryptography/PlayFair_Cipher.cpp:90
↓ 6 callers
Method
compareTo
(Edge compareEdge)
Java/graphs/Kruskal_Algorithm.java:7
↓ 6 callers
Method
get_size
Return the size of the priority queue.
Python/ds/priority_queue.py:34
↓ 6 callers
Function
height
Function to height of the tree*/
C/ds/AVL_tree.c:44
next →
1–100 of 5,549, ranked by callers