Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rishabh062/Hacktoberfest2021
/ functions
Functions
430 in github.com/Rishabh062/Hacktoberfest2021
⨍
Functions
430
◇
Types & classes
64
↓ 1 callers
Function
checkWinCondition
TIC TAC TOE PROJECT.cpp:69
↓ 1 callers
Function
choiceToCords
TIC TAC TOE PROJECT.cpp:60
↓ 1 callers
Method
cocktailSort
(int a[])
Java/CocktailSort.java:4
↓ 1 callers
Function
coinChange
C++/Coin_Change.cpp:15
↓ 1 callers
Function
constructST
Function to construct segment tree from given array. This function allocates memory for segment tree and calls constructSTUtil() to fill the allocated
C++/Segment_Tree.cpp:115
↓ 1 callers
Function
constructSTUtil
A recursive function that constructs Segment Tree for array[ss..se]. si is index of current node in segment tree st
C++/Segment_Tree.cpp:94
↓ 1 callers
Function
contains
Find if key is in array * Returns: True if key belongs to array, * False if key doesn't belong to array */
C++/binarytreeVariant.cpp:12
↓ 1 callers
Function
convertMaxHeap
C++/Min_heap_to_Max_heap.cpp:20
↓ 1 callers
Function
count
C++/CoinChange.cpp:17
↓ 1 callers
Function
countSort
C/countSort.c:21
↓ 1 callers
Function
countTriplets
C++/three-pointers.cpp:13
↓ 1 callers
Function
count_substring
(string, sub_string)
HackerRank-Python-main/Find a String.py:1
↓ 1 callers
Function
countingsort
C++/radix_sort.cpp:21
↓ 1 callers
Function
create
C++/element_deletion_from_begining_singly_linked_list.cpp:49
↓ 1 callers
Function
createBoard
TIC TAC TOE PROJECT.cpp:7
↓ 1 callers
Method
createHeap
(T[] unsorted)
Java/HeapSort.java:52
↓ 1 callers
Function
createUser
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:260
↓ 1 callers
Function
currentTime
()
javascript/clock.js:1
↓ 1 callers
Function
delete
C/queue_implement.c:61
↓ 1 callers
Function
deleteq
C/Circular_Queue.c:83
↓ 1 callers
Function
dequeue
Deletion in queue
C/Queue.c:36
↓ 1 callers
Function
dfs
Yes or No, whether graph is Bipartite or Not
C++/Bipartite_Graph.cpp:36
↓ 1 callers
Function
dfs_helper
C++/Bipartite_Graph.cpp:17
↓ 1 callers
Method
dijkstra
(List<List<Node>> adj,int src)
Java/graphs/DPQ.java:29
↓ 1 callers
Function
disp
C/Doubly_linked_list_all_operation.c:146
↓ 1 callers
Function
display
C/queue_implement.c:75
↓ 1 callers
Function
display
C/Circular_Queue.c:63
↓ 1 callers
Method
e_Neighbours
(int u)
Java/graphs/DPQ.java:52
↓ 1 callers
Function
eiler
(p, q)
Python/rsa_encryption_algorithm.py:11
↓ 1 callers
Function
email
(usermail,password,clientemail)
Web_scraping.py:43
↓ 1 callers
Function
emplist
C/Doubly_linked_list_all_operation.c:77
↓ 1 callers
Function
encrypt_string
($string)
php/encrypt.php:3
↓ 1 callers
Function
end
C/Doubly_linked_list_all_operation.c:98
↓ 1 callers
Function
ext_evcl
(n_e, e)
Python/rsa_encryption_algorithm.py:29
↓ 1 callers
Method
factorial
(int num)
Java/Factorial.java:3
↓ 1 callers
Function
fetchPlayers
TIC TAC TOE PROJECT.cpp:137
↓ 1 callers
Function
findCelebrity
C++/celebrity problem.cpp:17
↓ 1 callers
Function
findRepeating
using bitwise operator xor x^x = 0 0^x = x
C++/duplicate_element_in_array.cpp:12
↓ 1 callers
Function
find_nth_term
HackerRank-C-main/Calculate the Nth term.c:7
↓ 1 callers
Function
first
Find first occurrence index of key in array * Returns: an index in range [0, n-1] if key belongs * to array, -1 if key doesn't belong to array */
C++/binarytreeVariant.cpp:50
↓ 1 callers
Function
flipBits
C++/flip_bits.cpp:9
↓ 1 callers
Function
game
()
Python/File_handling.py:3
↓ 1 callers
Function
getSumUtil
A recursive function to get the sum of values in the given range of the array. The following are parameters for this function. st --> Pointe
C++/Segment_Tree.cpp:16
↓ 1 callers
Function
get_truncated_quotient_using_bit_magic
WE WILL USE BIT MANIPULATION HERE TO SOLVE THIS PROBLEM
C++/divide_two_integers_bit_manipulation.cpp:15
↓ 1 callers
Function
get_volume
HackerRank-C-main/Boxes through a Tunnel.c:13
↓ 1 callers
Function
getmax
time complexity Od(n+k) space complexity O(n+k) k is range of input d is the number of digits in largest number
C++/radix_sort.cpp:14
↓ 1 callers
Function
greatestlesser
Find index of last occurrence of greatest element less than key in array * Returns: an index in range [0, n-1] if key is not the least element in a
C++/binarytreeVariant.cpp:176
↓ 1 callers
Function
heapSort
main function to do heap sort
C++/Heap sort.cpp:31
↓ 1 callers
Function
hourglassSum
(arr)
HackerRank-Python-main/hourglass_sum.py:11
↓ 1 callers
Function
initialize
C++/graph_ds.cpp:4
↓ 1 callers
Function
insert
C/queue_implement.c:44
↓ 1 callers
Function
insertionSort
(arr)
Python/insertion_sort.py:2
↓ 1 callers
Function
insertq
C/Circular_Queue.c:40
↓ 1 callers
Function
isEmpty
Check whether queue is empty
C/Queue.c:19
↓ 1 callers
Function
isFull
Check whether queue is full
C/Queue.c:12
↓ 1 callers
Method
isPalindromeNumber
(int target)
Java/PalindromeNumber.java:4
↓ 1 callers
Function
isSubsetSum
C++/SubsetSum.cpp:23
↓ 1 callers
Function
is_leap
(year)
HackerRank-Python-main/Write a function.py:1
↓ 1 callers
Function
is_lower_than_max_height
HackerRank-C-main/Boxes through a Tunnel.c:18
↓ 1 callers
Function
job
(searchString)
Web_scraping.py:16
↓ 1 callers
Function
jobScheduling
C++/Max_profit.cpp:10
↓ 1 callers
Function
labelBoard
TIC TAC TOE PROJECT.cpp:21
↓ 1 callers
Function
last
Find last occurrence index of key in array * Returns: an index in range [0, n-1] if key belongs to array, * -1 if key doesn't belong to array */
C++/binarytreeVariant.cpp:91
↓ 1 callers
Function
lcs
Returns length of LCS for X, Y */
C++/LongestCommonSubsequence.cpp:10
↓ 1 callers
Function
leastgreater
Find index of first occurrence of least element greater than key in array * Returns: an index in range [0, n-1] if key is not the greatest element
C++/binarytreeVariant.cpp:133
↓ 1 callers
Function
linconv
(f, a)
Python/pareto_optimal_vectors_search.py:56
↓ 1 callers
Function
linear_Search
(list1, n, key)
Python/linear_search.py:1
↓ 1 callers
Function
lis
lis() returns the LIS */
C++/LongestIncreasingSubsequence.cpp:11
↓ 1 callers
Function
loadFiles
==========================================================*/
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:87
↓ 1 callers
Function
main
C/Queue.c:54
↓ 1 callers
Function
main_job
(year,month,date,hour,minute,second,name,username,password,clientmail)
Web_scraping.py:60
↓ 1 callers
Function
mainmenu
C/Typing Tutor Project in C/Typing Tutor Coding/TT.C:126
↓ 1 callers
Function
makeBeautiful
C++/beautiful_string.cpp:12
↓ 1 callers
Function
marks_summation
HackerRank-C-main/Students Marks Sum.c:8
↓ 1 callers
Method
maxMeetings
C++/N meetings in room.cpp:13
↓ 1 callers
Method
maxMeetings
Function to find the maximum number of meetings that can be performed in a meeting room.
C++/Activity_selection_greedy.cpp:31
↓ 1 callers
Function
maxProfit
C++/bestTime ToBuyAndSellStock.cpp:5
↓ 1 callers
Function
maxSubArraySum
(a, size)
javascript/kadanes_algorithm.js:1
↓ 1 callers
Method
maxSubarraySum
arr: input array n: size of array Function to find the sum of contiguous subarray with maximum sum.
C++/Kadane's_Algorithm.cpp:13
↓ 1 callers
Function
max_of_four
Add `int max_of_four(int a, int b, int c, int d)` here. */
HackerRank-C-main/Functions in C.c:5
↓ 1 callers
Function
maximum
C/countSort.c:12
↓ 1 callers
Function
maxmin
(f, a)
Python/pareto_optimal_vectors_search.py:69
↓ 1 callers
Function
merge
inversion_count.cpp:3
↓ 1 callers
Function
merge
C++/Merge Sorted Array.cpp:35
↓ 1 callers
Function
merge
C/mergeSort.c:10
↓ 1 callers
Function
mergeSort
low is for left index and high is right index of the sub-array of A to be sorted
C/mergeSort.c:42
↓ 1 callers
Function
mergesort
inversion_count.cpp:48
↓ 1 callers
Method
minDistance
C++/minOperations.cpp:7
↓ 1 callers
Function
min_trial_using_memoized_recursive_method
I have taken size of vector as 500, it can be changed as per requirement!
C++/egg_dropping_problem.cpp:44
↓ 1 callers
Function
min_trial_using_recursive_method
C++/egg_dropping_problem.cpp:19
↓ 1 callers
Function
min_trial_using_tabulation_method
C++/egg_dropping_problem.cpp:72
↓ 1 callers
Function
momgean_shuffle
(new_msg)
Python/mongean.py:7
↓ 1 callers
Function
mutate_string
(string, position, character)
HackerRank-Python-main/Mutations.py:1
↓ 1 callers
Method
negPow
(double x, int n)
BinaryExponentiation.java:25
↓ 1 callers
Function
newNode
Helper function that allocates a new node with the given data and NULL left and right pointers. */
C/BinarySearchTraversal.c:15
↓ 1 callers
Function
nposition
C/Doubly_linked_list_all_operation.c:114
↓ 1 callers
Function
pareto
(arr)
Python/pareto_optimal_vectors_search.py:32
↓ 1 callers
Function
partition
C/quickSort.c:10
↓ 1 callers
Function
partition
C/randomizedQuickSort.c:32
↓ 1 callers
Function
performSwap
Function to perform the swapping of matrix elements in clockwise manner
C++/Rotate_Matrix_Except_Diagonals.cpp:26
← previous
next →
101–200 of 430, ranked by callers