Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akshitagit/JavaScript
/ functions
Functions
298 in github.com/akshitagit/JavaScript
⨍
Functions
298
◇
Types & classes
38
↓ 37 callers
Method
push
(element)
DataStructures/Stack.js:22
↓ 15 callers
Method
get
(index)
DataStructures/DoublyLinkedList.js:69
↓ 10 callers
Method
add
(data)
Tree/index.js:18
↓ 8 callers
Method
pop
()
DataStructures/Stack.js:27
↓ 7 callers
Method
fill
(n)
Maths/matrix.js:14
↓ 7 callers
Method
push
(val)
DataStructures/SinglyLinkedList.js:14
↓ 6 callers
Method
get
* Get how many items are there in the collection. * * @param item The key to get the count of the item. * @returns {number} 0 if the it
CollectionCounter/CollectionCounter.js:31
↓ 6 callers
Method
get_pos
(self)
Search/A-Star-GUI/AStarGUI.py:47
↓ 5 callers
Function
getNextWord
(string, i)
Search/Matrix Search/matrixSearch.js:54
↓ 4 callers
Function
PrimeFactors
(number)
Maths/PrimeFactors.js:5
↓ 4 callers
Function
draw
(win, grid, rows, width)
Search/A-Star-GUI/AStarGUI.py:194
↓ 4 callers
Method
is_barrier
(self)
Search/A-Star-GUI/AStarGUI.py:56
↓ 4 callers
Function
min
(i, j)
DynamicProgramming/DeleteOperationsForTwoStrings.js:8
↓ 4 callers
Function
playSound
(sound)
GAMES/Quizzy/src/pages/CreateQuiz.js:6
↓ 4 callers
Method
preorder
(fn, node = this.root)
DataStructures/BinaryTree.js:68
↓ 4 callers
Method
push
(val)
DataStructures/DoublyLinkedList.js:15
↓ 4 callers
Method
shift
()
DataStructures/DoublyLinkedList.js:42
↓ 4 callers
Function
upper
(str)
Strings/LowercaseToUppercase.js:3
↓ 3 callers
Method
get
(index)
DataStructures/SinglyLinkedList.js:64
↓ 3 callers
Function
interpolationSearch
(arr, x)
Algorithms/interpolationSearch.js:32
↓ 3 callers
Method
reverse
()
DataStructures/SinglyLinkedList.js:105
↓ 3 callers
Method
shouldSwap
(childData, parentData)
DataStructures/MinHeap.js:51
↓ 3 callers
Method
shouldSwap
(childData, parentData)
DataStructures/MaxHeap.js:54
↓ 3 callers
Function
showNotes
()
DailyCode/basic todos with localstorage/index.js:33
↓ 3 callers
Method
unshift
(val)
DataStructures/DoublyLinkedList.js:56
↓ 2 callers
Function
a
()
INTERVIEW_QUESTION/Closures+settimeout.js:2
↓ 2 callers
Function
changeAdjacentCell
Algorithms/bombermanGame.cpp:14
↓ 2 callers
Method
genSecret
* @Info Generates a secret string from the mnemoics array * @returns String
Cipher/MnemonicCypher/index.js:42
↓ 2 callers
Function
getQuestionsById
(quizType, quizId)
GAMES/Quizzy/src/firebase/functions.js:31
↓ 2 callers
Function
getQuizzes
(quizType)
GAMES/Quizzy/src/firebase/functions.js:14
↓ 2 callers
Function
get_clicked_pos
(pos, rows, width)
Search/A-Star-GUI/AStarGUI.py:207
↓ 2 callers
Function
h
(p1, p2)
Search/A-Star-GUI/AStarGUI.py:110
↓ 2 callers
Function
handleClick
(loginType)
GAMES/Quizzy/src/pages/Login.js:9
↓ 2 callers
Function
heapify
(arr, N, i)
Sorts/HeapSort.py:7
↓ 2 callers
Function
index
(x)
Cipher/rot13.js:4
↓ 2 callers
Method
insertNode
(node, newNode)
DataStructures/BinaryTree.js:24
↓ 2 callers
Method
make_end
(self)
Search/A-Star-GUI/AStarGUI.py:80
↓ 2 callers
Function
make_grid
(rows, width)
Search/A-Star-GUI/AStarGUI.py:172
↓ 2 callers
Function
max
(i, j)
DynamicProgramming/DeleteOperationsForTwoStrings.js:12
↓ 2 callers
Function
maxSubAraySum
(arr)
Algorithms/maximumCircularSubarraySum.js:28
↓ 2 callers
Function
playSound
(sound)
GAMES/Quizzy/src/pages/Game.js:7
↓ 2 callers
Function
processUser
(user)
DailyCode/furnimart/components/LoginForm/LoginForm.js:56
↓ 2 callers
Function
processUser
(user)
CollectionCounter/furnimart/components/LoginForm/LoginForm.js:56
↓ 2 callers
Function
publishData
()
GAMES/Quizzy/src/pages/Game.js:103
↓ 2 callers
Method
remove
(data)
Tree/index.js:21
↓ 2 callers
Method
secretFromPhrase
* @Info Generates a secret from seed phrase * @param {*} phrase * @returns String
Cipher/MnemonicCypher/index.js:58
↓ 2 callers
Function
solveKnapsack
(profits, weights, capacity)
DynamicProgramming/0-1-knapSack.js:85
↓ 2 callers
Function
state1
Algorithms/bombermanGame.cpp:39
↓ 2 callers
Function
state2
Algorithms/bombermanGame.cpp:50
↓ 2 callers
Function
state3
Algorithms/bombermanGame.cpp:63
↓ 2 callers
Function
state4
Algorithms/bombermanGame.cpp:68
↓ 1 callers
Function
Merge
(left, right)
Sorts/MergeSort.js:1
↓ 1 callers
Function
add
(num1, num2)
DailyCode/add/add-without-plus.js:1
↓ 1 callers
Function
addCanvasFrame
( pos = { x, y }, size = { width, height }, solidBlock )
Patterns/hollowRhombus/hollowRhombus.js:31
↓ 1 callers
Function
addCanvasShape
( contentPos, contentSize, block = { hollow, solid } )
Patterns/hollowRhombus/hollowRhombus.js:20
↓ 1 callers
Function
addItemToCart
(itemToAdd)
DailyCode/furnimart/components/Products/Products.js:11
↓ 1 callers
Function
addItemToCart
(itemToAdd)
CollectionCounter/furnimart/components/Products/Products.js:11
↓ 1 callers
Function
addUser
(name, email, password)
DailyCode/furnimart-backend/Utils/helpers.js:27
↓ 1 callers
Function
algorithm
(draw, grid, start, end)
Search/A-Star-GUI/AStarGUI.py:123
↓ 1 callers
Function
armstrongNumber
(n)
Maths/ArmstrongNumber.js:1
↓ 1 callers
Function
binarySearch
* Binary search is an efficient algorithm for finding an item from a sorted list of items. * It works by repeatedly dividing in half the portion of t
Algorithms/binarySearch.js:7
↓ 1 callers
Function
binarySearch
(arr = [], key)
Search/binarySearch.js:1
↓ 1 callers
Function
binaryToDecimal
(input)
Maths/convertBinaryToOctal.js:1
↓ 1 callers
Method
bubbleDown
(parentIndex, parentData)
DataStructures/MinHeap.js:55
↓ 1 callers
Method
bubbleDown
(parentIndex, parentData)
DataStructures/MaxHeap.js:58
↓ 1 callers
Method
bubbleUp
(childIndex, childData)
DataStructures/MinHeap.js:26
↓ 1 callers
Method
bubbleUp
(childIndex, childData)
DataStructures/MaxHeap.js:27
↓ 1 callers
Function
checkIfUserExists
(email)
DailyCode/furnimart-backend/Utils/helpers.js:36
↓ 1 callers
Function
checkParenthesis
(input = "")
Strings/parenthesis.js:1
↓ 1 callers
Function
clearBit
(num, i)
Maths/bit_manipulation.js:18
↓ 1 callers
Function
closure
(ivalue)
INTERVIEW_QUESTION/Closures+settimeout.js:20
↓ 1 callers
Function
computeResult
(answers)
GAMES/Quizzy/src/pages/Game.js:82
↓ 1 callers
Function
convertToOctal
(num)
Maths/decimal-to-octal.js:1
↓ 1 callers
Function
cycleSort
(array)
Algorithms/cyclic_sort.js:1
↓ 1 callers
Function
dfs
(node)
Graphs/dfs.js:11
↓ 1 callers
Function
diamonRule
( pos = { x, y }, size = { width, height } )
Patterns/hollowRhombus/hollowRhombus.js:1
↓ 1 callers
Function
digitCount
(num)
Algorithms/radixSort.js.js:13
↓ 1 callers
Method
draw
(self, win)
Search/A-Star-GUI/AStarGUI.py:86
↓ 1 callers
Function
draw_grid
(win, rows, width)
Search/A-Star-GUI/AStarGUI.py:184
↓ 1 callers
Function
fib
(n)
Maths/fibonacci.js:1
↓ 1 callers
Function
fibonacci
(n, seq=[0,1])
Maths/fibonacci_new.js:1
↓ 1 callers
Function
findMaxOccurence
Algorithms/equalizeArray.cpp:17
↓ 1 callers
Function
findTargetInRow
(matrix, row, target)
Search/Matrix Search/matrixSearch.js:17
↓ 1 callers
Method
genMnemonics
* * @returns Object containing secret and mnemonic
Cipher/MnemonicCypher/index.js:19
↓ 1 callers
Function
generateId
()
INTERVIEW_QUESTION/Polyfills/setTimeout.js:10
↓ 1 callers
Function
getAllUsers
()
DailyCode/furnimart-backend/Utils/helpers.js:3
↓ 1 callers
Function
getBit
(num, i)
Maths/bit_manipulation.js:4
↓ 1 callers
Function
getCategories
()
GAMES/Quizzy/src/firebase/functions.js:82
↓ 1 callers
Function
getDigit
(num, i)
Algorithms/radixSort.js.js:9
↓ 1 callers
Method
getLeftChild
(parentIndex)
DataStructures/MinHeap.js:89
↓ 1 callers
Method
getLeftChild
(parentIndex)
DataStructures/MaxHeap.js:92
↓ 1 callers
Function
getMinMax
Array/minMaxElementInArray.cpp:51
↓ 1 callers
Method
getParentIndex
(childIndex)
DataStructures/MinHeap.js:39
↓ 1 callers
Method
getParentIndex
(childIndex)
DataStructures/MaxHeap.js:40
↓ 1 callers
Method
getPeakElementIndex
Array/peakElement.cpp:20
↓ 1 callers
Function
getProducts
()
DailyCode/furnimart-backend/Utils/helpers.js:41
↓ 1 callers
Function
getResults
()
GAMES/Quizzy/src/firebase/functions.js:73
↓ 1 callers
Method
getRightChild
(parentIndex)
DataStructures/MinHeap.js:93
↓ 1 callers
Method
getRightChild
(parentIndex)
DataStructures/MaxHeap.js:96
↓ 1 callers
Function
getRow
(matrix, target)
Search/Matrix Search/matrixSearch.js:24
next →
1–100 of 298, ranked by callers