MCPcopy Create free account

hub / github.com/Hubstation/challenges / functions

Functions536 in github.com/Hubstation/challenges

FunctionevalRPN
(tokens []string)
golang/evaluate_reverse_polish_notation/evaluate_reverse_polish_notation.go:7
MethodfindDuplicate
golang/find_the_duplicate_number/find_the_duplicate_number.cpp:3
MethodfindItinerary
golang/reconstruct_ltinerary/reconstruct_ltinerary.cpp:3
FunctionfindKthLargest
(nums []int, k int)
golang/kth_largest_element_in_an_array/kth_largest_element_in_an_array.go:3
MethodfindLadders
golang/word_ladder_II/word_ladder_II.cpp:14
MethodfindMedian
Returns the median of current data stream
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:90
FunctionfindMin
(nums []int)
golang/find_minimum_in_rotated_sorted_array_II/find_minimum_in_rotated_sorted_array_II.go:3
FunctionfindMin
(nums []int)
golang/find_minimum_in_rotated_sorted_array/find_minimum_in_rotated_sorted_array.go:3
MethodfindMinHeightTrees
golang/minimum_height_trees/minimum_height_trees.cpp:3
MethodfindNthDigit
golang/nth_digit/nth_digit.cpp:3
FunctionfindOrder
(numCourses int, prerequisites [][]int)
golang/course_schedule_II/course_schedule_II.go:3
FunctionfindPeakElement
(nums []int)
golang/find_peak_element/find_peak_element.go:3
FunctionfindRepeatedDnaSequences
(s string)
golang/repeated_dna_sequences/repeated_dna_sequences.go:3
MethodfindTheDifference
golang/find_the_difference/find_the_difference.cpp:3
MethodfirstBadVersion
golang/first_bad_version/first_bad_version.cpp:5
FunctionfirstMissingPositive
(nums []int)
golang/first_missing_positive/first_missing_positive.go:3
MethodfirstUniqChar
golang/first_unique_character_in_a_string/first_unique_character_in_a_string.cpp:3
Methodflatten
golang/flatten_nested_list_iterator/flatten_nested_list_iterator.cpp:21
FunctionfourSum
(nums []int, target int)
golang/four_sum/four_sum.go:7
FunctionfractionToDecimal
(numerator int, denominator int)
golang/fraction_to_recurring_decimal/fraction_to_recurring_decimal.go:7
Functiongenerate
(numRows int)
golang/pascals_triangle/pascals_triangle.go:3
FunctiongenerateMatrix
(n int)
golang/spiral_matrix_II/spiral_matrix_II.go:10
FunctiongenerateParenthesis
(n int)
golang/generate_parentheses/generate_parentheses.go:3
FunctiongenerateTrees
(n int)
golang/unique_binary_search_trees_II/unique_binary_search_trees_II.go:9
FunctiongetExist
(board [][]byte, words []byte, index int, row int, col int, mask [][]int)
golang/word_search/word_search.go:22
MethodgetHint
golang/bulls_and_cows/bulls_and_cows.cpp:6
MethodgetIntersectionNode
golang/intersection_of_two_linked_lists/intersection_of_two_linked_lists.cpp:9
MethodgetMin
golang/min_stack/min_stack.cpp:28
MethodgetMoneyAmount
golang/guess_number_higher_or_lower_II/guess_number_higher_or_lower_II.cpp:3
FunctiongetRow
(rowIndex int)
golang/pascals_triangle_II/pascals_triangle_II.go:3
MethodgetSum
golang/sum_of_two_integers/sum_of_two_integers.cpp:3
FunctiongrayCode
(n int)
golang/gray_code/gray_code.go:3
FunctiongroupAnagrams
(strs []string)
golang/group_anagrams/group_anagrams.go:21
MethodguessNumber
golang/guess_number_higher_or_lower/guess_number_higher_or_lower.cpp:8
MethodhammingWeight
golang/number_of_1bits/number_of_1bits.cpp:3
MethodhasCycle
golang/linked_list_cycle/linked_list_cycle.cpp:8
MethodhasNext
@return whether we have a next smallest number */
golang/binary_search_tree_iterator/binary_search_tree_iterator.cpp:22
MethodhasNext
golang/flatten_nested_list_iterator/flatten_nested_list_iterator.cpp:40
MethodhasNext
golang/peeking_iterator/peeking_iterator.cpp:44
FunctionhasPathSum
(root *TreeNode, sum int)
golang/path_sum/path_sum.go:9
Methodhelper
golang/serialize_and_deserialize_binary_tree/serialize_and_deserialize_binary_tree.cpp:28
Methodhelper
golang/verify_preorder_serialization_of_a_binary_tree/verify_preorder_serialization_of_a_binary_tree.cpp:8
Methodhelper
golang/longest_increasing_path_in_a_matrix/longest_increasing_path_in_a_matrix.cpp:17
Methodhelper
golang/lexicographical_numbers/lexicographical_numbers.cpp:12
MethodincreasingTriplet
golang/increasing_triplet_subsequence/increasing_triplet_subsequence.cpp:3
Functioninit
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:158
FunctioninorderTraversal
(root *TreeNode)
golang/binary_tree_inorder_traversal/binary_tree_inorder_traversal.go:9
FunctionintToRoman
(num int)
golang/integer_to_roman/integer_to_roman.go:3
MethodintegerBreak
golang/integer_break/integer_break.cpp:3
Methodintersect
golang/intersection_of_two_arrays_II/intersection_of_two_arrays_II.cpp:3
Methodintersection
golang/intersection_of_two_arrays/intersection_of_two_arrays.cpp:3
FunctioninvertTree
(root *TreeNode)
golang/invert_binary_tree/invert_binary_tree.go:9
MethodisAdditiveNumber
golang/additive_number/additive_number.cpp:6
FunctionisAnagram
(s string, t string)
golang/valid_anagram/valid_anagram.go:7
FunctionisBalanced
(root *TreeNode)
golang/balanced_bianry_tree/balanced_bianry_tree.go:9
FunctionisHappy
(n int)
golang/happy_number/happy_number.go:3
FunctionisIsomorphic
(s string, t string)
golang/isomorphic_strings/isomorphic_strings.go:3
MethodisMatch
golang/regular_expression_matching/regular_expression_matching.cpp:3
FunctionisPalindrome
(s string)
golang/valid_palindrome/valid_palindrome.go:3
FunctionisPalindrome
(head *ListNode)
golang/palindrome_lined_list/palindrome_lined_list.go:8
FunctionisPalindrome
(x int)
golang/palindrome_number/palindrome_number.go:3
FunctionisPartition
(bytes []byte, i, j int)
golang/palindrome_partitioning_II/palindrome_partitioning_II.go:40
MethodisPerfectSquare
golang/valid_perfect_square/valid_perfect_square.cpp:3
MethodisPowerOfFour
golang/power_of_four/power_of_four.cpp:3
MethodisPowerOfThree
golang/power_of_three/power_of_three.cpp:3
FunctionisPowerOfTwo
(n int)
golang/power_of_two/power_of_two.go:3
FunctionisSameTree
(p *TreeNode, q *TreeNode)
golang/same_tree/same_tree.go:9
MethodisSelfCrossing
golang/self_crossing/self_crossing.cpp:3
MethodisSubsequence
golang/is_subsequence/is_subsequence.cpp:3
FunctionisSymmetric
(root *TreeNode)
golang/symmetric_tree/symmetric_tree.go:9
FunctionisUgly
(num int)
golang/ugly_number/ugly_number.go:3
FunctionisValid
(s string)
golang/valid_parentheses/valid_parentheses.go:3
FunctionisValidBST
(root *TreeNode)
golang/validate_binary_search_tree/validate_binary_search_tree.go:9
MethodisValidSerialization
golang/verify_preorder_serialization_of_a_binary_tree/verify_preorder_serialization_of_a_binary_tree.cpp:3
Methodis_palindrome
golang/palindrome_pairs/palindrome_pairs.cpp:31
Methodis_partition
golang/palindrome_partitioning/palindrome_partitioning.cpp:42
MethodkSmallestPairs
golang/find_k_pairs_with_smallest_sums/find_k_pairs_with_smallest_sums.cpp:3
FunctionkthSmallest
(root *TreeNode, k int)
golang/kth_smallest_element_in_a_BST/kth_smallest_element_in_a_BST.go:9
MethodkthSmallest
golang/kth_smallest_element_in_a_sorted_matrix/kth_smallest_element_in_a_sorted_matrix.cpp:3
FunctionladderLength
golang/word_ladder/word_ladder.cpp:7
MethodlargestDivisibleSubset
golang/largest_divisible_subset/largest_divisible_subset.cpp:3
FunctionlargestNumber
(nums []int)
golang/largest_number/largest_number.go:7
MethodlastRemaining
golang/elimination_game/elimination_game.cpp:3
MethodlengthLongestPath
golang/longest_absolute_file_path/longest_absolute_file_path.cpp:3
MethodlengthOfLIS
golang/longest_increasing_subsequence/longest_increasing_subsequence.cpp:6
MethodlengthOfLIS2
golang/longest_increasing_subsequence/longest_increasing_subsequence.cpp:21
FunctionletterCombinations
(digits string)
golang/letter_combinations_of_a_phone_number/letter_combinations_of_a_phone_number.go:3
FunctionlevelOrder
(root *TreeNode)
golang/binary_tree_level_order_traversal/binary_tree_level_order_traversal.go:9
FunctionlevelOrderBottom
(root *TreeNode)
golang/binary_tree_level_order_traversal_II/binary_tree_level_order_traversal_II.go:9
MethodlexicalOrder
golang/lexicographical_numbers/lexicographical_numbers.cpp:3
FunctionlongestConsecutive
(nums []int)
golang/longest_consecutive_sequence/longest_consecutive_sequence.go:3
MethodlongestIncreasingPath
golang/longest_increasing_path_in_a_matrix/longest_increasing_path_in_a_matrix.cpp:3
MethodlongestSubstring
golang/longest_substring_with_at_least_k_repeating_characters/longest_substring_with_at_least_k_repeating_characters.cpp:3
FunctionlongestValidParentheses
(s string)
golang/longest_valid_parentheses/longest_valid_parentheses.go:3
Methodlowbit
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:5
Methodlowbit
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:37
MethodlowestCommonAncestor
golang/lowest_common_ancestor_of_a_binary_tree/lowest_common_ancestor_of_a_binary_tree.cpp:13
MethodlowestCommonAncestor
golang/lowest_common_ancestor_of_a_binary_search_tree/lowest_common_ancestor_of_a_binary_search_tree.cpp:10
Functionmain
golang/lru_cache/lru_cache.cpp:103
Functionmain
golang/n_queens/n_queens.cpp:75
← previousnext →301–400 of 536, ranked by callers