Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdarshAddee/Hacktoberfest2022_for_Beginers
/ functions
Functions
146 in github.com/AdarshAddee/Hacktoberfest2022_for_Beginers
⨍
Functions
146
◇
Types & classes
19
↓ 9 callers
Function
disp
C/dsa_polynomial_Parnani.c:126
↓ 9 callers
Function
initpoly
C/dsa_polynomial_Parnani.c:87
↓ 6 callers
Function
accept
C/dsa_polynomial_Parnani.c:117
↓ 4 callers
Function
insert
C++/XOR LL.cpp:19
↓ 4 callers
Function
search
C++/Trie.cpp:45
↓ 3 callers
Function
merge
C++/create_segment_tree.cpp:27
↓ 3 callers
Function
msg_to_bin
(msg)
Python/Steganography.py:9
↓ 3 callers
Function
update
C++/create_segment_tree.cpp:52
↓ 2 callers
Function
Xor
C++/XOR LL.cpp:13
↓ 2 callers
Function
display
Function to print array
C++/Heap sort by suraj.cpp:47
↓ 2 callers
Function
display_hangman
(tries)
Python/hangman.py:60
↓ 2 callers
Method
draw_board
(self)
Python/tic_tac_toe_game.py:20
↓ 2 callers
Method
game_status
(self)
Python/tic_tac_toe_game.py:75
↓ 2 callers
Function
getNode
C++/Trie.cpp:17
↓ 2 callers
Function
get_word
()
Python/hangman.py:5
↓ 2 callers
Function
heapify
C++/Heap sort by suraj.cpp:5
↓ 2 callers
Method
inorderTraversal
(Node node)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:99
↓ 2 callers
Function
play
(word)
Python/hangman.py:10
↓ 2 callers
Method
printArr
(int a[])
Java/InsertionSort.java:20
↓ 2 callers
Function
printArray
C/BubbleSort.c:5
↓ 1 callers
Function
BlackJack
()
Python/BlackjackCapstoneGame.py:5
↓ 1 callers
Function
BubbleSort
C/BubbleSort.c:14
↓ 1 callers
Function
KMPSearch
Prints occurrences of txt[] in pat[]
C++/kmp_algotihm.cpp:7
↓ 1 callers
Function
TOH
C++/Tower of Hanoi By Suraj.cpp:4
↓ 1 callers
Function
Taylor_exponential
C/Taylor Series.c:4
↓ 1 callers
Function
add
C/dsa_polynomial_Parnani.c:93
↓ 1 callers
Function
binarySearch
C++/Binary Search By Suraj.cpp:4
↓ 1 callers
Function
bucketSort
Function to sort arr[] of size n using bucket sort
C++/bucketSort.cpp:14
↓ 1 callers
Function
build
C++/create_segment_tree.cpp:34
↓ 1 callers
Function
button
(text,l,m)
Python/GUI_calculator.py:45
↓ 1 callers
Method
calculateFactorial
C++/factorial.cpp:15
↓ 1 callers
Method
calculateSize
(Node node)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:48
↓ 1 callers
Function
calculate_hcf
(x, y)
Python/common_factor.py:2
↓ 1 callers
Function
character
(n)
Python/character_pattern.py:15
↓ 1 callers
Method
characterCount
(String inputString)
Java/OccurenceOfCharInString.java:5
↓ 1 callers
Function
checkHostEntry
Returns host information corresponding to host name
C/print ip address and hostname.c:24
↓ 1 callers
Function
checkHostName
Returns hostname for the local computer
C/print ip address and hostname.c:14
↓ 1 callers
Function
computeLPSArray
Fills lps[] for given pattern pat[0..M-1]
C++/kmp_algotihm.cpp:45
↓ 1 callers
Method
convertBTBST
(Node node)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:30
↓ 1 callers
Method
convertBTtoArray
(Node node)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:60
↓ 1 callers
Function
count
(number)
Python/loading_on_python.py:18
↓ 1 callers
Function
countSort
The main function that sort the given string arr[] in alphabetical order
C++/Counting_sort.cpp:10
↓ 1 callers
Method
createBST
(int start, int end)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:78
↓ 1 callers
Function
decidewinner
(humanChoice,botChoice)
Game/Rock_Paper_Scissors/script.js:23
↓ 1 callers
Function
decodeText
()
Python/Steganography.py:107
↓ 1 callers
Function
dfs
C++/Connected_components.cpp:44
↓ 1 callers
Function
dijkstra
C++/Dijkstra’s shortest path algorithm by Suraj.cpp:14
↓ 1 callers
Function
display
declaration of display function
C/selection_sort.c:11
↓ 1 callers
Function
encodeText
()
Python/Steganography.py:84
↓ 1 callers
Function
fact
github username navdeepk037 https://github.com/navdeepk037
C++/factorialprogram.cpp:4
↓ 1 callers
Function
finalmessage
([yourscore,botscore])
Game/Rock_Paper_Scissors/script.js:36
↓ 1 callers
Function
frontend
(humanImageChoice,botImageChoice,finalmessage)
Game/Rock_Paper_Scissors/script.js:48
↓ 1 callers
Function
get_password_leaks_count
(hashes, hash_to_check)
Python/checkpass.py:13
↓ 1 callers
Function
heapSort
C++/Heap sort by suraj.cpp:29
↓ 1 callers
Function
hide_data
(img, secret_msg)
Python/Steganography.py:20
↓ 1 callers
Function
insert
C++/Trie.cpp:29
↓ 1 callers
Method
insert
(int a[])
Java/InsertionSort.java:4
↓ 1 callers
Function
inside
(head)
Python/snakegame.py:12
↓ 1 callers
Function
isPowerOf2
C++/Power_of_2.cpp:7
↓ 1 callers
Function
main
()
Python/BlackjackCapstoneGame.py:58
↓ 1 callers
Function
main
(args)
Python/checkpass.py:25
↓ 1 callers
Function
main
()
Python/hangman.py:135
↓ 1 callers
Method
maxSubarraySum
C++/Kadanes_Algorithm.cpp:18
↓ 1 callers
Function
merge_sort
C++/Merge_sort.cpp:39
↓ 1 callers
Function
merging
C++/Merge_sort.cpp:8
↓ 1 callers
Function
multi
C/dsa_polynomial_Parnani.c:109
↓ 1 callers
Function
numberToChoice
(number)
Game/Rock_Paper_Scissors/script.js:19
↓ 1 callers
Function
partition
(A, low, high)
Python/QuickSort.py:3
↓ 1 callers
Method
partition
(int[] arr, int si, int ei)
Java/QuickSort.java:8
↓ 1 callers
Method
paths
(long a[][], long N, long M)
Java/CountingTheNumberOfPathsToReachFrom1ToN.java:47
↓ 1 callers
Method
play
(self)
Python/tic_tac_toe_game.py:47
↓ 1 callers
Function
printList
C++/XOR LL.cpp:37
↓ 1 callers
Method
printMat
(long[][] m)
Java/CountingTheNumberOfPathsToReachFrom1ToN.java:39
↓ 1 callers
Function
pwned_api_check
(password)
Python/checkpass.py:19
↓ 1 callers
Function
query
C++/create_segment_tree.cpp:79
↓ 1 callers
Method
quickSort
(int[] arr, int si, int ei)
Java/QuickSort.java:29
↓ 1 callers
Function
quicksort
(A, low, high)
Python/QuickSort.py:20
↓ 1 callers
Function
radixsort
(A)
Python/RadixSort.py:3
↓ 1 callers
Function
randToRpsInt
()
Game/Rock_Paper_Scissors/script.js:15
↓ 1 callers
Function
request_api_data
(query_char)
Python/checkpass.py:7
↓ 1 callers
Function
reverse
C++/Reverse_integer.cpp:6
↓ 1 callers
Function
rule
C++/Rock, Paper and Scissors Game By Suraj.cpp:6
↓ 1 callers
Function
search
Searches the element x in mat[][]. If the element is found, then prints its position and returns true, otherwise prints "not found" and returns false
C++/Search_a_2D_Matrix.cpp:11
↓ 1 callers
Function
selection_sort
declaration of funtion :- selection sort
C/selection_sort.c:20
↓ 1 callers
Method
set_value
(self, position, t)
Python/tic_tac_toe_game.py:32
↓ 1 callers
Method
show
C++/factorial.cpp:35
↓ 1 callers
Function
show_data
(img)
Python/Steganography.py:58
↓ 1 callers
Function
shownum
(i)
Python/Print 1 to 100 without numbers.py:6
↓ 1 callers
Function
steganography
()
Python/Steganography.py:120
↓ 1 callers
Function
sub
C/dsa_polynomial_Parnani.c:101
Method
ConvertBTtoBST
()
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:25
Method
Node
(int data)
Java/convert-Binary_Tree-to-Binary_Search_Tree/InnocentDaksh63.java:11
Method
__init__
(self)
Python/tic_tac_toe_game.py:10
Function
animate
()
Python/loading_on_python.py:10
Function
change
(x,y)
Python/snakegame.py:8
Function
checkIPbuffer
Converts space-delimited IPv4 addresses to dotted-decimal format
C/print ip address and hostname.c:35
Function
click
(event)
Python/GUI_calculator.py:13
Method
getIntersectionNode
C++/intersection-of-two-linked-lists.cpp:18
Function
main
C++/Rock, Paper and Scissors Game By Suraj.cpp:31
Function
main
C++/Kadanes_Algorithm.cpp:39
next →
1–100 of 146, ranked by callers