MCPcopy Create free account

hub / github.com/HarshCasper/NeoAlgo / functions

Functions5,549 in github.com/HarshCasper/NeoAlgo

↓ 2 callersMethodisValid
(int[] str, int[] pattern)
Java/cp/MinimumWindowSubstring.java:16
↓ 2 callersFunctionis_operator
C/ds/infix_to_postfix.c:57
↓ 2 callersFunctionis_queue_empty
This function checks whether the queue is empty
C/ds/queue_all_functionality.c:34
↓ 2 callersMethodisempty
(self)
Python/ds/Implementation_of_Stack_using_queues.py:32
↓ 2 callersFunctionithSmallestElement
(arr, l, r, i)
Python/search/random_select.py:10
↓ 2 callersFunctionkadane
(nums)
Python/other/Kadanes_Algorithm.py:5
↓ 2 callersMethodkeyTable
(String key,int size2,char[][] keyMatrix)
Java/cryptography/PlayFairCipher.java:13
↓ 2 callersMethodkeygen
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 callersFunctionlcs
longest common subsequence function
Go/dp/longest_common_subsequence/longest_common_subsequence.go:23
↓ 2 callersFunctionlinear_search
(arr, target)
JavaScript/search/linear_search.js:14
↓ 2 callersFunctionlys
(ls)
Python/sort/ListTuplesort.py:9
↓ 2 callersFunctionmapping
Mapping one plain-text alphabet to more than one cipher-text alphabet.
C-Plus-Plus/cryptography/Homophonic_Cipher.cpp:5
↓ 2 callersFunctionmax
Function to find the maximum between two numbers
C/search/Manacher's_Algorithm.c:12
↓ 2 callersFunctionmax
C/dp/Unique_BST.c:6
↓ 2 callersFunctionmaxArea
(A)
Python/cp/Maximum_Water_Container.py:4
↓ 2 callersFunctionmaxArea
function to find the maximum Area
C/cp/Maximum_Container_with_water.c:7
↓ 2 callersFunctionmax_heapify
(alist, index, start, end)
Python/sort/IntroSort.py:72
↓ 2 callersFunctionmin
Function to find the minumum between two numbers
C/search/Manacher's_Algorithm.c:6
↓ 2 callersFunctionmin
Function for finding minimum of two numbers */
C/other/Maximum_Product_Subarray.c:5
↓ 2 callersFunctionminRemoval
this function is to find no. of parenthesis to be removed from the string
C-Plus-Plus/math/remove_invalid_parentheses.cpp:10
↓ 2 callersFunctionnew_list
Function to create linked list
C-Plus-Plus/ds/alternate_merging_of_linked_list.cpp:53
↓ 2 callersMethodnextSmallestToRight
(int a[],int n)
Java/cp/NextSmallestToRight.java:12
↓ 2 callersFunctionnumbersquares
* This function returns the sum of squares of the individual digits for a given number*/
Go/math/Happy_Number/happynumber.go:40
↓ 2 callersFunctionobst
(arr)
Python/Pathfinding/2D_RRT.py:53
↓ 2 callersFunctionoperation
C-Plus-Plus/stack/evaluate_postfix.cpp:141
↓ 2 callersFunctionparallel_mergesort
(array, *args)
Python/sort/Parallel_MergeSort.py:36
↓ 2 callersFunctionpartition
C-Plus-Plus/cp/tkt_auction.cpp:37
↓ 2 callersMethodpartition
(int arr[], int low, int high)
Java/sort/QuickSort.java:56
↓ 2 callersFunctionpeek
returns highest priority element without deleting it from queue
C-Plus-Plus/ds/priorityQ_array.cpp:51
↓ 2 callersFunctionpeek
C/cp/Stock_Span.c:25
↓ 2 callersMethodpeek
()
Java/ds/Stackll.java:36
↓ 2 callersMethodpeekStack
()
Go/dp/stack/stack.go:38
↓ 2 callersFunctionplay_fair
Argument e_d: Encryption or Decryption(true/false)
C-Plus-Plus/cryptography/PlayFair_Cipher.cpp:22
↓ 2 callersFunctionpolyHashString
Assigns hash to a string
C-Plus-Plus/other/Rabin_Karp_Algorithm_using_rolling_hash.cpp:37
↓ 2 callersFunctionpop
pop operation for the stack
C-Plus-Plus/ds/iterative_postorder.cpp:33
↓ 2 callersFunctionpop
pop operation for the stack
C/ds/iterative_postorder.c:30
↓ 2 callersFunctionpop
Function for 'Pop(Removing from Queue)'
C/stack/Infix_to_Postfix.c:26
↓ 2 callersMethodpop
()
JavaScript/ds/Iterative_postorder.js:13
↓ 2 callersMethodpop
(self)
Python/ds/Implementation_of_Stack_using_queues.py:28
↓ 2 callersMethodpop
()
Java/ds/postorder_Traversal.java:35
↓ 2 callersMethodpopS2
()
Java/ds/QueueandStack.java:35
↓ 2 callersFunctionpowr
returns (a^b)%mod
C-Plus-Plus/other/Rabin_Karp_Algorithm_using_rolling_hash.cpp:17
↓ 2 callersFunctionpre
function to check Precedence of signs
C/stack/Infix_to_Postfix.c:53
↓ 2 callersFunctionprec
C-Plus-Plus/stack/infixToPostfix.cpp:14
↓ 2 callersFunctionprecedence
C/ds/infix_to_postfix.c:74
↓ 2 callersMethodprecedence
(char ch)
Java/ds/Infix_to_Postfix.java:8
↓ 2 callersFunctionpreorder_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 callersMethodprepend
(value)
JavaScript/ds/DynamicLinkedList.js:69
↓ 2 callersMethodprepend
(value)
JavaScript/ds/DoublyLinkedList.js:86
↓ 2 callersMethodprepend
(value)
JavaScript/ds/CircularSinglyLinkedList.js:81
↓ 2 callersFunctionprime_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 callersFunctionprint
function to print circular linkedlist
C-Plus-Plus/ds/Circular_LinkedList.cpp:85
↓ 2 callersFunctionprint
C-Plus-Plus/ds/insertion_sort_on_linked_list.cpp:27
↓ 2 callersFunctionprint
C-Plus-Plus/cp/replace_each_node.cpp:39
↓ 2 callersMethodprint
()
JavaScript/ds/Stack.js:38
↓ 2 callersMethodprint
(self)
Python/ds/Invert a Binary Tree.py:75
↓ 2 callersMethodprint
()
Java/ds/linkedListReverse.java:31
↓ 2 callersFunctionprintArray
function to print the Array
C-Plus-Plus/ds/Tim_Sort.cpp:97
↓ 2 callersFunctionprintArray
A utility function to print a given array of given size
C-Plus-Plus/heap/ConvertMinHeapToMax.cpp:35
↓ 2 callersMethodprintArray
(int arr[])
Java/sort/MergeSortRecursion.java:66
↓ 2 callersFunctionprintLL
C-Plus-Plus/ds/Reverse_LinkedList_Nodes_in_K-Groups.cpp:28
↓ 2 callersMethodprintPath
(String endName)
Java/graphs/Dijkstra.java:72
↓ 2 callersFunctionprintQueue
printQueue function prints out the elements in the queue
C/ds/reverse-queue.c:99
↓ 2 callersMethodprintQueue
()
Java/ds/Reverse_queue_using_stack.java:94
↓ 2 callersFunctionprint_array
C/sort/bubble_sort.c:68
↓ 2 callersFunctionprint_board
(game_state)
Python/backtracking/Tic_Tac_Toe.py:81
↓ 2 callersFunctionprint_data
printing the node in a pattern
C-Plus-Plus/cp/Rotate_doubly_linked_list_by_given_node.cpp:60
↓ 2 callersFunctionprint_linkedlist
(head)
Python/cp/delete_node.py:27
↓ 2 callersMethodprint_ll
C-Plus-Plus/ds/Reverse_linked_list.cpp:37
↓ 2 callersFunctionprintlinkedlist
C-Plus-Plus/ds/Remove_all_Duplicates_from_Linkedlist.cpp:26
↓ 2 callersMethodprintlist
printlist : it prints the linked list
C-Plus-Plus/ds/SLL_Operations_using_Unique_Key.cpp:187
↓ 2 callersMethodprocess
(String s)
Java/cryptography/XORCipher.java:13
↓ 2 callersFunctionproduct_elements
C-Plus-Plus/cp/special_recursive_sequence.cpp:14
↓ 2 callersFunctionpush
push function pushes an element to the top of the stack
C/ds/prefix-to-postfix.c:17
↓ 2 callersFunctionpush
Function to push element in the stack.
C/ds/postfixToInfix.c:56
↓ 2 callersFunctionpush
insertion at beginning
C/ds/FindRouteBetwnTwoNode.c:36
↓ 2 callersFunctionpush
push function of stack
C/ds/postfix_to_prefix.c:25
↓ 2 callersFunctionpush
C/cp/Stock_Span.c:40
↓ 2 callersFunctionpush
function for 'Push(Adding to Queue)'
C/stack/Infix_to_Postfix.c:12
↓ 2 callersMethodpush
(value)
JavaScript/ds/StackLinkedList.js:41
↓ 2 callersMethodpushS1
(int d)
Java/ds/QueueandStack.java:19
↓ 2 callersFunctionq_empty
C-Plus-Plus/ds/Ascending_priority_queue.cpp:132
↓ 2 callersFunctionq_empty
C-Plus-Plus/ds/Descending_priority_queue.cpp:138
↓ 2 callersFunctionq_empty
for checking whether Priority Queue is empty or not
C/ds/AscendingPQ.c:31
↓ 2 callersFunctionq_empty
for checking whether Priority Queue is empty or not
C/ds/DescendingPQ.c:31
↓ 2 callersMethodquery
(int start,int end,int left,int right,int treeIndex,int tree[])
Java/ds/SegmentTree.java:56
↓ 2 callersFunctionradixSort
Takes an IntArray as arguments and returns a sorted IntArray to the caller function
Kotlin/sort/RadixSort/src/RadixSort.kt:8
↓ 2 callersFunctionremoveOuterParenthesis
(str)
JavaScript/other/RemoveOuterParenthesis.js:1
↓ 2 callersFunctionrev
* 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 callersMethodreverseArray
(int a[],int n)
Java/sort/PancakeSort.java:4
↓ 2 callersMethodrotate_left
(self)
Python/ds/AVL_Tree.py:46
↓ 2 callersMethodrotate_right
(self)
Python/ds/AVL_Tree.py:56
↓ 2 callersFunctionsafe
to check the valid neighbours
C-Plus-Plus/graphs/FloodFill.cpp:27
↓ 2 callersMethodsafestate
(int[][] maze, int m, int n, int i, int j)
Java/cp/RatInAMaze.java:23
↓ 2 callersFunctionscoring_system
Return the score of input_string
Python/cryptography/XOR_cipher.py:44
↓ 2 callersMethodsearch
(int array[], int left, int right, int element)
Java/search/BinarySearchRecursive.java:13
↓ 2 callersMethodsearch
(char[][] keyMatrix,char x,char y,int[] list)
Java/cryptography/PlayFairCipher.java:78
↓ 2 callersFunctionsequential_mergesort
(array, *args)
Python/sort/Sequential_MergeSort.py:7
↓ 2 callersFunctionshow
Function to print nodes in a given linked list */
C/ds/PairwiseSwap.c:73
↓ 2 callersFunctionshow
Function to Display Nodes of a Linked List */
C/ds/SegregateOddEven.c:75
← previousnext →501–600 of 5,549, ranked by callers