MCPcopy Create free account

hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / functions

Functions4,122 in github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA

↓ 4 callersMethodInsert
Insert node
16. Heap/FibonacciHeap.cpp:65
↓ 4 callersFunctionInsert_at_begin
Function to Insert at the begining of a node */
10. Linked List/llinsertion_atfirst.c:12
↓ 4 callersMethodadd
(int num)
16. Heap/kth_largest_number_in_a_stream.java:27
↓ 4 callersFunctionaddEdge
17. Graph/traversaldfs.cpp:4
↓ 4 callersFunctionaddEdge
17. Graph/traversalbfs.cpp:4
↓ 4 callersFunctionaddEdge
17. Graph/cycledetectionUGbfs.cpp:5
↓ 4 callersFunctionaddEdge
17. Graph/cycledetectionUGdfs.cpp:6
↓ 4 callersMethodaddNode
(int data)
10. Linked List/java/MaxMinLinkedList.java:16
↓ 4 callersFunctioncalculator_operations
30. CPP Programs/Calculator.c:82
↓ 4 callersFunctioncan_we_go
28. Codechef Problems/ratMaze.cpp:14
↓ 4 callersFunctioncompare
18. Greedy/knapsack.cpp:11
↓ 4 callersMethodcount
if x is present in arr[] then returns the count of occurrences of x, otherwise returns 0. */
05. Searching/4_Number of occurrence.cpp:41
↓ 4 callersFunctiondictionaryContains
20. Dynamic Programming/wordBreakAllMethods.cpp:42
↓ 4 callersFunctiondisplay
10. Linked List/SinglyLL.cpp:86
↓ 4 callersFunctiondisplayCll
10. Linked List/cpp/Linked List Complete.cpp:378
↓ 4 callersFunctionenQueue
12. Queue/Queueusing2Stacks.cpp:21
↓ 4 callersFunctionenqueue
12. Queue/QueueUsingStacks.cpp:59
↓ 4 callersFunctionfind
17. Graph/kruskals.cpp:12
↓ 4 callersFunctionfind
17. Graph/Kruskal's Algo.c:37
↓ 4 callersFunctionfindDistances
15. Binary Search Tree/distance_between_2nodes.cpp:56
↓ 4 callersFunctionfunc
30. CPP Programs/cses tree solution.cpp:71
↓ 4 callersMethodgetHash
(String s)
32. Java Programs/GetHashValue.java:15
↓ 4 callersFunctionget_value
* This function finds value for given character (i.e.0-25) * @param c character for which we want value * @return returns co
30. CPP Programs/vigenere_cipher.cpp:61
↓ 4 callersFunctionheapify
16. Heap/Heap_sort.cpp:5
↓ 4 callersFunctioninOrderTraversal
(rootNode)
14. Tree/BinaryTree.py:31
↓ 4 callersMethodinsert
14. Tree/count_node.cpp:26
↓ 4 callersMethodinsert
10. Linked List/cpp/linkedlist.cpp:19
↓ 4 callersFunctioninsertEnd
10. Linked List/cpp/polynomialSumByLinkedList.cpp:22
↓ 4 callersMethodinsertSLL
(self, value, location)
10. Linked List/CreateSinglyLinkedList.py:19
↓ 4 callersFunctioninsertathead
10. Linked List/SinglyLL.cpp:32
↓ 4 callersFunctionisEmpty
10. Linked List/c lang/Linked List.c:380
↓ 4 callersFunctionisvalid
17. Graph/bfs_rotten_oranges.cpp:7
↓ 4 callersMethodlower
* @brief returns lower 128-bit integer part * @returns returns lower 128-bit integer part */
30. CPP Programs/uint256_t.hpp:169
↓ 4 callersFunctionmultiply
* @brief multiply Point and integer * @details Multiply Point by a scalar factor (here it is a private key p). The * multiplication is called as [do
30. CPP Programs/elliptic_curve_key_exchange.cpp:165
↓ 4 callersFunctionpop
14. Tree/all_traversal_of_tree_using_recursion_and_iteration.cpp:40
↓ 4 callersFunctionpop
11. Stack/InfixtoPostfix.c:16
↓ 4 callersMethodprint
04. Arrays/Dynamic array/dyarrclass.cpp:52
↓ 4 callersFunctionprintList
10. Linked List/c lang/merge_common_LL.c:76
↓ 4 callersFunctionpush
10. Linked List/findNthnode-from-endLL.cpp:38
↓ 4 callersFunctionpush
10. Linked List/cpp/find_cycle.cpp:11
↓ 4 callersFunctionpush
17. Graph/C/DFS.c:150
↓ 4 callersMethodpush
Function for inserting a new node
10. Linked List/Linkedlist_Reversal.cpp:18
↓ 4 callersMethodpush
10. Linked List/cpp/reverse-a-linked-list.cpp:52
↓ 4 callersMethodpush
(double j)
11. Stack/stackArray.java:36
↓ 4 callersMethodpush
11. Stack/ArrayImplementStack.cpp:17
↓ 4 callersFunctionread
11. Stack/InfixtoPostfix.c:23
↓ 4 callersFunctionremove_punctuation
Remove punctuation, case sensitivity and spaces
09. String/is_palindrome.py:49
↓ 4 callersFunctionreverse
11. Stack/reverse_stack_const_space.cpp:27
↓ 4 callersMethodsetvalue
04. Arrays/insert and delete an element of array.cpp:35
↓ 4 callersFunctiontraverse
10. Linked List/cpp/Copy list with random pointer.cpp:25
↓ 3 callersFunctionCreateNode
14. Tree/red_black_tree.c:45
↓ 3 callersFunctionDFS
01. Mathematics/centroid-decomposition.cpp:30
↓ 3 callersFunctionInsert_at_end
10. Linked List/llinsertion_atend.c:10
↓ 3 callersFunctionIsWinner
(b,l)
33. Python Programs/tic_tac_toe.py:28
↓ 3 callersMethod_lez
* @brief Leading zeroes in binary * @details Calculates leading zeros in 128-bit integer * @returns Integer denoting leading zeroes */
30. CPP Programs/uint128_t.hpp:139
↓ 3 callersMethod_lez
* @brief Leading zeroes in binary * @details Calculates leading zeros in 256-bit integer * @returns Integer denoting leading zeroes */
30. CPP Programs/uint256_t.hpp:123
↓ 3 callersFunctionaddLast
10. Linked List/c lang/pr4.cpp:10
↓ 3 callersFunctionappend
17. Graph/RoundRobin_CPU-Sceduling.cpp:37
↓ 3 callersFunctionbin
28. Codechef Problems/Dish-Owner.cpp:30
↓ 3 callersMethodbinarySearch
(int[] arr,int target,int start,int end)
05. Searching/RotatedBinarySearch.java:35
↓ 3 callersFunctionbinary_search
(n, a)
05. Searching/BinarySearch.py:13
↓ 3 callersFunctionbuild
22. Segment Tree/Forest_Queries.cpp:25
↓ 3 callersMethodcheckOpposite
(int[] opposite, int[] pointC, int[] pointD)
27. LeetCode Problems/ValidSquare.java:57
↓ 3 callersMethodcompareTo
(Pair p)
17. Graph/ChefAndReversing.java:16
↓ 3 callersMethodcount
14. Tree/count_node.cpp:70
↓ 3 callersFunctiondeQueue
12. Queue/Queueusing2Stacks.cpp:26
↓ 3 callersMethoddecrypt
(self,ciphertext, key)
24. Cryptography/Blowfish.py:30
↓ 3 callersFunctiondeleteNode
10. Linked List/cpp/Linked List Complete.cpp:63
↓ 3 callersFunctiondequeue
Function to delete elements from the queue */
30. CPP Programs/Reversing Queue.cpp:41
↓ 3 callersMethoddequeue
12. Queue/circularqueue.cpp:37
↓ 3 callersMethoddequeue
12. Queue/QueuesusingLinkedList.cpp:37
↓ 3 callersFunctiondisplay
10. Linked List/cpp/polynomialSumByLinkedList.cpp:41
↓ 3 callersFunctiondisplay
10. Linked List/c lang/Linked List.c:169
↓ 3 callersFunctiondisplay
12. Queue/priorityQueue_array.c:58
↓ 3 callersFunctiondisplay2
07. Matrix/Sparse Matrix Addition.c:37
↓ 3 callersFunctiondisplaymatrix
30. CPP Programs/matrixmul.c:12
↓ 3 callersMethodencrypt
(self,plaintext,key)
24. Cryptography/Blowfish.py:20
↓ 3 callersMethodenqueue
(self, value)
12. Queue/QueueLinkedList.py:30
↓ 3 callersMethodenqueue
(self, value)
12. Queue/QueueWithCapacity.py:26
↓ 3 callersMethodevaluate
01. Mathematics/chinese_remainder.cpp:73
↓ 3 callersFunctionexp
* @brief This function calculates number raised to exponent power under modulo * mod using [Modular * Exponentiation](https://github.com/TheAlgorith
30. CPP Programs/elliptic_curve_key_exchange.cpp:78
↓ 3 callersFunctionfact
30. CPP Programs/Pascals_triangle.cpp:4
↓ 3 callersFunctionfact
06. Sorting/collecting_numbers.cpp:155
↓ 3 callersFunctionfact
06. Sorting/missing_coin_sum.cpp:155
↓ 3 callersMethodfact
(int n)
31. Pattern Problems/Java Patterns/pattern13.java:8
↓ 3 callersFunctionflatten
(number)
24. Cryptography/Additive_Cipher.py:19
↓ 3 callersFunctionfun
30. CPP Programs/Function_ODD.cpp:15
↓ 3 callersFunctiongcd
01. Mathematics/gcd.cpp:3
↓ 3 callersFunctiongenerate
()
33. Python Programs/qrcode_generator.py:5
↓ 3 callersMethodhasNext
check for available numbers
15. Binary Search Tree/kth_Smallest_BST.cpp:62
↓ 3 callersMethodhelp
(int[][] graph,int[] visited, int src)
17. Graph/IsBipartite.java:27
↓ 3 callersFunctionib
insertion at beginning
10. Linked List/c lang/SinglyLinkedList/Insert at beginning Linked List.c:13
↓ 3 callersFunctionie
insert function
10. Linked List/c lang/SinglyLinkedList/Reverse a Linked List.c:15
↓ 3 callersFunctionie
insert at end
10. Linked List/c lang/SinglyLinkedList/Insert at end Linked List.c:14
↓ 3 callersFunctioninsert
05. Searching/LinkedListEleSearch.cpp:12
↓ 3 callersFunctioninsert
A utility function to insert a new Node with given key in BST */
06. Sorting/treesort.cpp:32
↓ 3 callersMethodinsert
14. Tree/AVLtree.cpp:91
↓ 3 callersFunctioninsertAfter
new node data and prev node data
10. Linked List/cpp/Circular_Double_List.cpp:62
↓ 3 callersMethodinsertCDLL
(self, value, location)
10. Linked List/CircularDoublyLinkedList.py:32
↓ 3 callersMethodinsertCSLL
(self, value, location)
10. Linked List/CircurlarSinglyLinkedList.py:31
← previousnext →201–300 of 4,122, ranked by callers