MCPcopy Create free account

hub / github.com/WomenWhoCodeNYC/Algorithms / functions

Functions344 in github.com/WomenWhoCodeNYC/Algorithms

↓ 1 callersFunctionbubble_sort
(str: raise)
challenges/bubbleSort/solutions/bubbleSort.rb:1
↓ 1 callersFunctionbubble_sort
(array)
challenges/bubbleSort/solutions/bubble_sort.rb:1
↓ 1 callersFunctionbubblesort
(a)
challenges/bubbleSort/solutions/bubblesort.js:2
↓ 1 callersFunctioncencrypt
(s, key)
challenges/caesarCipher/solutions/caesarCipher.js:16
↓ 1 callersFunctioncheckBrackets
(reducedString)
challenges/balancedParentheses/solutions/balancedParentheses2.js:6
↓ 1 callersFunctionclosingParenthesisIndex
(str, open_parenthesis_position)
challenges/matchingClosingParenthesis/solutions/matchingClosingParenthesis.js:31
↓ 1 callersFunctioncoin_combos
(amount, coins)
challenges/coinDenominations/solutions/coinDenominations2.py:2
↓ 1 callersFunctioncombinations
STEP2
challenges/permutate/solutions/ruby.rb:23
↓ 1 callersFunctioncompare
challenges/CompareTwoStrings/solutions/compareTwoStrings.cpp:22
↓ 1 callersFunctioncompareTwoStrings
(a, b)
challenges/CompareTwoStrings/solutions/compareTwoStrings.js:14
↓ 1 callersFunctioncompare_enums
(word1, word2)
challenges/CompareTwoStrings/solutions/CompareTwoStrings.rb:20
↓ 1 callersFunctioncontainsDuplicate
(nums)
challenges/containsDuplicate/solutions/containsDuplicate.py:1
↓ 1 callersMethodconvert_to_roman1
(int arabic)
challenges/romanNumerals/solutions/roman_numerals.java:19
↓ 1 callersMethodconvert_to_roman2
(int arabic)
challenges/romanNumerals/solutions/roman_numerals.java:34
↓ 1 callersFunctioncountVertices
(node)
challenges/edgeTree/solutions/edgeTree.js:9
↓ 1 callersMethodcreateList
(int... elements)
challenges/partitionLinkedList/Solutions/PartitionLinkedList.java:75
↓ 1 callersFunctiondecomposeTree
(node)
challenges/edgeTree/solutions/edgeTree.js:21
↓ 1 callersFunctiondeconstruct
(board)
challenges/sudoku/solutions/sudoku.js:32
↓ 1 callersFunctiondfs
(curBoard, i, r, c)
challenges/wordSearch/solutions/wordSearch.py:2
↓ 1 callersFunctiondiagonalMatrix
(inputArray)
challenges/2dArray/solutions/2dArray.py:6
↓ 1 callersFunctiondigitsArePrime
(n)
challenges/primesBase10/solutions/primesBase10.py:19
↓ 1 callersFunctiondoor100
()
challenges/100Doors/solutions/100Doors_2nd.py:2
↓ 1 callersFunctiondouble
ANSWER
challenges/double/solutions/ruby.rb:18
↓ 1 callersMethodevenSum
()
challenges/fibonacciSum/solutions/FibonacciSum.java:14
↓ 1 callersFunctionfactors
(array)
challenges/largestPalindromicNumber/solutions/ruby_largest_palindromic_num.rb:1
↓ 1 callersMethodfind_2nd_largest
(self)
challenges/2ndLargestInBST/solutions/2ndLargestInBST.py:57
↓ 1 callersFunctionfizzBuzz
()
challenges/fizzBuzz/solutions/fizzBuzz.rb:1
↓ 1 callersFunctionfree_singly_linked_list
challenges/partitionLinkedList/Solutions/partitionLinkedList.cpp:131
↓ 1 callersFunctiongeneratePartitions
(targetNum, max, curr)
challenges/sumsOfN/solutions/sumsOfN.js:13
↓ 1 callersFunctiongetFileExtension
ANSWER
challenges/getFileExtension/solutions/ruby.rb:18
↓ 1 callersMethodgetLargestPrimeFactor
(long number)
challenges/largestPrime/solutions/LargestPrime.java:31
↓ 1 callersFunctiongetMode
(L)
challenges/mode/solutions/getMode.py:3
↓ 1 callersFunctiongetNewCode
(code,key)
challenges/caesarCipher/solutions/caesarCipher.js:4
↓ 1 callersMethodgetNumberOfLatticePaths
(int n)
challenges/latticePaths/solutions/LatticePaths.java:28
↓ 1 callersFunctionget_all_letters_indices
Returns a map of letter and all its index occurrences. :param input_string (str): Input string. :return: A dict that maps letter l in inp
challenges/bestShuffle/solutions/bestShuffle.py:128
↓ 1 callersFunctionget_random_strings
Returns a list of number_of_strings random strings. The length of the strings randomly range between string_length_range. :param number_o
challenges/bestShuffle/solutions/testing/best_shuffle_test.py:21
↓ 1 callersFunctionget_sorted_letter_count
Returns a sorted list of tuples (l, # l in input_string) for every letter in input_string. :param input_string (str): Input string. :retu
challenges/bestShuffle/solutions/bestShuffle.py:85
↓ 1 callersFunctionhamDist
(s, t)
challenges/hammingDistance/solutions/hammingDistance.py:30
↓ 1 callersFunctionhelper
(num)
challenges/largestPrime/solutions/ruby_largest_prime.rb:1
↓ 1 callersFunctionhelper
(pset, amount, coins)
challenges/coinDenominations/solutions/coinDenominations3.py:27
↓ 1 callersFunctionhundredDoors
(numDoors)
challenges/100Doors/solutions/100Doors_2nd.js:1
↓ 1 callersFunctioninitBoxObj
()
challenges/sudoku/solutions/sudoku.js:21
↓ 1 callersFunctioninitalizeTowerStacks
(num_of_disks, start_col)
challenges/towersOfHanoi/solutions/towersOfHanoi.py:5
↓ 1 callersMethodinsert_node
challenges/partitionLinkedList/Solutions/partitionLinkedList.cpp:47
↓ 1 callersFunctionintToString
challenges/string2Int/solutions/string2Int.cpp:11
↓ 1 callersFunctioninvest
(value, interest, yrs)
challenges/investment/solutions/investment.js:3
↓ 1 callersFunctionis10Done
(row)
challenges/sudoku/solutions/sudoku.js:2
↓ 1 callersFunctionisDivisible
Returns true if n is divisible by 2, 3, and 5
challenges/primesBase10/solutions/primesBase10.py:12
↓ 1 callersFunctionisFactor
(potentialFactor, num)
challenges/primeFactors/solutions/primeFactors.js:13
↓ 1 callersFunctionisPalindrome
ANSWER
challenges/palindrome/solutions/ruby.rb:25
↓ 1 callersFunctionisPrime
(x)
challenges/primeFactors/solutions/primeFactors.js:2
↓ 1 callersMethodisPrime
(List<Long> primes, int primeIndex)
challenges/largestPrime/solutions/LargestPrime.java:60
↓ 1 callersFunctionisSolved
(grid)
challenges/sudoku/solutions/sudoku2.js:2
↓ 1 callersMethodisValid3x3Grid
(int rowOffSet, int colOffSet, int[][] board)
challenges/sudoku/solutions/Sudoku.java:49
↓ 1 callersMethodisValidLines
(int[][] board)
challenges/sudoku/solutions/Sudoku.java:64
↓ 1 callersMethodisValidSudoku
(int[][] board)
challenges/sudoku/solutions/Sudoku.java:37
↓ 1 callersMethodisWordStart
(char[] chars, int i)
challenges/letterCapitalize/solutions/LetterCapitalize.java:14
↓ 1 callersMethodis_leaf?
challenges/nthLeaf/solutions/nthLeaf.rb:14
↓ 1 callersFunctionlargestPrimeFactor
(num)
challenges/primeFactors/solutions/primeFactors.js:17
↓ 1 callersFunctionmain
()
challenges/powerSet/solutions/powerSet.py:24
↓ 1 callersFunctionmain
()
challenges/bestShuffle/solutions/bestShuffle.py:176
↓ 1 callersFunctionmajorityElement
(nums)
challenges/majorityElement/solutions/majorityElement.py:1
↓ 1 callersFunctionmake_board
(str)
challenges/sudoku/solutions/sudoku_checker_solution.rb:1
↓ 1 callersFunctionmatchBraces
(string)
challenges/balancedParentheses/solutions/balancedParentheses2.js:1
↓ 1 callersFunctionmatched
STEP 4
challenges/palindrome/solutions/ruby.rb:41
↓ 1 callersFunctionmatching_closing_parenthesis
(str: raise)
challenges/matchingClosingParenthesis/solutions/matching_closing_parenthesis.rb:1
↓ 1 callersFunctionmaxConsecutiveOnes
(arr)
challenges/maxConsecutiveOnes/solutions/maxConsecutiveOnes.py:1
↓ 1 callersFunctionmedianHelper
challenges/medianMaintenance/solutions/medianMaintenance.cpp:79
↓ 1 callersFunctionmove
(n, a, b, c)
challenges/towersOfHanoi/solutions/towersOfHanoi.js:1
↓ 1 callersFunctionmultipleSum
(a, b, max)
challenges/multiplesOf3And5/solutions/multiplesOf3And5.js:1
↓ 1 callersFunctionmultiplesof3and5
(n)
challenges/multiplesOf3And5/solutions/multiples3and5.py:1
↓ 1 callersMethodnumOfCombinations
(int[] coins, int target)
challenges/coinDenominations/solutions/CoinChangeCombinations.java:7
↓ 1 callersFunctionpartition
challenges/quickSort/solutions/quickSort.cpp:35
↓ 1 callersMethodpartition
(ListNode head, int x)
challenges/partitionLinkedList/Solutions/PartitionLinkedList.java:20
↓ 1 callersMethodpartition
keep track of begining and end of 2nd half */
challenges/partitionLinkedList/Solutions/partitionLinkedList.cpp:63
↓ 1 callersFunctionpartition_list
(linked_list, x)
challenges/partitionLinkedList/Solutions/partitionLinkedList.py:24
↓ 1 callersFunctionpeakIndicesMaker
(arr,level)
challenges/rainWaterCollector/solutions/rainWaterCollector.js:12
↓ 1 callersFunctionpermutatation
(stringArray, j)
challenges/permutate/solutions/permutate.py:11
↓ 1 callersFunctionpermutate
ANSWER
challenges/permutate/solutions/ruby.rb:16
↓ 1 callersFunctionpermutate
(inputString)
challenges/permutate/solutions/permutate.py:2
↓ 1 callersFunctionpermute
(arr, memo)
challenges/permutate/solutions/javascript.js:5
↓ 1 callersFunctionpermute_string
Given a permutation string, permute input_string by mapping a string to its next index occurrence. :param input_string(str): The input st
challenges/bestShuffle/solutions/bestShuffle.py:95
↓ 1 callersFunctionpig_latin_translator
(words)
challenges/pigLatin/solutions/pigLatin.js:1
↓ 1 callersFunctionpower_set_helper
(s, all_subsets)
challenges/powerSet/solutions/powerSet.py:11
↓ 1 callersFunctionprimesBase10
(max_limit)
challenges/primesBase10/solutions/primesBase10.py:34
↓ 1 callersMethodprintTree
(self)
challenges/2ndLargestInBST/solutions/2ndLargestInBST.py:47
↓ 1 callersFunctionprint_list
(li)
challenges/partitionLinkedList/Solutions/partitionLinkedList.py:58
↓ 1 callersFunctionprint_singly_linked_list
challenges/partitionLinkedList/Solutions/partitionLinkedList.cpp:119
↓ 1 callersFunctionprodint
(data)
challenges/productOfIntegers/solutions/productOfIntegers.py:24
↓ 1 callersFunctionproductOfIntegers
(array)
challenges/productOfIntegers/solutions/productOfIntegers.js:1
↓ 1 callersFunctionquad
(row, col)
challenges/sudoku/solutions/sudoku2.js:38
↓ 1 callersFunctionquickSort
challenges/quickSort/solutions/quickSort.cpp:57
↓ 1 callersFunctionrandom_string
Construct a random string of length string_len. If max_alphabet_len is given, limits the ascii_lowercase alphabet size to this value. :pa
challenges/bestShuffle/solutions/testing/best_shuffle_test.py:6
↓ 1 callersFunctionremoveVowels
(inputstring)
challenges/removeVowels/solutions/removeVowels.py:1
↓ 1 callersFunctionreverse
challenges/reverseSublist/solutions/reverseSublist.cpp:26
↓ 1 callersFunctionreverse
(obj)
challenges/reverse/solutions/reverse.js:8
↓ 1 callersFunctionreverseKNodes
challenges/reverseSublist/solutions/reverseSublist.cpp:37
↓ 1 callersMethodreverseSublist
(int k, LinkedList<Object> l)
challenges/reverseSublist/solutions/reverseSublistSolution.java:17
↓ 1 callersMethodselectionSort
(int[] arr)
challenges/selectionSort/solutions/SelectionSort.java:8
↓ 1 callersFunctionseries
(n)
challenges/seriesSum/solutions/Solution3.js:1
← previousnext →101–200 of 344, ranked by callers