MCPcopy Create free account

hub / github.com/asimihsan/challenges / functions

Functions1,012 in github.com/asimihsan/challenges

↓ 1 callersMethoddistanceTo
(Node other)
hackerrank/BotClean/HackerRankBotClean.java:28
↓ 1 callersMethoddividePrimeMultiplicities
( Map<Integer, Integer> first, Map<Integer, Integer> second)
hackerrank/codesprint5/MatrixTracing.java:118
↓ 1 callersFunctiondivide_prime_multiplicities
(first, second)
hackerrank/codesprint5/matrix_tracing.py:119
↓ 1 callersMethodequals
(Object o)
epi/ch9/LCAParent2.java:22
↓ 1 callersMethodequals
(Object o)
interview/ShuffleSongs.java:14
↓ 1 callersMethodevaluateDistance
(String[] commands)
topcoder/srm538_div1_450/src/ai/topcoder/TurtleSpy/TurtleSpy.java:128
↓ 1 callersMethodexecute
(int numberOfRings)
epi/ch8/TowersOfHanoi.java:16
↓ 1 callersFunctionf
(v, i, S, memo)
spoj/JOHNNY/src/stackoverflow.py:27
↓ 1 callersFunctionfactorial
(numerators, denomenators)
hackerrank/codesprint5/matrix_tracing.py:135
↓ 1 callersMethodfactorial
(int[] numerators, int[] denomenators)
hackerrank/codesprint5/MatrixTracing.java:140
↓ 1 callersFunctionfind
(arr, elem)
interview/glassdoor/glassdoor_sorted_rotated_find.py:4
↓ 1 callersMethodfindMinimumInserts
(int[] array, int length)
interview/glassdoor/SortedArrayFindMinimumInserts.java:22
↓ 1 callersMethodfindNextWordBoundary
(byte[] input, int i)
codingforinterviews/CodingForInterviewsReverseWords.java:8
↓ 1 callersMethodfindOverlap
(Node<T> h1, Node<T> h2)
epi/ch7/OverlappingNoCycles.java:31
↓ 1 callersMethodfindUnbalanced
(Node root, int k)
epi/ch9/KUnbalanced.java:37
↓ 1 callersMethodfindUnbalancedHelper
(Node node, int k)
epi/ch9/KUnbalanced.java:42
↓ 1 callersFunctionfind_locations
Find all _overlapping_ instances of substring in string. By default regexp's return non-overlapping results. This is far simpler under-the-c
rosalind/subs/subs.py:3
↓ 1 callersMethodflipColors
(Node h)
sedgwick/redblack/src/ai/tree/RedBlackTree.java:346
↓ 1 callersMethodforward_iter
(self)
interview/geeksforgeeks/geeksforgeeks_bst_to_doubly_linked_list.py:53
↓ 1 callersFunctiong
(v, w, S, memo)
spoj/JOHNNY/src/stackoverflow.py:16
↓ 1 callersFunctiongenerate_boggle_words
(boggle)
interview/boggle1.py:132
↓ 1 callersMethodget
Value paired with key. (null if key is absent). @param key Key. @return value, of type Value.
sedgwick/redblack/src/ai/tree/RedBlackTree.java:53
↓ 1 callersMethodgetAction
(String[] board, Node source, Node destination)
hackerrank/BotClean/HackerRankBotCleanLarge.java:259
↓ 1 callersMethodgetAction
(Node source, Node destination)
hackerrank/BotClean/HackerRankBotClean.java:34
↓ 1 callersMethodgetAnagrams
(String word)
pearls/02_algorithms/src/Anagrams.java:18
↓ 1 callersMethodgetArray
(Scanner scanner)
rosalind/bins/src/main/java/BinarySearch.java:43
↓ 1 callersFunctiongetBinaryTree
(arr)
interview/cracking_sorted_to_tree.py:12
↓ 1 callersMethodgetFraudulentRecords
()
hackerrank/HackerRankFraudPrevention.java:253
↓ 1 callersMethodgetInstance
()
codingforinterviews/CodingForInterviewsSingleton.java:11
↓ 1 callersMethodgetLeftChildIndex
(List<T> A, int i)
clrs/05_heapsort/src/ai/heapsort/Heap.java:62
↓ 1 callersMethodgetMaximumBeauty
(String input)
codeeval/BeautifulStrings.java:49
↓ 1 callersMethodgetNeighbors
(Coordinate coord, int[][] landscape)
interview/FindIslands.java:33
↓ 1 callersMethodgetNeighbors
(Point point, int limit)
codeeval/CodeEvalGridWalk.java:65
↓ 1 callersMethodgetNumberOfIslands
(int[][] landscape)
interview/FindIslands.java:52
↓ 1 callersMethodgetPlacements
(int n)
codingforinterviews/CodingForInterviewsNQueens.java:6
↓ 1 callersMethodgetPrimes
(int max)
hackerrank/codesprint5/MatrixTracing.java:26
↓ 1 callersMethodgetRandomNode
()
hackerrank/BotClean/HackerRankBotCleanLarge.java:159
↓ 1 callersMethodgetReader
(String input)
rosalind/bins/src/test/java/TestBinarySearch.java:59
↓ 1 callersMethodgetRightChildIndex
(List<T> A, int i)
clrs/05_heapsort/src/ai/heapsort/Heap.java:63
↓ 1 callersMethodgetSum
()
codeeval/CodeEvalGridWalk.java:52
↓ 1 callersMethodgetTheta
()
topcoder/srm538_div1_450/src/ai/topcoder/TurtleSpy/TurtleSpy.java:21
↓ 1 callersMethodgetTree
(String[] inorder, String[] preorder)
epi/ch8/ReconstructTree.java:18
↓ 1 callersMethodgetValues
(Scanner scanner)
rosalind/bins/src/main/java/BinarySearch.java:51
↓ 1 callersMethodgetWeight
(T from, T to)
hackerrank/BotClean/HackerRankBotCleanLarge.java:165
↓ 1 callersMethodgetWeight
(Integer from, Integer to)
interview/DijkstraPQTest.java:171
↓ 1 callersMethodgetWords
(String number)
epi/ch6/PhoneWordsTest.java:37
↓ 1 callersFunctionget_adjacency_list
(dna_strings)
rosalind/grph/grph.py:22
↓ 1 callersMethodget_adjacent_nodes
(self, node)
topcoder/problems/12545_GooseInZooDivTwo/GooseInZooDivTwo.py:61
↓ 1 callersFunctionget_all_subpaths
Return all subpaths. e.g. [1, 2, 3] returns [[1], [2], [3], [1, 2], [2, 3], [1, 2, 3]]
interview/cracking_all_paths_with_sum.py:14
↓ 1 callersMethodget_count
Get number of connected components.
topcoder/problems/12545_GooseInZooDivTwo/GooseInZooDivTwo.py:87
↓ 1 callersFunctionget_dna_strings_from_fasta_file
(lines)
rosalind/grph/grph.py:6
↓ 1 callersFunctionget_duplicate_number
(array)
interview/interviewcake_duplicate_number.py:4
↓ 1 callersFunctionget_graph
(field, dist)
topcoder/problems/12545_GooseInZooDivTwo/GooseInZooDivTwo.py:97
↓ 1 callersFunctionget_inversions
(arr)
interview/mergesort.py:33
↓ 1 callersFunctionget_level_lists
(root)
interview/cracking_bst_to_lists.py:14
↓ 1 callersFunctionget_motif_locations
(sequence, motif)
rosalind/mprt/mprt.py:31
↓ 1 callersFunctionget_neighbors
Given a 2D array of two-tuples, each element being an integer, what are the neighbors of a cell, itself a two-tuple of two integers? Assumes
interview/boggle_again.py:53
↓ 1 callersFunctionget_new_location
(cnt, direction, curr)
interview/spiral.py:37
↓ 1 callersFunctionget_numbers_from_list
Given a list of numbers as text (e.g. '1-2,5,7-9'), returns a list of these numbers.
topcoder/scraper.py:7
↓ 1 callersMethodget_problem_numbers
Returns a list of all problem numbers in this directory.
topcoder/ProblemFolder.py:32
↓ 1 callersFunctionget_protein_sequence
(protein_id)
rosalind/mprt/mprt.py:14
↓ 1 callersFunctionget_sum
(node)
interview/glassdoor/glassdoor_sum_tree.py:8
↓ 1 callersFunctionget_topcoder_problem_page
Attempts to get the HTML for the nth TopCoder problem, using the given opener. On success, returns the page's HTML.
topcoder/topcoder_common.py:74
↓ 1 callersFunctionget_tree
(tree)
topcoder/problems/12578_ShoutterDiv2/ShoutterDiv2.py:65
↓ 1 callersFunctionget_weights
()
spoj/JOHNNY/src/stackoverflow.py:36
↓ 1 callersFunctionget_weights
()
spoj/JOHNNY/src/problem127.py:6
↓ 1 callersFunctionget_weights
()
spoj/JOHNNY/src/rgli.py:57
↓ 1 callersMethodgrow
()
epi/ch8/CircularQueueTest.java:44
↓ 1 callersFunctionhamming_distance
(s1, s2)
rosalind/hamm/hamm.py:3
↓ 1 callersMethodhasNext
()
interview/BloomFilterExperiment.java:37
↓ 1 callersMethodhashCode
()
hackerrank/BotClean/HackerRankBotCleanLarge.java:245
↓ 1 callersMethodheapsort
(List<T> A, Comparator<T> comp)
clrs/05_heapsort/src/ai/heapsort/Heap.java:20
↓ 1 callersMethodinOrderIterative
(Node<T> node)
epi/ch8/InOrderIterative.java:18
↓ 1 callersMethodinOrderSuccessor
(Node current, List<Node> path, Integer key)
epi/ch14/HigherKey.java:33
↓ 1 callersMethodincrementBitSet
(BitSet bs)
interview/SubsetEqualSum.java:23
↓ 1 callersMethodincrementMask
(boolean[] mask)
epi/ch5/PowersetTest.java:18
↓ 1 callersMethodinitializeScanner
(Reader input)
rosalind/bins/src/main/java/BinarySearch.java:36
↓ 1 callersFunctioninorder
(node)
interview/geeksforgeeks/geeksforgeeks_bst_add_all_greater_values.py:38
↓ 1 callersMethodinorder_iter
(self)
interview/geeksforgeeks/geeksforgeeks_bst_to_doubly_linked_list.py:14
↓ 1 callersMethodinsert
(List<E> inputs, final int p, final int pos, E value)
googlecodejam/store_credit/src/StoreCredit.java:32
↓ 1 callersMethodisConflict
(int[] queenCols, int currentRow)
cracking/ch08/EightQueens.java:8
↓ 1 callersMethodisEmpty
()
hackerrank/BotClean/HackerRankBotCleanLarge.java:45
↓ 1 callersMethodisEmpty
()
interview/DijkstraPQTest.java:81
↓ 1 callersMethodisFibonacciNumber
(BigInteger input)
hackerrank/codesprint5/IsFibo.java:28
↓ 1 callersMethodisPathValid
(String path)
sedgwick/scramble/src/ai/graph/Search.java:12
↓ 1 callersFunctionisValidLocalPart
(string)
codingforinterviews/emailaddress/lib/emailaddress.js:63
↓ 1 callersFunctionis_bst
(node, min_value, max_value)
codingforinterviews/codingforinterviews_is_bst.py:8
↓ 1 callersMethodis_left_of_point
(self, point)
topcoder/problems/12578_ShoutterDiv2/ShoutterDiv2.py:25
↓ 1 callersMethodis_prefix
(self, input_string)
interview/boggle1.py:85
↓ 1 callersMethodis_right_of_point
(self, point)
topcoder/problems/12578_ShoutterDiv2/ShoutterDiv2.py:28
↓ 1 callersFunctionis_valid_prefix
(input_string)
interview/boggle1.py:113
↓ 1 callersMethodis_valid_prefix
(self, prefix)
interview/boggle_again.py:49
↓ 1 callersFunctionis_valid_sum_tree
(node)
interview/glassdoor/glassdoor_sum_tree.py:16
↓ 1 callersFunctionis_valid_word
(input_string)
interview/boggle1.py:109
↓ 1 callersMethodis_valid_word
(self, word)
interview/boggle_again.py:42
↓ 1 callersMethodis_word
(self, input_string)
interview/boggle1.py:93
↓ 1 callersMethoditerator
()
interview/CustomerLog.java:28
↓ 1 callersMethodkeys
All the keys in the table, in sorted order. @return
sedgwick/redblack/src/ai/tree/RedBlackTree.java:198
↓ 1 callersMethodlargestBST
(Node<Integer> root)
interview/LargestBST.java:16
↓ 1 callersFunctionlcp
(*strings)
rosalind/lcs/lcs.py:11
← previousnext →301–400 of 1,012, ranked by callers