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
↓ 2 callers
Method
isValid
(int[] str, int[] pattern)
Java/cp/MinimumWindowSubstring.java:16
↓ 2 callers
Function
is_operator
C/ds/infix_to_postfix.c:57
↓ 2 callers
Function
is_queue_empty
This function checks whether the queue is empty
C/ds/queue_all_functionality.c:34
↓ 2 callers
Method
isempty
(self)
Python/ds/Implementation_of_Stack_using_queues.py:32
↓ 2 callers
Function
ithSmallestElement
(arr, l, r, i)
Python/search/random_select.py:10
↓ 2 callers
Function
kadane
(nums)
Python/other/Kadanes_Algorithm.py:5
↓ 2 callers
Method
keyTable
(String key,int size2,char[][] keyMatrix)
Java/cryptography/PlayFairCipher.java:13
↓ 2 callers
Method
keygen
Generate a pair of public and private keys using the already set prime number and\ primitive root
Python/cryptography/Diffie_Helman_Protocol.py:184
↓ 2 callers
Function
lcs
longest common subsequence function
Go/dp/longest_common_subsequence/longest_common_subsequence.go:23
↓ 2 callers
Function
linear_search
(arr, target)
JavaScript/search/linear_search.js:14
↓ 2 callers
Function
lys
(ls)
Python/sort/ListTuplesort.py:9
↓ 2 callers
Function
mapping
Mapping one plain-text alphabet to more than one cipher-text alphabet.
C-Plus-Plus/cryptography/Homophonic_Cipher.cpp:5
↓ 2 callers
Function
max
Function to find the maximum between two numbers
C/search/Manacher's_Algorithm.c:12
↓ 2 callers
Function
max
C/dp/Unique_BST.c:6
↓ 2 callers
Function
maxArea
(A)
Python/cp/Maximum_Water_Container.py:4
↓ 2 callers
Function
maxArea
function to find the maximum Area
C/cp/Maximum_Container_with_water.c:7
↓ 2 callers
Function
max_heapify
(alist, index, start, end)
Python/sort/IntroSort.py:72
↓ 2 callers
Function
min
Function to find the minumum between two numbers
C/search/Manacher's_Algorithm.c:6
↓ 2 callers
Function
min
Function for finding minimum of two numbers */
C/other/Maximum_Product_Subarray.c:5
↓ 2 callers
Function
minRemoval
this function is to find no. of parenthesis to be removed from the string
C-Plus-Plus/math/remove_invalid_parentheses.cpp:10
↓ 2 callers
Function
new_list
Function to create linked list
C-Plus-Plus/ds/alternate_merging_of_linked_list.cpp:53
↓ 2 callers
Method
nextSmallestToRight
(int a[],int n)
Java/cp/NextSmallestToRight.java:12
↓ 2 callers
Function
numbersquares
* This function returns the sum of squares of the individual digits for a given number*/
Go/math/Happy_Number/happynumber.go:40
↓ 2 callers
Function
obst
(arr)
Python/Pathfinding/2D_RRT.py:53
↓ 2 callers
Function
operation
C-Plus-Plus/stack/evaluate_postfix.cpp:141
↓ 2 callers
Function
parallel_mergesort
(array, *args)
Python/sort/Parallel_MergeSort.py:36
↓ 2 callers
Function
partition
C-Plus-Plus/cp/tkt_auction.cpp:37
↓ 2 callers
Method
partition
(int arr[], int low, int high)
Java/sort/QuickSort.java:56
↓ 2 callers
Function
peek
returns highest priority element without deleting it from queue
C-Plus-Plus/ds/priorityQ_array.cpp:51
↓ 2 callers
Function
peek
C/cp/Stock_Span.c:25
↓ 2 callers
Method
peek
()
Java/ds/Stackll.java:36
↓ 2 callers
Method
peekStack
()
Go/dp/stack/stack.go:38
↓ 2 callers
Function
play_fair
Argument e_d: Encryption or Decryption(true/false)
C-Plus-Plus/cryptography/PlayFair_Cipher.cpp:22
↓ 2 callers
Function
polyHashString
Assigns hash to a string
C-Plus-Plus/other/Rabin_Karp_Algorithm_using_rolling_hash.cpp:37
↓ 2 callers
Function
pop
pop operation for the stack
C-Plus-Plus/ds/iterative_postorder.cpp:33
↓ 2 callers
Function
pop
pop operation for the stack
C/ds/iterative_postorder.c:30
↓ 2 callers
Function
pop
Function for 'Pop(Removing from Queue)'
C/stack/Infix_to_Postfix.c:26
↓ 2 callers
Method
pop
()
JavaScript/ds/Iterative_postorder.js:13
↓ 2 callers
Method
pop
(self)
Python/ds/Implementation_of_Stack_using_queues.py:28
↓ 2 callers
Method
pop
()
Java/ds/postorder_Traversal.java:35
↓ 2 callers
Method
popS2
()
Java/ds/QueueandStack.java:35
↓ 2 callers
Function
powr
returns (a^b)%mod
C-Plus-Plus/other/Rabin_Karp_Algorithm_using_rolling_hash.cpp:17
↓ 2 callers
Function
pre
function to check Precedence of signs
C/stack/Infix_to_Postfix.c:53
↓ 2 callers
Function
prec
C-Plus-Plus/stack/infixToPostfix.cpp:14
↓ 2 callers
Function
precedence
C/ds/infix_to_postfix.c:74
↓ 2 callers
Method
precedence
(char ch)
Java/ds/Infix_to_Postfix.java:8
↓ 2 callers
Function
preorder_traversal
preorder traversal of AVL tree and for each node it also displays their balance factor in brackets. */
C-Plus-Plus/ds/avl_tree.cpp:410
↓ 2 callers
Method
prepend
(value)
JavaScript/ds/DynamicLinkedList.js:69
↓ 2 callers
Method
prepend
(value)
JavaScript/ds/DoublyLinkedList.js:86
↓ 2 callers
Method
prepend
(value)
JavaScript/ds/CircularSinglyLinkedList.js:81
↓ 2 callers
Function
prime_sieve
Implement prime sieve function, it will store 0 in the primes array if that index is composite and 1 if prime
C-Plus-Plus/math/Sieve_of_Eratosthenes.cpp:20
↓ 2 callers
Function
print
function to print circular linkedlist
C-Plus-Plus/ds/Circular_LinkedList.cpp:85
↓ 2 callers
Function
print
C-Plus-Plus/ds/insertion_sort_on_linked_list.cpp:27
↓ 2 callers
Function
print
C-Plus-Plus/cp/replace_each_node.cpp:39
↓ 2 callers
Method
print
()
JavaScript/ds/Stack.js:38
↓ 2 callers
Method
print
(self)
Python/ds/Invert a Binary Tree.py:75
↓ 2 callers
Method
print
()
Java/ds/linkedListReverse.java:31
↓ 2 callers
Function
printArray
function to print the Array
C-Plus-Plus/ds/Tim_Sort.cpp:97
↓ 2 callers
Function
printArray
A utility function to print a given array of given size
C-Plus-Plus/heap/ConvertMinHeapToMax.cpp:35
↓ 2 callers
Method
printArray
(int arr[])
Java/sort/MergeSortRecursion.java:66
↓ 2 callers
Function
printLL
C-Plus-Plus/ds/Reverse_LinkedList_Nodes_in_K-Groups.cpp:28
↓ 2 callers
Method
printPath
(String endName)
Java/graphs/Dijkstra.java:72
↓ 2 callers
Function
printQueue
printQueue function prints out the elements in the queue
C/ds/reverse-queue.c:99
↓ 2 callers
Method
printQueue
()
Java/ds/Reverse_queue_using_stack.java:94
↓ 2 callers
Function
print_array
C/sort/bubble_sort.c:68
↓ 2 callers
Function
print_board
(game_state)
Python/backtracking/Tic_Tac_Toe.py:81
↓ 2 callers
Function
print_data
printing the node in a pattern
C-Plus-Plus/cp/Rotate_doubly_linked_list_by_given_node.cpp:60
↓ 2 callers
Function
print_linkedlist
(head)
Python/cp/delete_node.py:27
↓ 2 callers
Method
print_ll
C-Plus-Plus/ds/Reverse_linked_list.cpp:37
↓ 2 callers
Function
printlinkedlist
C-Plus-Plus/ds/Remove_all_Duplicates_from_Linkedlist.cpp:26
↓ 2 callers
Method
printlist
printlist : it prints the linked list
C-Plus-Plus/ds/SLL_Operations_using_Unique_Key.cpp:187
↓ 2 callers
Method
process
(String s)
Java/cryptography/XORCipher.java:13
↓ 2 callers
Function
product_elements
C-Plus-Plus/cp/special_recursive_sequence.cpp:14
↓ 2 callers
Function
push
push function pushes an element to the top of the stack
C/ds/prefix-to-postfix.c:17
↓ 2 callers
Function
push
Function to push element in the stack.
C/ds/postfixToInfix.c:56
↓ 2 callers
Function
push
insertion at beginning
C/ds/FindRouteBetwnTwoNode.c:36
↓ 2 callers
Function
push
push function of stack
C/ds/postfix_to_prefix.c:25
↓ 2 callers
Function
push
C/cp/Stock_Span.c:40
↓ 2 callers
Function
push
function for 'Push(Adding to Queue)'
C/stack/Infix_to_Postfix.c:12
↓ 2 callers
Method
push
(value)
JavaScript/ds/StackLinkedList.js:41
↓ 2 callers
Method
pushS1
(int d)
Java/ds/QueueandStack.java:19
↓ 2 callers
Function
q_empty
C-Plus-Plus/ds/Ascending_priority_queue.cpp:132
↓ 2 callers
Function
q_empty
C-Plus-Plus/ds/Descending_priority_queue.cpp:138
↓ 2 callers
Function
q_empty
for checking whether Priority Queue is empty or not
C/ds/AscendingPQ.c:31
↓ 2 callers
Function
q_empty
for checking whether Priority Queue is empty or not
C/ds/DescendingPQ.c:31
↓ 2 callers
Method
query
(int start,int end,int left,int right,int treeIndex,int tree[])
Java/ds/SegmentTree.java:56
↓ 2 callers
Function
radixSort
Takes an IntArray as arguments and returns a sorted IntArray to the caller function
Kotlin/sort/RadixSort/src/RadixSort.kt:8
↓ 2 callers
Function
removeOuterParenthesis
(str)
JavaScript/other/RemoveOuterParenthesis.js:1
↓ 2 callers
Function
rev
* This function takes a number as a input and returns a number with the digits reversed*/
Go/math/Mystery_Number/Mystery_Number.go:15
↓ 2 callers
Method
reverseArray
(int a[],int n)
Java/sort/PancakeSort.java:4
↓ 2 callers
Method
rotate_left
(self)
Python/ds/AVL_Tree.py:46
↓ 2 callers
Method
rotate_right
(self)
Python/ds/AVL_Tree.py:56
↓ 2 callers
Function
safe
to check the valid neighbours
C-Plus-Plus/graphs/FloodFill.cpp:27
↓ 2 callers
Method
safestate
(int[][] maze, int m, int n, int i, int j)
Java/cp/RatInAMaze.java:23
↓ 2 callers
Function
scoring_system
Return the score of input_string
Python/cryptography/XOR_cipher.py:44
↓ 2 callers
Method
search
(int array[], int left, int right, int element)
Java/search/BinarySearchRecursive.java:13
↓ 2 callers
Method
search
(char[][] keyMatrix,char x,char y,int[] list)
Java/cryptography/PlayFairCipher.java:78
↓ 2 callers
Function
sequential_mergesort
(array, *args)
Python/sort/Sequential_MergeSort.py:7
↓ 2 callers
Function
show
Function to print nodes in a given linked list */
C/ds/PairwiseSwap.c:73
↓ 2 callers
Function
show
Function to Display Nodes of a Linked List */
C/ds/SegregateOddEven.c:75
← previous
next →
501–600 of 5,549, ranked by callers