MCPcopy Create free account

hub / github.com/Hubstation/challenges / functions

Functions536 in github.com/Hubstation/challenges

↓ 1 callersFunctionisVaild
(bytes []byte)
golang/restore_IP_addresses/restore_IP_addresses.go:45
↓ 1 callersFunctionisValid
(stack []int, index, val int)
golang/n_queens_II/n_queens_II.go:37
↓ 1 callersFunctionisValid
golang/n_queens/n_queens.cpp:6
↓ 1 callersFunctionisValidSudoku
(board [][]byte)
golang/valid_sudoku/valid_sudoku.go:3
↓ 1 callersFunctionlargestRectangleArea
(heights []int)
golang/largest_rectangle_in_histogram/largest_rectangle_in_histogram.go:3
↓ 1 callersMethodlen
golang/lru_cache/lru_cache.cpp:63
↓ 1 callersFunctionlengthOfLastWord
(s string)
golang/length_of_last_word/length_of_last_word.go:3
↓ 1 callersFunctionlengthOfLongestSubstring
(s string)
golang/longest_substring_without_repeating_characters/longest_substring_without_repeating_characters.go:3
↓ 1 callersFunctionless
(s1, s2 string)
golang/largest_number/largest_number.go:46
↓ 1 callersFunctionlongestCommonPrefix
(strs []string)
golang/longest_common_prefix/longest_common_prefix.go:3
↓ 1 callersFunctionlongestPalindrome
(s string)
golang/longest_palindromic_substring/longest_palindromic_substring.go:3
↓ 1 callersFunctionmax
(i, j int)
golang/jump_game/jump_game.go:19
↓ 1 callersFunctionmax
(i, j int)
golang/dungeon_game/dungeon_game.go:31
↓ 1 callersFunctionmaxArea
(heights []int)
golang/maximal_rectangle/maximal_rectangle.go:30
↓ 1 callersFunctionmaxArea
(height []int)
golang/container_with_most_water/container_with_most_water.go:3
↓ 1 callersFunctionmerge
(left, right *ListNode)
golang/sort_list/sort_list.go:31
↓ 1 callersFunctionmergeTwoLists
(l1 *ListNode, l2 *ListNode)
golang/merge_k_sorted_lists/merge_k_sorted_lists.go:18
↓ 1 callersFunctionminDistance
(word1 string, word2 string)
golang/edit_distance/edit_distance.go:3
↓ 1 callersFunctionminHeight
(x, y int)
golang/container_with_most_water/container_with_most_water.go:32
↓ 1 callersFunctionmultiply
(num1 string, num2 string)
golang/multiply_strings/multiply_strings.go:3
↓ 1 callersFunctionnumDecodingsI
(bytes []byte)
golang/decode_ways/decode_ways.go:8
↓ 1 callersFunctionnumDistinctBytes
(s []byte, t []byte)
golang/distinct_subsequences/distinct_subsequences.go:7
↓ 1 callersFunctiononeMultiply
(num1 []int, num2 int)
golang/multiply_strings/multiply_strings.go:44
↓ 1 callersFunctionpartition
(nums []int, i, j, k int)
golang/kth_largest_element_in_an_array/kth_largest_element_in_an_array.go:7
↓ 1 callersFunctionpartition
(stringList []string, i, j int)
golang/largest_number/largest_number.go:33
↓ 1 callersFunctionpermute
recursion
golang/permutations/permutations.go:8
↓ 1 callersMethodpop
golang/lru_cache/lru_cache.cpp:32
↓ 1 callersMethodpop
Removes the element from in front of queue.
golang/implement_queue_using_stacks/implement_queue_using_stacks.cpp:14
↓ 1 callersMethodprint
()
golang/insertion_sort_list/insertion_sort_list_test.go:15
↓ 1 callersMethodpush
Push element x onto stack.
golang/implement_stack_using_queues/implement_stack_using_queues.cpp:7
↓ 1 callersMethodpush
golang/lru_cache/lru_cache.cpp:20
↓ 1 callersFunctionquickSort
(stringList []string, i, j int)
golang/largest_number/largest_number.go:23
↓ 1 callersFunctionrestoreIpAddresses
(s string)
golang/restore_IP_addresses/restore_IP_addresses.go:7
↓ 1 callersFunctionrestoreIpAddressesI
(bytes []byte, solution [][]byte, count int)
golang/restore_IP_addresses/restore_IP_addresses.go:21
↓ 1 callersFunctionreverse
(x int)
golang/reverse_integer/reverse_integer.go:9
↓ 1 callersFunctionreverse
(s string)
golang/shortest_palindrome/shortest_palindrome.go:25
↓ 1 callersFunctionreverseKGroup
(head *ListNode, k int)
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group.go:8
↓ 1 callersFunctionreverseKNodes
(head *ListNode, k int)
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group.go:23
↓ 1 callersFunctionsearch
(nums []int, target int)
golang/search_in_rotated_sorted_array/search_in_rotated_sorted_array.go:3
↓ 1 callersFunctionsearch1
(nums []int, target int, left, right int)
golang/search_in_rotated_sorted_array_II/search_in_rotated_sorted_array_II.go:16
↓ 1 callersFunctionsearch1
(nums []int, left, right, target int)
golang/search_in_rotated_sorted_array/search_in_rotated_sorted_array.go:17
↓ 1 callersFunctionsearchInsertI
(nums []int, left, right, target int)
golang/search_insert_position/search_insert_position.go:7
↓ 1 callersFunctionsearchRange
(nums []int, target int)
golang/search_for_a_range/search_for_a_range.go:3
↓ 1 callersFunctionsearchRangeI
(nums []int, left, right, target int)
golang/search_for_a_range/search_for_a_range.go:11
↓ 1 callersFunctionsolveNQueens
golang/n_queens/n_queens.cpp:15
↓ 1 callersFunctionspiralOrder
(matrix [][]int)
golang/spiral_matrix/spiral_matrix.go:10
↓ 1 callersFunctionsplit
(head *ListNode)
golang/sort_list/sort_list.go:16
↓ 1 callersFunctionsquares
(n int)
golang/happy_number/happy_number.go:15
↓ 1 callersFunctionsubsetsI
(nums []int, solution []int, idx int)
golang/subsets_II/subsets_II.go:15
↓ 1 callersMethodsum
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:8
↓ 1 callersFunctiontoInt
(r rune)
golang/string_to_integer/string_to_integer.go:46
↓ 1 callersFunctiontraverse
(nums []int, m map[int]bool, solution []int)
golang/permutations_II/permutations_II.go:7
↓ 1 callersFunctiontraverse
(nums []int, m map[int]bool, solution []int)
golang/permutations/permutations.go:12
↓ 1 callersFunctiontwoSum
(nums []int, target int)
golang/two_sum/two_sum.go:3
MethodBSTIterator
golang/binary_search_tree_iterator/binary_search_tree_iterator.cpp:14
MethodDFS
golang/palindrome_partitioning/palindrome_partitioning.cpp:22
MethodDFS
golang/additive_number/additive_number.cpp:10
MethodDFS
golang/word_break_II/word_break_II.cpp:16
MethodDFS
golang/reconstruct_ltinerary/reconstruct_ltinerary.cpp:12
MethodDFS
golang/expression_add_operators/expression_add_operators.cpp:9
MethodDFS
golang/remove_invalid_parentheses/remove_invalid_parentheses.cpp:23
MethodDescriptor
Deprecated: Use Null.ProtoReflect.Descriptor instead.
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:66
MethodDescriptor
Deprecated: Use Person.ProtoReflect.Descriptor instead.
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:106
MethodGetName
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:110
MethodHeap
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:26
MethodLRUCache
golang/lru_cache/lru_cache.cpp:74
MethodLen
()
golang/group_anagrams/group_anagrams.go:9
MethodLess
(i, j int)
golang/group_anagrams/group_anagrams.go:13
MethodListNode
golang/linked_list_cycle/linked_list_cycle.cpp:4
MethodListNode
golang/intersection_of_two_linked_lists/intersection_of_two_linked_lists.cpp:4
MethodListNode
golang/linked_list_cycle_II/linked_list_cycle_II.cpp:4
MethodMinStack
golang/min_stack/min_stack.cpp:7
MethodNestedIterator
golang/flatten_nested_list_iterator/flatten_nested_list_iterator.cpp:32
FunctionNewWelcomeClient
(cc grpc.ClientConnInterface)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:228
MethodNumArray
golang/range_sum_query_immutable/range_sum_query_immutable.cpp:7
MethodNumArray
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:5
MethodNumMatrix
golang/range_sum_query_2d_immutable/range_sum_query_2d_immutable.cpp:7
MethodPeekingIterator
golang/peeking_iterator/peeking_iterator.cpp:21
MethodProtoMessage
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:51
MethodProtoMessage
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:91
MethodProtoReflect
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:53
MethodProtoReflect
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:93
MethodRandomListNode
golang/copy_list_with_random_pointer/copy_list_with_random_pointer.cpp:7
FunctionRegisterWelcomeServer
(s *grpc.Server, srv WelcomeServer)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:254
MethodReset
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:38
MethodReset
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:78
MethodSolution
golang/shuffle_an_array/shuffle_an_array.cpp:3
MethodString
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:47
MethodString
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:87
MethodSwap
(i, j int)
golang/group_anagrams/group_anagrams.go:17
FunctionTestAddBinary
(t *testing.T)
golang/add_binary/add_binary_test.go:7
FunctionTestAddTwoNumbers
(t *testing.T)
golang/add_two_numbers/add_two_numbers_test.go:7
FunctionTestCombinationSum
(t *testing.T)
golang/combination_sum/combination_sum_test.go:8
FunctionTestConvert
(t *testing.T)
golang/zigzag_conversion/zigzag_conversion_test.go:7
FunctionTestCountAndSay
(t *testing.T)
golang/count_and_say/count_and_test.go:7
FunctionTestExist
(t *testing.T)
golang/word_search/word_search_test.go:7
FunctionTestFindMedianSortedArrays
(t *testing.T)
golang/median_of_two_sorted_arrays/median_of_two_sorted_arrays_test.go:7
FunctionTestGetPermutation
(t *testing.T)
golang/permutation_sequence/permutation_sequence_test.go:7
FunctionTestInsertionSortList
(t *testing.T)
golang/insertion_sort_list/insertion_sort_list_test.go:23
FunctionTestIntToRoman
(t *testing.T)
golang/integer_to_roman/integer_to_roman_test.go:7
← previousnext →101–200 of 536, ranked by callers