Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ functions
Functions
4,122 in github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
⨍
Functions
4,122
◇
Types & classes
941
↳
Endpoints
3
↓ 1 callers
Function
checkdiskspace
(passfilelength)
33. Python Programs/password generator.py:55
↓ 1 callers
Function
cherry_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 callers
Function
cipherText
This function returns the encrypted text generated with the help of the key
24. Cryptography/vigenere_cipher.cpp:25
↓ 1 callers
Function
cipher_text
()
24. Cryptography/Affine_Cipher.py:3
↓ 1 callers
Function
cipher_text
()
24. Cryptography/Multiplicative_Cipher.py:4
↓ 1 callers
Method
circularSubarraySum
arr: input array num: size of array Function to find maximum circular subarray sum.
04. Arrays/maximum_circular_subarray_sum_prob.cpp:13
↓ 1 callers
Function
clickHandler
(i)
37. Projects/Javascript Puzzle Memory Game/script.js:64
↓ 1 callers
Function
cnoe
10. Linked List/cpp/BasicoperationsonDLL.cpp:39
↓ 1 callers
Function
cocktailSort
(a)
06. Sorting/Cocktail_Sort.py:4
↓ 1 callers
Function
cocktailSort
(a)
06. Sorting/cocktail_sort.py:4
↓ 1 callers
Function
coins
20. Dynamic Programming/MakeAChange.c:4
↓ 1 callers
Function
color_graph
17. Graph/Check_Bipartite_DFS.cpp:33
↓ 1 callers
Function
colouring
17. Graph/bipartite_using_dfs.cpp:28
↓ 1 callers
Function
combinationSum3
04. Arrays/13_Combination Sum.cpp:81
↓ 1 callers
Function
combine
22. Segment Tree/max sum subarray from l to r.cpp:61
↓ 1 callers
Function
compAndSwap
(a, i, j, dire)
06. Sorting/bitonicsort.py:7
↓ 1 callers
Method
compAndSwap
(int a[], int i, int j, int dir)
06. Sorting/BitonicSort.java:7
↓ 1 callers
Method
complexNumberMultiply
27. LeetCode Problems/Complex_Number_Multiplication.cpp:15
↓ 1 callers
Method
complexNumberMultiply
27. LeetCode Problems/complex_number_multiplication.cpp:15
↓ 1 callers
Function
computeFortune
30. CPP Programs/fortune-teller.cpp:126
↓ 1 callers
Function
computeLPSArray
(patt, x, lps)
31. Pattern Problems/Python Patterns/KMP_Algo.py:30
↓ 1 callers
Function
computeLPSArray
09. String/KMP_Algorithm.cpp:4
↓ 1 callers
Function
computeLPSArray
09. String/kmp_algo_string_pattern_match.cpp:37
↓ 1 callers
Method
computeSize
(int nodei, Node[] nodes, int[] size)
27. LeetCode Problems/2049. Count Nodes With the Highest Score.java:33
↓ 1 callers
Function
computeZodiac
30. CPP Programs/fortune-teller.cpp:33
↓ 1 callers
Function
computerMove
()
33. Python Programs/tic_tac_toe.py:56
↓ 1 callers
Method
computerMove
(self, letter='X')
37. Projects/tic_tac_toe_AI.py:151
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class5.java:25
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class4.java:25
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class7.java:25
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class6.java:25
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class2.java:25
↓ 1 callers
Method
construct
(int[] arr)
14. Tree/Class3.java:25
↓ 1 callers
Function
containzero
01. Mathematics/SPOJ seive.cpp:3
↓ 1 callers
Function
containzero
01. Mathematics/SPOJ vext8.cpp:3
↓ 1 callers
Function
containzero
01. Mathematics/number contains zero.cpp:4
↓ 1 callers
Function
convert
09. String/5_ZigZag Conversion.cpp:48
↓ 1 callers
Method
convertToWave
arr: input array n: size of array Function to sort the array into a wave-like array.
04. Arrays/Wave Array.cpp:11
↓ 1 callers
Function
convexHullJarvisMarch
30. CPP Programs/Geometry/ConvexHull.cpp:51
↓ 1 callers
Function
count
()
33. Python Programs/stopwatch.py:9
↓ 1 callers
Method
count
10. Linked List/cpp/linkedlist.cpp:35
↓ 1 callers
Function
countBracketReversals
11. Stack/Minimumbracketreversal.cpp:9
↓ 1 callers
Method
countFriendsPairings
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 callers
Function
countPS
20. Dynamic Programming/Count Palindromic Subsequences.cpp:16
↓ 1 callers
Function
countPathMaze
03. Recursion/count_possible_paths_in_a_maze.cpp:9
↓ 1 callers
Method
countSetBits
(self,n)
01. Mathematics/TotalSetBits.py:3
↓ 1 callers
Function
countSort
A function to do counting sort of arr[] according to the digit represented by exp.
06. Sorting/Radix_sort.cpp:17
↓ 1 callers
Function
countSort
04. Arrays/RadixSort.cpp:17
↓ 1 callers
Method
countSort
(int arr[], int n, int exp)
06. Sorting/Radix_sort.java:19
↓ 1 callers
Method
countTriplet
04. Arrays/count-triplet-with-equal-sum.cpp:11
↓ 1 callers
Method
countWays
20. Dynamic Programming/stringSubsequence.cpp:8
↓ 1 callers
Method
countZeroes
04. Arrays/Count the zeroes.cpp:64
↓ 1 callers
Function
count_full_nodes
(root)
14. Tree/count_full_nodes.py:11
↓ 1 callers
Function
count_list
10. Linked List/cpp/LinkedListOperations.cpp:115
↓ 1 callers
Function
countdown
(time_sec)
33. Python Programs/CountdownTimer.py:3
↓ 1 callers
Function
counter_label
(label)
33. Python Programs/stopwatch.py:8
↓ 1 callers
Function
countingSort
06. Sorting/Counting_Sort_CPP.cpp:6
↓ 1 callers
Function
countingSort
07. Matrix/countsort.c:5
↓ 1 callers
Function
counting_sort
(list_vals, n, place)
06. Sorting/RadixSort.py:1
↓ 1 callers
Function
countnndSay
Returns n'th term in look-and-say sequence
27. LeetCode Problems/count and say problem.cpp:5
↓ 1 callers
Function
countnodes
10. Linked List/c lang/Implementation Of Circular Linked List.c:120
↓ 1 callers
Function
countsub
03. Recursion/subset-sum-using-recursion.cpp:5
↓ 1 callers
Function
create
14. Tree/height_of_a_binary_tree.cpp:17
↓ 1 callers
Function
create
10. Linked List/cpp/BasicoperationsonDLL.cpp:16
↓ 1 callers
Function
create
10. Linked List/cpp/Checking if Linked List is sorted.cpp:14
↓ 1 callers
Function
create
10. Linked List/c lang/all_func.c:70
↓ 1 callers
Function
create
10. Linked List/c lang/DoublyLinkedList/doubly-linked-list.c:66
↓ 1 callers
Function
create
15. Binary Search Tree/BST_Traversals_MaxMin_Nodes.cpp:75
↓ 1 callers
Method
createCDLL
(self, nodeValue)
10. Linked List/CircularDoublyLinkedList.py:22
↓ 1 callers
Method
createCSLL
(self, nodeValue)
10. Linked List/CircurlarSinglyLinkedList.py:22
↓ 1 callers
Method
createDLL
(self, nodeValue)
10. Linked List/DoublyLinkedList.py:20
↓ 1 callers
Function
createGraph
Creates a graph with V vertices and E edges
17. Graph/kragers.c:117
↓ 1 callers
Function
createGraph
17. Graph/Kruskal's Algo.c:18
↓ 1 callers
Function
createGraph
17. Graph/C/DFS.c:75
↓ 1 callers
Function
createGraph
17. Graph/C/BFS.c:69
↓ 1 callers
Function
createIntArray
(arr)
04. Arrays/createIntArray.js:1
↓ 1 callers
Method
createMaxHeap
(int arr[], int heap[], int heapSize, int n)
06. Sorting/HeapSort.java:4
↓ 1 callers
Function
createQueue
17. Graph/C/BFS.c:116
↓ 1 callers
Function
createStack
17. Graph/C/DFS.c:119
↓ 1 callers
Function
create_dll
10. Linked List/cpp/Doubly Linked List.cpp:14
↓ 1 callers
Function
create_new_node
10. Linked List/c lang/multiply_transpose_sparse_matrix.c:15
↓ 1 callers
Function
createcombs
(words,i)
33. Python Programs/password generator.py:45
↓ 1 callers
Method
createlist
10. Linked List/DoublyLinkedList/Insertion_in_Doublylinkedlist.cpp:56
↓ 1 callers
Function
createll
10. Linked List/cpp/Searching in linked list.cpp:12
↓ 1 callers
Function
credit
37. Projects/salaryManagement.c:131
↓ 1 callers
Function
cross
30. CPP Programs/Geometry/ConvexHull.cpp:28
↓ 1 callers
Method
customerData
()
32. Java Programs/hotelManagement.java:21
↓ 1 callers
Function
cycle
17. Graph/cycledetectionDGdfs.cpp:10
↓ 1 callers
Function
cycle
17. Graph/cycledetectionUGbfs.cpp:10
↓ 1 callers
Function
cycle
17. Graph/cycledetectionUGdfs.cpp:12
↓ 1 callers
Method
cycleSort
(int[] arr)
06. Sorting/CycleSortInJava.java:10
↓ 1 callers
Function
cycledetection
17. Graph/cycledetectionUGbfs.cpp:36
↓ 1 callers
Function
dailyTemperatures
11. Stack/Daily_Temperatures.cpp:8
↓ 1 callers
Function
deSerialize
14. Tree/serialize-deserialize-tree.cpp:26
↓ 1 callers
Function
decodeString
11. Stack/DecodeString.cpp:20
↓ 1 callers
Method
decodeWays
(String s, int start, int len)
27. LeetCode Problems/DecodeWays.java:17
↓ 1 callers
Function
decomposeTree
01. Mathematics/centroid-decomposition.cpp:91
↓ 1 callers
Function
decrypt
(cipher_text, key=None)
24. Cryptography/Additive_Cipher.py:4
↓ 1 callers
Function
decrypt
(private_key, cipherText)
24. Cryptography/RSA_Enc_Dec.py:107
↓ 1 callers
Function
decryption
()
24. Cryptography/Affine_Cipher.py:23
← previous
next →
801–900 of 4,122, ranked by callers