MCPcopy Create free account

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

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

↓ 1 callersFunctioncheckdiskspace
(passfilelength)
33. Python Programs/password generator.py:55
↓ 1 callersFunctioncherry_picker
So the idea here is instead of doing 1 traversal form (0,0)->(n-1,n-1) and then 1 traversal from (n-1,n-1)->(0,0) We will do 2 traversals independ
20. Dynamic Programming/cherryPickUp.cpp:7
↓ 1 callersFunctioncipherText
This function returns the encrypted text generated with the help of the key
24. Cryptography/vigenere_cipher.cpp:25
↓ 1 callersFunctioncipher_text
()
24. Cryptography/Affine_Cipher.py:3
↓ 1 callersFunctioncipher_text
()
24. Cryptography/Multiplicative_Cipher.py:4
↓ 1 callersMethodcircularSubarraySum
arr: input array num: size of array Function to find maximum circular subarray sum.
04. Arrays/maximum_circular_subarray_sum_prob.cpp:13
↓ 1 callersFunctionclickHandler
(i)
37. Projects/Javascript Puzzle Memory Game/script.js:64
↓ 1 callersFunctioncnoe
10. Linked List/cpp/BasicoperationsonDLL.cpp:39
↓ 1 callersFunctioncocktailSort
(a)
06. Sorting/Cocktail_Sort.py:4
↓ 1 callersFunctioncocktailSort
(a)
06. Sorting/cocktail_sort.py:4
↓ 1 callersFunctioncoins
20. Dynamic Programming/MakeAChange.c:4
↓ 1 callersFunctioncolor_graph
17. Graph/Check_Bipartite_DFS.cpp:33
↓ 1 callersFunctioncolouring
17. Graph/bipartite_using_dfs.cpp:28
↓ 1 callersFunctioncombinationSum3
04. Arrays/13_Combination Sum.cpp:81
↓ 1 callersFunctioncombine
22. Segment Tree/max sum subarray from l to r.cpp:61
↓ 1 callersFunctioncompAndSwap
(a, i, j, dire)
06. Sorting/bitonicsort.py:7
↓ 1 callersMethodcompAndSwap
(int a[], int i, int j, int dir)
06. Sorting/BitonicSort.java:7
↓ 1 callersMethodcomplexNumberMultiply
27. LeetCode Problems/Complex_Number_Multiplication.cpp:15
↓ 1 callersMethodcomplexNumberMultiply
27. LeetCode Problems/complex_number_multiplication.cpp:15
↓ 1 callersFunctioncomputeFortune
30. CPP Programs/fortune-teller.cpp:126
↓ 1 callersFunctioncomputeLPSArray
(patt, x, lps)
31. Pattern Problems/Python Patterns/KMP_Algo.py:30
↓ 1 callersFunctioncomputeLPSArray
09. String/KMP_Algorithm.cpp:4
↓ 1 callersFunctioncomputeLPSArray
09. String/kmp_algo_string_pattern_match.cpp:37
↓ 1 callersMethodcomputeSize
(int nodei, Node[] nodes, int[] size)
27. LeetCode Problems/2049. Count Nodes With the Highest Score.java:33
↓ 1 callersFunctioncomputeZodiac
30. CPP Programs/fortune-teller.cpp:33
↓ 1 callersFunctioncomputerMove
()
33. Python Programs/tic_tac_toe.py:56
↓ 1 callersMethodcomputerMove
(self, letter='X')
37. Projects/tic_tac_toe_AI.py:151
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class5.java:25
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class4.java:25
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class7.java:25
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class6.java:25
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class2.java:25
↓ 1 callersMethodconstruct
(int[] arr)
14. Tree/Class3.java:25
↓ 1 callersFunctioncontainzero
01. Mathematics/SPOJ seive.cpp:3
↓ 1 callersFunctioncontainzero
01. Mathematics/SPOJ vext8.cpp:3
↓ 1 callersFunctioncontainzero
01. Mathematics/number contains zero.cpp:4
↓ 1 callersFunctionconvert
09. String/5_ZigZag Conversion.cpp:48
↓ 1 callersMethodconvertToWave
arr: input array n: size of array Function to sort the array into a wave-like array.
04. Arrays/Wave Array.cpp:11
↓ 1 callersFunctionconvexHullJarvisMarch
30. CPP Programs/Geometry/ConvexHull.cpp:51
↓ 1 callersFunctioncount
()
33. Python Programs/stopwatch.py:9
↓ 1 callersMethodcount
10. Linked List/cpp/linkedlist.cpp:35
↓ 1 callersFunctioncountBracketReversals
11. Stack/Minimumbracketreversal.cpp:9
↓ 1 callersMethodcountFriendsPairings
Function to return the total number of ways in which 'n' friends can remain single or can be paired up.
20. Dynamic Programming/Friend_Pairing._Problem.cpp:13
↓ 1 callersFunctioncountPS
20. Dynamic Programming/Count Palindromic Subsequences.cpp:16
↓ 1 callersFunctioncountPathMaze
03. Recursion/count_possible_paths_in_a_maze.cpp:9
↓ 1 callersMethodcountSetBits
(self,n)
01. Mathematics/TotalSetBits.py:3
↓ 1 callersFunctioncountSort
A function to do counting sort of arr[] according to the digit represented by exp.
06. Sorting/Radix_sort.cpp:17
↓ 1 callersFunctioncountSort
04. Arrays/RadixSort.cpp:17
↓ 1 callersMethodcountSort
(int arr[], int n, int exp)
06. Sorting/Radix_sort.java:19
↓ 1 callersMethodcountTriplet
04. Arrays/count-triplet-with-equal-sum.cpp:11
↓ 1 callersMethodcountWays
20. Dynamic Programming/stringSubsequence.cpp:8
↓ 1 callersMethodcountZeroes
04. Arrays/Count the zeroes.cpp:64
↓ 1 callersFunctioncount_full_nodes
(root)
14. Tree/count_full_nodes.py:11
↓ 1 callersFunctioncount_list
10. Linked List/cpp/LinkedListOperations.cpp:115
↓ 1 callersFunctioncountdown
(time_sec)
33. Python Programs/CountdownTimer.py:3
↓ 1 callersFunctioncounter_label
(label)
33. Python Programs/stopwatch.py:8
↓ 1 callersFunctioncountingSort
06. Sorting/Counting_Sort_CPP.cpp:6
↓ 1 callersFunctioncountingSort
07. Matrix/countsort.c:5
↓ 1 callersFunctioncounting_sort
(list_vals, n, place)
06. Sorting/RadixSort.py:1
↓ 1 callersFunctioncountnndSay
Returns n'th term in look-and-say sequence
27. LeetCode Problems/count and say problem.cpp:5
↓ 1 callersFunctioncountnodes
10. Linked List/c lang/Implementation Of Circular Linked List.c:120
↓ 1 callersFunctioncountsub
03. Recursion/subset-sum-using-recursion.cpp:5
↓ 1 callersFunctioncreate
14. Tree/height_of_a_binary_tree.cpp:17
↓ 1 callersFunctioncreate
10. Linked List/cpp/BasicoperationsonDLL.cpp:16
↓ 1 callersFunctioncreate
10. Linked List/cpp/Checking if Linked List is sorted.cpp:14
↓ 1 callersFunctioncreate
10. Linked List/c lang/all_func.c:70
↓ 1 callersFunctioncreate
10. Linked List/c lang/DoublyLinkedList/doubly-linked-list.c:66
↓ 1 callersFunctioncreate
15. Binary Search Tree/BST_Traversals_MaxMin_Nodes.cpp:75
↓ 1 callersMethodcreateCDLL
(self, nodeValue)
10. Linked List/CircularDoublyLinkedList.py:22
↓ 1 callersMethodcreateCSLL
(self, nodeValue)
10. Linked List/CircurlarSinglyLinkedList.py:22
↓ 1 callersMethodcreateDLL
(self, nodeValue)
10. Linked List/DoublyLinkedList.py:20
↓ 1 callersFunctioncreateGraph
Creates a graph with V vertices and E edges
17. Graph/kragers.c:117
↓ 1 callersFunctioncreateGraph
17. Graph/Kruskal's Algo.c:18
↓ 1 callersFunctioncreateGraph
17. Graph/C/DFS.c:75
↓ 1 callersFunctioncreateGraph
17. Graph/C/BFS.c:69
↓ 1 callersFunctioncreateIntArray
(arr)
04. Arrays/createIntArray.js:1
↓ 1 callersMethodcreateMaxHeap
(int arr[], int heap[], int heapSize, int n)
06. Sorting/HeapSort.java:4
↓ 1 callersFunctioncreateQueue
17. Graph/C/BFS.c:116
↓ 1 callersFunctioncreateStack
17. Graph/C/DFS.c:119
↓ 1 callersFunctioncreate_dll
10. Linked List/cpp/Doubly Linked List.cpp:14
↓ 1 callersFunctioncreate_new_node
10. Linked List/c lang/multiply_transpose_sparse_matrix.c:15
↓ 1 callersFunctioncreatecombs
(words,i)
33. Python Programs/password generator.py:45
↓ 1 callersMethodcreatelist
10. Linked List/DoublyLinkedList/Insertion_in_Doublylinkedlist.cpp:56
↓ 1 callersFunctioncreatell
10. Linked List/cpp/Searching in linked list.cpp:12
↓ 1 callersFunctioncredit
37. Projects/salaryManagement.c:131
↓ 1 callersFunctioncross
30. CPP Programs/Geometry/ConvexHull.cpp:28
↓ 1 callersMethodcustomerData
()
32. Java Programs/hotelManagement.java:21
↓ 1 callersFunctioncycle
17. Graph/cycledetectionDGdfs.cpp:10
↓ 1 callersFunctioncycle
17. Graph/cycledetectionUGbfs.cpp:10
↓ 1 callersFunctioncycle
17. Graph/cycledetectionUGdfs.cpp:12
↓ 1 callersMethodcycleSort
(int[] arr)
06. Sorting/CycleSortInJava.java:10
↓ 1 callersFunctioncycledetection
17. Graph/cycledetectionUGbfs.cpp:36
↓ 1 callersFunctiondailyTemperatures
11. Stack/Daily_Temperatures.cpp:8
↓ 1 callersFunctiondeSerialize
14. Tree/serialize-deserialize-tree.cpp:26
↓ 1 callersFunctiondecodeString
11. Stack/DecodeString.cpp:20
↓ 1 callersMethoddecodeWays
(String s, int start, int len)
27. LeetCode Problems/DecodeWays.java:17
↓ 1 callersFunctiondecomposeTree
01. Mathematics/centroid-decomposition.cpp:91
↓ 1 callersFunctiondecrypt
(cipher_text, key=None)
24. Cryptography/Additive_Cipher.py:4
↓ 1 callersFunctiondecrypt
(private_key, cipherText)
24. Cryptography/RSA_Enc_Dec.py:107
↓ 1 callersFunctiondecryption
()
24. Cryptography/Affine_Cipher.py:23
← previousnext →801–900 of 4,122, ranked by callers