Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hubstation/challenges
/ functions
Functions
536 in github.com/Hubstation/challenges
⨍
Functions
536
◇
Types & classes
176
Function
TestIsNumber
(t *testing.T)
golang/valid_number/valid_number_test.go:7
Function
TestIsPalindrome
(t *testing.T)
golang/palindrome_number/palindrome_number_test.go:7
Function
TestIsValid
(t *testing.T)
golang/valid_parentheses/valid_parentheses_test.go:7
Function
TestIsValidSudoku
(t *testing.T)
golang/valid_sudoku/valid_sudoku_test.go:7
Function
TestLargestRectangleArea
(t *testing.T)
golang/largest_rectangle_in_histogram/largest_rectangle_in_histogram_test.go:7
Function
TestLengthOfLastWord
(t *testing.T)
golang/length_of_last_word/length_of_last_word_test.go:7
Function
TestLengthOfLongestSubstring
(t *testing.T)
golang/longest_substring_without_repeating_characters/longest_substring_without_repeating_characters_test.go:7
Function
TestLongestCommonPrefix
(t *testing.T)
golang/longest_common_prefix/longest_common_prefix_test.go:7
Function
TestLongestPalindrome
(t *testing.T)
golang/longest_palindromic_substring/longest_palindromic_substring_test.go:7
Function
TestLongestValidParentheses
(t *testing.T)
golang/longest_valid_parentheses/longest_valid_parentheses_test.go:7
Function
TestMaxArea
(t *testing.T)
golang/container_with_most_water/container_with_most_water_test.go:7
Function
TestMergeKLists
(t *testing.T)
golang/merge_k_sorted_lists/merge_k_sorted_lists_test.go:7
Function
TestMinDistance
(t *testing.T)
golang/edit_distance/edit_distance_test.go:7
Function
TestMultiply
(t *testing.T)
golang/multiply_strings/multiply_strings_test.go:7
Function
TestMyAtoi
(t *testing)
golang/string_to_integer/string_to_integer_test.go:7
Function
TestPermute
(t *testing.T)
golang/permutations/permutations_test.go:8
Function
TestRestoreIpAddresses
(t *testing.T)
golang/restore_IP_addresses/restore_IP_addresses_test.go:8
Function
TestReverse
(t *testing.T)
golang/reverse_integer/reverse_integer_test.go:7
Function
TestReverseKGroup
(t *testing.T)
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group_test.go:7
Function
TestRomanToInt
(t *testing.T)
golang/roman_to_integer/roman_to_integer_test.go:7
Function
TestSearch
(t *testing.T)
golang/search_in_rotated_sorted_array/search_in_rotated_sorted_array_test.go:7
Function
TestSearchRange
(t *testing.T)
golang/search_for_a_range/search_for_a_range_test.go:7
Function
TestSpiralOrder
(t *testing.T)
golang/spiral_matrix/spiral_matrix_test.go:8
Function
TestThreeSum
(t *testing.T)
golang/three_sum/three_sum_test.go:7
Function
TestThreeSumClosest
(t *testing.T)
golang/three_sum_closest/three_sum_closest_test.go:7
Function
TestTwoSum
(t *testing.T)
golang/two_sum/two_sum_test.go:7
Method
TreeLinkNode
golang/populating_next_right_pointers_in_each_node/populating_next_right_pointers_in_each_node.cpp:4
Method
TreeLinkNode
golang/populating_next_right_pointers_in_each_node_II/populating_next_right_pointers_in_each_node_II.cpp:4
Method
TreeNode
golang/binary_search_tree_iterator/binary_search_tree_iterator.cpp:7
Method
TreeNode
golang/lowest_common_ancestor_of_a_binary_tree/lowest_common_ancestor_of_a_binary_tree.cpp:8
Method
TreeNode
golang/serialize_and_deserialize_binary_tree/serialize_and_deserialize_binary_tree.cpp:8
Method
TreeNode
golang/delete_node_in_a_linked_list/delete_node_in_a_linked_list.cpp:5
Method
TreeNode
golang/lowest_common_ancestor_of_a_binary_search_tree/lowest_common_ancestor_of_a_binary_search_tree.cpp:5
Method
TreeNode
golang/count_complete_tree_nodes/count_complete_tree_nodes.cpp:5
Method
TreeNode
golang/house_robber_III/house_robber_III.cpp:5
Method
Trie
golang/implement_trie/implement_trie.cpp:14
Method
TrieNode
golang/add_and_search_word/add_and_search_word.cpp:7
Method
TrieNode
golang/implement_trie/implement_trie.cpp:6
Method
UndirectedGraphNode
golang/clone_graph/clone_graph.cpp:10
Method
WordDictionary
golang/add_and_search_word/add_and_search_word.cpp:13
Method
World
(ctx context.Context, null *protos.Null)
grpc/harsh/challenge1/s_server.go:41
Method
World
(ctx context.Context, in *Null, opts ...grpc.CallOption)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:232
Method
World
(context.Context, *Null)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:243
Method
World
(context.Context, *Null)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:250
Function
_Welcome_World_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:258
Method
add
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:21
Function
addDigits
(num int)
golang/add_digits/add_digits.go:3
Method
addOperators
golang/expression_add_operators/expression_add_operators.cpp:3
Function
addTwoNumbers
(l1 *ListNode, l2 *ListNode)
golang/challenge2/add-two-numbers.go:15
Method
addWord
Adds a word into the data structure.
golang/add_and_search_word/add_and_search_word.cpp:17
Method
adjust
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:11
Method
bfs
golang/word_ladder_II/word_ladder_II.cpp:22
Function
binaryTreePaths
(root *TreeNode)
golang/binary_tree_paths/binary_tree_paths.go:18
Method
binary_index_tree
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:4
Method
binary_search
golang/longest_increasing_subsequence/longest_increasing_subsequence.cpp:38
Function
buildTree
(inorder []int, postorder []int)
golang/construct_binary_tree_from_inorder_and_postorder_traversal/construct_binary_tree_from_inorder_and_postorder_traversal.go:9
Function
buildTree
(preorder []int, inorder []int)
golang/construct_binary_tree_from_preorder_and_inorder_traversal/construct_binary_tree_from_preorder_and_inorder_traversal.go:9
Method
bulbSwitch
golang/bulb_switcher/bulb_switcher.cpp:3
Function
calculate
(s string)
golang/basic_calculator_II/basic_calculator_II.go:3
Function
calculate
(s string)
golang/basic_calculator/basic_calculator.go:3
Function
calculateMinimumHP
(dungeon [][]int)
golang/dungeon_game/dungeon_game.go:3
Function
canCompleteCircuit
(gas []int, cost []int)
golang/gas_station/gas_station.go:3
Method
canConstruct
golang/ransom_note/ransom_note.cpp:3
Function
canFinish
BFS
golang/course_schedule/course_schedule.go:4
Function
canFinishDFS
DFS
golang/course_schedule/course_schedule.go:36
Function
canJump
(nums []int)
golang/jump_game/jump_game.go:3
Method
canWinNim
golang/nim_game/nim_game.cpp:3
Function
candy
(ratings []int)
golang/candy/candy.go:3
Function
climbStairs
(n int)
golang/climbing_stairs/climbing_stairs.go:3
Method
cloneGraph
golang/clone_graph/clone_graph.cpp:15
Method
coinChange
golang/coin_change/coin_change.cpp:3
Function
combinationSum2
(candidates []int, target int)
golang/combination_sum_II/combination_sum_II.go:7
Function
combinationSum3
(k int, n int)
golang/combinations_sum_III/combinations_sum_III.go:3
Method
combinationSum4
golang/combination_sum_IV/combination_sum_IV.cpp:3
Function
combine
(n int, k int)
golang/combinations/combinations.go:3
Function
compareVersion
(version1 string, version2 string)
golang/compare_version_numbers/compare_version_numbers.go:3
Function
computeArea
(A int, B int, C int, D int, E int, F int, G int, H int)
golang/rectangle_area/rectangle_area.go:3
Function
connect
golang/populating_next_right_pointers_in_each_node/populating_next_right_pointers_in_each_node.cpp:7
Function
connect
golang/populating_next_right_pointers_in_each_node_II/populating_next_right_pointers_in_each_node_II.cpp:7
Function
containsDuplicate
(nums []int)
golang/contains_duplicate/contains_duplicate.go:3
Function
containsNearbyAlmostDuplicate
(nums []int, k int, t int)
golang/contains_duplicate_III/contains_duplicate_III.go:3
Function
containsNearbyDuplicate
(nums []int, k int)
golang/contains_duplicate_II/contains_duplicate_II.go:3
Function
convertToTitle
(n int)
golang/excel_sheet_column_title/excel_sheet_column_title.go:3
Method
copyRandomList
golang/copy_list_with_random_pointer/copy_list_with_random_pointer.cpp:12
Method
countBits
golang/counting_bits/counting_bits.cpp:3
Method
countNodes
golang/count_complete_tree_nodes/count_complete_tree_nodes.cpp:10
Function
countPrimes
(n int)
golang/count_primes/count_primes.go:3
Method
countRangeSum
golang/count_of_range_sum/count_of_range_sum.cpp:3
Method
countSmaller
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:26
Method
count_when_merging_sort
golang/count_of_range_sum/count_of_range_sum.cpp:10
Method
decode
golang/decode_string/decode_string.cpp:8
Method
decodeString
golang/decode_string/decode_string.cpp:3
Function
deleteDuplicates
(head *ListNode)
golang/remove_duplicates_from_sorted_list_II/remove_duplicates_from_sorted_list_II.go:8
Function
deleteDuplicates
(head *ListNode)
golang/remove_duplicates_from_sorted_list/remove_duplicates_from_sorted_list.go:8
Method
deleteNode
golang/delete_node_in_a_linked_list/delete_node_in_a_linked_list.cpp:10
Method
deserialize
golang/serialize_and_deserialize_binary_tree/serialize_and_deserialize_binary_tree.cpp:23
Method
detectCycle
golang/linked_list_cycle_II/linked_list_cycle_II.cpp:8
Method
dfs
golang/word_ladder_II/word_ladder_II.cpp:48
Function
diffWaysToCompute
(input string)
golang/different_ways_to_add_parentheses/different_ways_to_add_parentheses.go:7
Method
empty
Return whether the stack is empty.
golang/implement_stack_using_queues/implement_stack_using_queues.cpp:27
← previous
next →
201–300 of 536, ranked by callers