MCPcopy Create free account

hub / github.com/akshitagit/JavaScript / functions

Functions298 in github.com/akshitagit/JavaScript

↓ 37 callersMethodpush
(element)
DataStructures/Stack.js:22
↓ 15 callersMethodget
(index)
DataStructures/DoublyLinkedList.js:69
↓ 10 callersMethodadd
(data)
Tree/index.js:18
↓ 8 callersMethodpop
()
DataStructures/Stack.js:27
↓ 7 callersMethodfill
(n)
Maths/matrix.js:14
↓ 7 callersMethodpush
(val)
DataStructures/SinglyLinkedList.js:14
↓ 6 callersMethodget
* 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 callersMethodget_pos
(self)
Search/A-Star-GUI/AStarGUI.py:47
↓ 5 callersFunctiongetNextWord
(string, i)
Search/Matrix Search/matrixSearch.js:54
↓ 4 callersFunctionPrimeFactors
(number)
Maths/PrimeFactors.js:5
↓ 4 callersFunctiondraw
(win, grid, rows, width)
Search/A-Star-GUI/AStarGUI.py:194
↓ 4 callersMethodis_barrier
(self)
Search/A-Star-GUI/AStarGUI.py:56
↓ 4 callersFunctionmin
(i, j)
DynamicProgramming/DeleteOperationsForTwoStrings.js:8
↓ 4 callersFunctionplaySound
(sound)
GAMES/Quizzy/src/pages/CreateQuiz.js:6
↓ 4 callersMethodpreorder
(fn, node = this.root)
DataStructures/BinaryTree.js:68
↓ 4 callersMethodpush
(val)
DataStructures/DoublyLinkedList.js:15
↓ 4 callersMethodshift
()
DataStructures/DoublyLinkedList.js:42
↓ 4 callersFunctionupper
(str)
Strings/LowercaseToUppercase.js:3
↓ 3 callersMethodget
(index)
DataStructures/SinglyLinkedList.js:64
↓ 3 callersFunctioninterpolationSearch
(arr, x)
Algorithms/interpolationSearch.js:32
↓ 3 callersMethodreverse
()
DataStructures/SinglyLinkedList.js:105
↓ 3 callersMethodshouldSwap
(childData, parentData)
DataStructures/MinHeap.js:51
↓ 3 callersMethodshouldSwap
(childData, parentData)
DataStructures/MaxHeap.js:54
↓ 3 callersFunctionshowNotes
()
DailyCode/basic todos with localstorage/index.js:33
↓ 3 callersMethodunshift
(val)
DataStructures/DoublyLinkedList.js:56
↓ 2 callersFunctiona
()
INTERVIEW_QUESTION/Closures+settimeout.js:2
↓ 2 callersFunctionchangeAdjacentCell
Algorithms/bombermanGame.cpp:14
↓ 2 callersMethodgenSecret
* @Info Generates a secret string from the mnemoics array * @returns String
Cipher/MnemonicCypher/index.js:42
↓ 2 callersFunctiongetQuestionsById
(quizType, quizId)
GAMES/Quizzy/src/firebase/functions.js:31
↓ 2 callersFunctiongetQuizzes
(quizType)
GAMES/Quizzy/src/firebase/functions.js:14
↓ 2 callersFunctionget_clicked_pos
(pos, rows, width)
Search/A-Star-GUI/AStarGUI.py:207
↓ 2 callersFunctionh
(p1, p2)
Search/A-Star-GUI/AStarGUI.py:110
↓ 2 callersFunctionhandleClick
(loginType)
GAMES/Quizzy/src/pages/Login.js:9
↓ 2 callersFunctionheapify
(arr, N, i)
Sorts/HeapSort.py:7
↓ 2 callersFunctionindex
(x)
Cipher/rot13.js:4
↓ 2 callersMethodinsertNode
(node, newNode)
DataStructures/BinaryTree.js:24
↓ 2 callersMethodmake_end
(self)
Search/A-Star-GUI/AStarGUI.py:80
↓ 2 callersFunctionmake_grid
(rows, width)
Search/A-Star-GUI/AStarGUI.py:172
↓ 2 callersFunctionmax
(i, j)
DynamicProgramming/DeleteOperationsForTwoStrings.js:12
↓ 2 callersFunctionmaxSubAraySum
(arr)
Algorithms/maximumCircularSubarraySum.js:28
↓ 2 callersFunctionplaySound
(sound)
GAMES/Quizzy/src/pages/Game.js:7
↓ 2 callersFunctionprocessUser
(user)
DailyCode/furnimart/components/LoginForm/LoginForm.js:56
↓ 2 callersFunctionprocessUser
(user)
CollectionCounter/furnimart/components/LoginForm/LoginForm.js:56
↓ 2 callersFunctionpublishData
()
GAMES/Quizzy/src/pages/Game.js:103
↓ 2 callersMethodremove
(data)
Tree/index.js:21
↓ 2 callersMethodsecretFromPhrase
* @Info Generates a secret from seed phrase * @param {*} phrase * @returns String
Cipher/MnemonicCypher/index.js:58
↓ 2 callersFunctionsolveKnapsack
(profits, weights, capacity)
DynamicProgramming/0-1-knapSack.js:85
↓ 2 callersFunctionstate1
Algorithms/bombermanGame.cpp:39
↓ 2 callersFunctionstate2
Algorithms/bombermanGame.cpp:50
↓ 2 callersFunctionstate3
Algorithms/bombermanGame.cpp:63
↓ 2 callersFunctionstate4
Algorithms/bombermanGame.cpp:68
↓ 1 callersFunctionMerge
(left, right)
Sorts/MergeSort.js:1
↓ 1 callersFunctionadd
(num1, num2)
DailyCode/add/add-without-plus.js:1
↓ 1 callersFunctionaddCanvasFrame
( pos = { x, y }, size = { width, height }, solidBlock )
Patterns/hollowRhombus/hollowRhombus.js:31
↓ 1 callersFunctionaddCanvasShape
( contentPos, contentSize, block = { hollow, solid } )
Patterns/hollowRhombus/hollowRhombus.js:20
↓ 1 callersFunctionaddItemToCart
(itemToAdd)
DailyCode/furnimart/components/Products/Products.js:11
↓ 1 callersFunctionaddItemToCart
(itemToAdd)
CollectionCounter/furnimart/components/Products/Products.js:11
↓ 1 callersFunctionaddUser
(name, email, password)
DailyCode/furnimart-backend/Utils/helpers.js:27
↓ 1 callersFunctionalgorithm
(draw, grid, start, end)
Search/A-Star-GUI/AStarGUI.py:123
↓ 1 callersFunctionarmstrongNumber
(n)
Maths/ArmstrongNumber.js:1
↓ 1 callersFunctionbinarySearch
* 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 callersFunctionbinarySearch
(arr = [], key)
Search/binarySearch.js:1
↓ 1 callersFunctionbinaryToDecimal
(input)
Maths/convertBinaryToOctal.js:1
↓ 1 callersMethodbubbleDown
(parentIndex, parentData)
DataStructures/MinHeap.js:55
↓ 1 callersMethodbubbleDown
(parentIndex, parentData)
DataStructures/MaxHeap.js:58
↓ 1 callersMethodbubbleUp
(childIndex, childData)
DataStructures/MinHeap.js:26
↓ 1 callersMethodbubbleUp
(childIndex, childData)
DataStructures/MaxHeap.js:27
↓ 1 callersFunctioncheckIfUserExists
(email)
DailyCode/furnimart-backend/Utils/helpers.js:36
↓ 1 callersFunctioncheckParenthesis
(input = "")
Strings/parenthesis.js:1
↓ 1 callersFunctionclearBit
(num, i)
Maths/bit_manipulation.js:18
↓ 1 callersFunctionclosure
(ivalue)
INTERVIEW_QUESTION/Closures+settimeout.js:20
↓ 1 callersFunctioncomputeResult
(answers)
GAMES/Quizzy/src/pages/Game.js:82
↓ 1 callersFunctionconvertToOctal
(num)
Maths/decimal-to-octal.js:1
↓ 1 callersFunctioncycleSort
(array)
Algorithms/cyclic_sort.js:1
↓ 1 callersFunctiondfs
(node)
Graphs/dfs.js:11
↓ 1 callersFunctiondiamonRule
( pos = { x, y }, size = { width, height } )
Patterns/hollowRhombus/hollowRhombus.js:1
↓ 1 callersFunctiondigitCount
(num)
Algorithms/radixSort.js.js:13
↓ 1 callersMethoddraw
(self, win)
Search/A-Star-GUI/AStarGUI.py:86
↓ 1 callersFunctiondraw_grid
(win, rows, width)
Search/A-Star-GUI/AStarGUI.py:184
↓ 1 callersFunctionfib
(n)
Maths/fibonacci.js:1
↓ 1 callersFunctionfibonacci
(n, seq=[0,1])
Maths/fibonacci_new.js:1
↓ 1 callersFunctionfindMaxOccurence
Algorithms/equalizeArray.cpp:17
↓ 1 callersFunctionfindTargetInRow
(matrix, row, target)
Search/Matrix Search/matrixSearch.js:17
↓ 1 callersMethodgenMnemonics
* * @returns Object containing secret and mnemonic
Cipher/MnemonicCypher/index.js:19
↓ 1 callersFunctiongenerateId
()
INTERVIEW_QUESTION/Polyfills/setTimeout.js:10
↓ 1 callersFunctiongetAllUsers
()
DailyCode/furnimart-backend/Utils/helpers.js:3
↓ 1 callersFunctiongetBit
(num, i)
Maths/bit_manipulation.js:4
↓ 1 callersFunctiongetCategories
()
GAMES/Quizzy/src/firebase/functions.js:82
↓ 1 callersFunctiongetDigit
(num, i)
Algorithms/radixSort.js.js:9
↓ 1 callersMethodgetLeftChild
(parentIndex)
DataStructures/MinHeap.js:89
↓ 1 callersMethodgetLeftChild
(parentIndex)
DataStructures/MaxHeap.js:92
↓ 1 callersFunctiongetMinMax
Array/minMaxElementInArray.cpp:51
↓ 1 callersMethodgetParentIndex
(childIndex)
DataStructures/MinHeap.js:39
↓ 1 callersMethodgetParentIndex
(childIndex)
DataStructures/MaxHeap.js:40
↓ 1 callersMethodgetPeakElementIndex
Array/peakElement.cpp:20
↓ 1 callersFunctiongetProducts
()
DailyCode/furnimart-backend/Utils/helpers.js:41
↓ 1 callersFunctiongetResults
()
GAMES/Quizzy/src/firebase/functions.js:73
↓ 1 callersMethodgetRightChild
(parentIndex)
DataStructures/MinHeap.js:93
↓ 1 callersMethodgetRightChild
(parentIndex)
DataStructures/MaxHeap.js:96
↓ 1 callersFunctiongetRow
(matrix, target)
Search/Matrix Search/matrixSearch.js:24
next →1–100 of 298, ranked by callers