MCPcopy Create free account

hub / github.com/Hubstation/challenges / functions

Functions536 in github.com/Hubstation/challenges

Methodshuffle
Returns a random shuffling of the array. */
golang/shuffle_an_array/shuffle_an_array.cpp:13
FunctionsingleNumber
(nums []int)
golang/single_number/single_number.go:3
FunctionsingleNumber
(nums []int)
golang/single_number_II/single_number_II.go:3
FunctionsingleNumber
(nums []int)
golang/single_number_III/single_number_III.go:3
Functionsolve
(board [][]byte)
golang/surrounded_regions/surrounded_regions.go:8
FunctionsortColors
(nums []int)
golang/sort_colors/sort_colors.go:3
FunctionsortList
(head *ListNode)
golang/sort_list/sort_list.go:8
FunctionsortedArrayToBST
(nums []int)
golang/convert_sorted_array_to_binary_search_tree/convert_sorted_array_to_binary_search_tree.go:9
FunctionsortedListToBST
(head *ListNode)
golang/convert_sorted_list_to_binary_search_tree/convert_sorted_list_to_binary_search_tree.go:14
MethodstartsWith
Returns if there is any word in the trie that starts with the given prefix.
golang/implement_trie/implement_trie.cpp:39
Functionsubsets
(nums []int)
golang/subsets/subsets.go:3
FunctionsubsetsWithDup
(nums []int)
golang/subsets_II/subsets_II.go:7
Methodsum
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:28
FunctionsumNumbers
(root *TreeNode)
golang/sum_root_to_leaf_numbers/sum_root_to_leaf_numbers.go:13
MethodsumRange
golang/range_sum_query_immutable/range_sum_query_immutable.cpp:14
MethodsumRange
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:17
MethodsumRegion
golang/range_sum_query_2d_immutable/range_sum_query_2d_immutable.cpp:18
FunctionsummaryRanges
(nums []int)
golang/summary_ranges/summary_ranges.go:7
FunctionswapPairs
(head *ListNode)
golang/swap_nodes_in_pairs/swap_nodes_in_pairs.go:8
FunctionthreeSum
(nums []int)
golang/three_sum/three_sum.go:7
FunctionthreeSumClosest
(nums []int, target int)
golang/three_sum_closest/three_sum_closest.go:7
FunctiontitleToNumber
(s string)
golang/excel_sheet_column_number/excel_sheet_column_number.go:3
MethodtopKFrequent
golang/top_k_frequent_elements/top_k_frequent_elements.cpp:3
FunctiontotalNQueens
(n int)
golang/n_queens_II/n_queens_II.go:3
FunctiontrailingZeroes
(n int)
golang/factorial_trailing_zeroes/factorial_trailing_zeroes.go:3
Functiontrap
(height []int)
golang/trapping_rain_water/trapping_rain_water.go:3
FunctiontwoSum
(numbers []int, target int)
golang/two_sum_II/two_sum_II.go:3
FunctiontwoSum
(nums []int, target int)
golang/challenge1/two-sum.go:3
FunctionuniquePaths
(m int, n int)
golang/unique_paths/unique_paths.go:3
FunctionuniquePathsWithObstacles
(obstacleGrid [][]int)
golang/unique_paths_II/unique_paths_II.go:3
Methodupdate
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:11
MethodwiggleMaxLength
golang/wiggle_subsequence/wiggle_subsequence.cpp:3
MethodwordBreak
golang/word_break/word_break.cpp:8
MethodwordBreak
golang/word_break_II/word_break_II.cpp:8
MethodwordPattern
golang/word_pattern/word_pattern.cpp:8
FunctionzigzagLevelOrder
(root *TreeNode)
golang/binary_tree_zigzag_level_order_traversal/binary_tree_zigzag_level_order_traversal.go:9
← previous501–536 of 536, ranked by callers