MCPcopy Create free account

hub / github.com/Rishabh062/Hacktoberfest2021 / functions

Functions430 in github.com/Rishabh062/Hacktoberfest2021

↓ 1 callersFunctionperimeter_of_rect
(l, b)
Python/Remote Procedure Call/rpc_client.py:6
↓ 1 callersFunctionplace
C/NQueenProblem.c:7
↓ 1 callersMethodpower
(int x, int n)
LinearPower.java:14
↓ 1 callersFunctionpowerNum
using recursion
C++/powerOfNum.cpp:12
↓ 1 callersFunctionprint
Function to print the matrix
C++/Rotate_Matrix_Except_Diagonals.cpp:10
↓ 1 callersFunctionprint
C++/Huffman_Coding.cpp:42
↓ 1 callersFunctionprintArray
A utility function to print array of size n */
C++/Heap sort.cpp:48
↓ 1 callersFunctionprintArray
C/quickSort.c:3
↓ 1 callersMethodprintArray
(int a[])
Java/CocktailSort.java:62
↓ 1 callersFunctionprintInorder
Given a binary tree, print its nodes in inorder*/
C/BinarySearchTraversal.c:44
↓ 1 callersFunctionprintList
Function to print nodes in a given linked list */
C++/Merge_two_sorted_linkedlists.cpp:95
↓ 1 callersFunctionprintPostorder
Given a binary tree, print its nodes according to the "bottom-up" postorder traversal. */
C/BinarySearchTraversal.c:28
↓ 1 callersFunctionprintPreorder
Given a binary tree, print its nodes in preorder*/
C/BinarySearchTraversal.c:60
↓ 1 callersFunctionprintSpan
Funtion to print the span values.
C++/stockSpan.cpp:52
↓ 1 callersFunctionprint_formatted
(number)
HackerRank-Python-main/String Formatting.py:1
↓ 1 callersFunctionprint_full_name
(a, b)
HackerRank-Python-main/What's Your Name_.py:1
↓ 1 callersFunctionprint_rangoli
(n)
HackerRank-Python-main/Alphabet Rangoli.py:3
↓ 1 callersFunctionprintt
C++/sudoku_solve.cpp:29
↓ 1 callersFunctionpush
C++/Min_Stack.cpp:7
↓ 1 callersFunctionquickSort
C/quickSort.c:37
↓ 1 callersFunctionradixsort
C++/radix_sort.cpp:40
↓ 1 callersFunctionreadline
HackerRank-C-main/Conditional Statements in C.c:47
↓ 1 callersMethodremoveDuplicates
(int arr[], int n)
Java/RemoveDuplicatesInSortedArray.java:6
↓ 1 callersFunctionreverse_doubly
C++/Reverse_Doubly_Linked_List.cpp:42
↓ 1 callersFunctionrod
C++/rod_cutting.cpp:3
↓ 1 callersFunctionrunGame
TIC TAC TOE PROJECT.cpp:107
↓ 1 callersFunctionsearch
C++/search_element_in_row_column_sorted_matrix.cpp:7
↓ 1 callersFunctionsearchPattern
C++/patternSearching.cpp:24
↓ 1 callersFunctionselectionSort
C++/Selection_Sort_Visualised.cpp:44
↓ 1 callersFunctionshellSort
(array, n)
Python/Shell_Sort.py:4
↓ 1 callersFunctionshellSort
function to sort arr using shellSort */
C++/shellsort.cpp:6
↓ 1 callersFunctionsieve
C++/sieve_of_eratosthenes.cpp:10
↓ 1 callersMethodsieveOfEratosthenes
(int n)
Java/Sieve_Of_Eratosthenes.java:6
↓ 1 callersFunctionsingledigit
C++/Add digits of a number until single digit is found.cpp:12
↓ 1 callersMethodsolveNQueens
C++/N-Queens.cpp:55
↓ 1 callersFunctionsolveSuduko
Takes a partially filled-in grid and attempts to assign values to all unassigned locations in such a way to meet the requirements for Sudoku solution
C++/sudoku.cpp:65
↓ 1 callersMethodsort
(T[] unsorted)
Java/HeapSort.java:5
↓ 1 callersMethodsortHeap
(T[] unsorted)
Java/HeapSort.java:11
↓ 1 callersFunctionsortSession
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:570
↓ 1 callersFunctionsort_by_area
HackerRank-C-main/Small Triangles, Large Triangles.c:26
↓ 1 callersFunctionspiralPrint
C++/spiralprint.cpp:5
↓ 1 callersFunctionsplit_and_join
(line)
HackerRank-Python-main/String Split and Join.py:1
↓ 1 callersFunctionsudoku
C++/sudoku_solve.cpp:45
↓ 1 callersFunctionswap
for swapping triangles*/
HackerRank-C-main/Small Triangles, Large Triangles.c:20
↓ 1 callersFunctionswap_case
(s)
HackerRank-Python-main/sWAP cASE.py:1
↓ 1 callersFunctiontest_implementations_by_sending_five_elements
HackerRank-C-main/Variadic functions in C.c:89
↓ 1 callersFunctiontest_implementations_by_sending_ten_elements
HackerRank-C-main/Variadic functions in C.c:130
↓ 1 callersFunctiontest_implementations_by_sending_three_elements
HackerRank-C-main/Variadic functions in C.c:50
↓ 1 callersFunctionthreeSum
C++/3Sums.cpp:21
↓ 1 callersFunctiontilingProblemRecursive
C++/tilingProblem.cpp:13
↓ 1 callersFunctiontop
C++/Min_Stack.cpp:24
↓ 1 callersFunctiontowerOfHanoi
C++/tower_of_hanoi.cpp:6
↓ 1 callersFunctionupdate
HackerRank-C-main/Pointers in C.c:3
↓ 1 callersFunctionupdateValue
The function to update a value in input array and segment tree. It uses updateValueUtil() to update the value in segment tree
C++/Segment_Tree.cpp:59
↓ 1 callersFunctionupdateValueUtil
A recursive function to update the nodes which have the given index in their range. The following are parameters st, si, ss and se are same as get
C++/Segment_Tree.cpp:39
↓ 1 callersFunctionuserSelectMenu
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:174
↓ 1 callersFunctionviewRecords
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:583
↓ 1 callersFunctionviewStat
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:506
↓ 1 callersFunctionwaveSort
C++/waveSort.cpp:4
↓ 1 callersFunctionwrap
(string, max_width)
HackerRank-Python-main/Text Wrap.py:3
MethodCalculator
()
Java/Calculator1.java:44
MethodDPQ
(int v)
Java/graphs/DPQ.java:21
MethodEdge
C++/dijkstra.cpp:10
MethodGraph
C++/Prims_MST.cpp:45
MethodHeapSort
()
Java/HeapSort.java:3
MethodHeight
C++/tree traversal/treecpp.cpp:21
MethodHeight
C++/tree traversal/treecpp.cpp:102
MethodInorder
C++/tree traversal/treecpp.cpp:17
MethodLevelorder
C++/tree traversal/treecpp.cpp:19
MethodLevelorder
C++/tree traversal/treecpp.cpp:85
MethodLinkedGraph
(String args[])
Java/graphs/LinkedGraph.java:16
MethodLinkedList
C++/Reverse_linkedlist.cpp:23
MethodList
(String v)
Java/graphs/LinkedGraph.java:38
MethodMyGraph
(String args[])
Java/graphs/MyGraph.java:16
MethodNode
C++/Reverse_linkedlist.cpp:14
MethodNode
C++/Huffman_Coding.cpp:26
MethodNode
(int t,Node n)
Java/graphs/LinkedGraph.java:32
MethodNode
()
Java/graphs/DPQ.java:115
MethodPostorder
C++/tree traversal/treecpp.cpp:15
MethodPostorder
C++/tree traversal/treecpp.cpp:77
MethodPreorder
C++/tree traversal/treecpp.cpp:13
MethodQueue
C++/tree traversal/Queuecpp.h:18
MethodTree
C++/tree traversal/treecpp.cpp:10
MethodTrip
(int one,int two,int three)
Java/B_Shifting_Sort.java:73
MethodUndirectedGraphNode
C++/cloneGraph.cpp:17
Methodadd
(int j)
Java/graphs/LinkedGraph.java:42
Functionarea_of_rect
(length, breadth)
Python/Remote Procedure Call/rpc_server.py:9
Functionchecksudoku
C++/sudoku_solve.cpp:37
FunctioncloneGraph
C++/cloneGraph.cpp:19
Methodcomp
C++/Activity_selection_greedy.cpp:24
Methodcompare
(Node node1,Node node2)
Java/graphs/DPQ.java:121
Functiondelete_doubly
C++/Reverse_Doubly_Linked_List.cpp:58
Methoddisplay
C++/tree traversal/Queuecpp.h:49
Functionf
C++/Max_profit.cpp:5
MethodfindDuplicate
(int[] arr)
Java/Duplicate_in_Array_O(N)_solution.java:3
Functionif
including a period & extension*/
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:226
MethodisPalindromeNumberWithAnotherApproach
(int target)
Java/PalindromeNumber.java:14
MethodisSafe
C++/N-Queens.cpp:7
Functionmain
inversion_count.cpp:62
Functionmain
TIC TAC TOE PROJECT.cpp:150
← previousnext →201–300 of 430, ranked by callers