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
Method
shuffle
Returns a random shuffling of the array. */
golang/shuffle_an_array/shuffle_an_array.cpp:13
Function
singleNumber
(nums []int)
golang/single_number/single_number.go:3
Function
singleNumber
(nums []int)
golang/single_number_II/single_number_II.go:3
Function
singleNumber
(nums []int)
golang/single_number_III/single_number_III.go:3
Function
solve
(board [][]byte)
golang/surrounded_regions/surrounded_regions.go:8
Function
sortColors
(nums []int)
golang/sort_colors/sort_colors.go:3
Function
sortList
(head *ListNode)
golang/sort_list/sort_list.go:8
Function
sortedArrayToBST
(nums []int)
golang/convert_sorted_array_to_binary_search_tree/convert_sorted_array_to_binary_search_tree.go:9
Function
sortedListToBST
(head *ListNode)
golang/convert_sorted_list_to_binary_search_tree/convert_sorted_list_to_binary_search_tree.go:14
Method
startsWith
Returns if there is any word in the trie that starts with the given prefix.
golang/implement_trie/implement_trie.cpp:39
Function
subsets
(nums []int)
golang/subsets/subsets.go:3
Function
subsetsWithDup
(nums []int)
golang/subsets_II/subsets_II.go:7
Method
sum
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:28
Function
sumNumbers
(root *TreeNode)
golang/sum_root_to_leaf_numbers/sum_root_to_leaf_numbers.go:13
Method
sumRange
golang/range_sum_query_immutable/range_sum_query_immutable.cpp:14
Method
sumRange
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:17
Method
sumRegion
golang/range_sum_query_2d_immutable/range_sum_query_2d_immutable.cpp:18
Function
summaryRanges
(nums []int)
golang/summary_ranges/summary_ranges.go:7
Function
swapPairs
(head *ListNode)
golang/swap_nodes_in_pairs/swap_nodes_in_pairs.go:8
Function
threeSum
(nums []int)
golang/three_sum/three_sum.go:7
Function
threeSumClosest
(nums []int, target int)
golang/three_sum_closest/three_sum_closest.go:7
Function
titleToNumber
(s string)
golang/excel_sheet_column_number/excel_sheet_column_number.go:3
Method
topKFrequent
golang/top_k_frequent_elements/top_k_frequent_elements.cpp:3
Function
totalNQueens
(n int)
golang/n_queens_II/n_queens_II.go:3
Function
trailingZeroes
(n int)
golang/factorial_trailing_zeroes/factorial_trailing_zeroes.go:3
Function
trap
(height []int)
golang/trapping_rain_water/trapping_rain_water.go:3
Function
twoSum
(numbers []int, target int)
golang/two_sum_II/two_sum_II.go:3
Function
twoSum
(nums []int, target int)
golang/challenge1/two-sum.go:3
Function
uniquePaths
(m int, n int)
golang/unique_paths/unique_paths.go:3
Function
uniquePathsWithObstacles
(obstacleGrid [][]int)
golang/unique_paths_II/unique_paths_II.go:3
Method
update
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:11
Method
wiggleMaxLength
golang/wiggle_subsequence/wiggle_subsequence.cpp:3
Method
wordBreak
golang/word_break/word_break.cpp:8
Method
wordBreak
golang/word_break_II/word_break_II.cpp:8
Method
wordPattern
golang/word_pattern/word_pattern.cpp:8
Function
zigzagLevelOrder
(root *TreeNode)
golang/binary_tree_zigzag_level_order_traversal/binary_tree_zigzag_level_order_traversal.go:9
← previous
501–536 of 536, ranked by callers