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
↓ 1 callers
Function
isVaild
(bytes []byte)
golang/restore_IP_addresses/restore_IP_addresses.go:45
↓ 1 callers
Function
isValid
(stack []int, index, val int)
golang/n_queens_II/n_queens_II.go:37
↓ 1 callers
Function
isValid
golang/n_queens/n_queens.cpp:6
↓ 1 callers
Function
isValidSudoku
(board [][]byte)
golang/valid_sudoku/valid_sudoku.go:3
↓ 1 callers
Function
largestRectangleArea
(heights []int)
golang/largest_rectangle_in_histogram/largest_rectangle_in_histogram.go:3
↓ 1 callers
Method
len
golang/lru_cache/lru_cache.cpp:63
↓ 1 callers
Function
lengthOfLastWord
(s string)
golang/length_of_last_word/length_of_last_word.go:3
↓ 1 callers
Function
lengthOfLongestSubstring
(s string)
golang/longest_substring_without_repeating_characters/longest_substring_without_repeating_characters.go:3
↓ 1 callers
Function
less
(s1, s2 string)
golang/largest_number/largest_number.go:46
↓ 1 callers
Function
longestCommonPrefix
(strs []string)
golang/longest_common_prefix/longest_common_prefix.go:3
↓ 1 callers
Function
longestPalindrome
(s string)
golang/longest_palindromic_substring/longest_palindromic_substring.go:3
↓ 1 callers
Function
max
(i, j int)
golang/jump_game/jump_game.go:19
↓ 1 callers
Function
max
(i, j int)
golang/dungeon_game/dungeon_game.go:31
↓ 1 callers
Function
maxArea
(heights []int)
golang/maximal_rectangle/maximal_rectangle.go:30
↓ 1 callers
Function
maxArea
(height []int)
golang/container_with_most_water/container_with_most_water.go:3
↓ 1 callers
Function
merge
(left, right *ListNode)
golang/sort_list/sort_list.go:31
↓ 1 callers
Function
mergeTwoLists
(l1 *ListNode, l2 *ListNode)
golang/merge_k_sorted_lists/merge_k_sorted_lists.go:18
↓ 1 callers
Function
minDistance
(word1 string, word2 string)
golang/edit_distance/edit_distance.go:3
↓ 1 callers
Function
minHeight
(x, y int)
golang/container_with_most_water/container_with_most_water.go:32
↓ 1 callers
Function
multiply
(num1 string, num2 string)
golang/multiply_strings/multiply_strings.go:3
↓ 1 callers
Function
numDecodingsI
(bytes []byte)
golang/decode_ways/decode_ways.go:8
↓ 1 callers
Function
numDistinctBytes
(s []byte, t []byte)
golang/distinct_subsequences/distinct_subsequences.go:7
↓ 1 callers
Function
oneMultiply
(num1 []int, num2 int)
golang/multiply_strings/multiply_strings.go:44
↓ 1 callers
Function
partition
(nums []int, i, j, k int)
golang/kth_largest_element_in_an_array/kth_largest_element_in_an_array.go:7
↓ 1 callers
Function
partition
(stringList []string, i, j int)
golang/largest_number/largest_number.go:33
↓ 1 callers
Function
permute
recursion
golang/permutations/permutations.go:8
↓ 1 callers
Method
pop
golang/lru_cache/lru_cache.cpp:32
↓ 1 callers
Method
pop
Removes the element from in front of queue.
golang/implement_queue_using_stacks/implement_queue_using_stacks.cpp:14
↓ 1 callers
Method
print
()
golang/insertion_sort_list/insertion_sort_list_test.go:15
↓ 1 callers
Method
push
Push element x onto stack.
golang/implement_stack_using_queues/implement_stack_using_queues.cpp:7
↓ 1 callers
Method
push
golang/lru_cache/lru_cache.cpp:20
↓ 1 callers
Function
quickSort
(stringList []string, i, j int)
golang/largest_number/largest_number.go:23
↓ 1 callers
Function
restoreIpAddresses
(s string)
golang/restore_IP_addresses/restore_IP_addresses.go:7
↓ 1 callers
Function
restoreIpAddressesI
(bytes []byte, solution [][]byte, count int)
golang/restore_IP_addresses/restore_IP_addresses.go:21
↓ 1 callers
Function
reverse
(x int)
golang/reverse_integer/reverse_integer.go:9
↓ 1 callers
Function
reverse
(s string)
golang/shortest_palindrome/shortest_palindrome.go:25
↓ 1 callers
Function
reverseKGroup
(head *ListNode, k int)
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group.go:8
↓ 1 callers
Function
reverseKNodes
(head *ListNode, k int)
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group.go:23
↓ 1 callers
Function
search
(nums []int, target int)
golang/search_in_rotated_sorted_array/search_in_rotated_sorted_array.go:3
↓ 1 callers
Function
search1
(nums []int, target int, left, right int)
golang/search_in_rotated_sorted_array_II/search_in_rotated_sorted_array_II.go:16
↓ 1 callers
Function
search1
(nums []int, left, right, target int)
golang/search_in_rotated_sorted_array/search_in_rotated_sorted_array.go:17
↓ 1 callers
Function
searchInsertI
(nums []int, left, right, target int)
golang/search_insert_position/search_insert_position.go:7
↓ 1 callers
Function
searchRange
(nums []int, target int)
golang/search_for_a_range/search_for_a_range.go:3
↓ 1 callers
Function
searchRangeI
(nums []int, left, right, target int)
golang/search_for_a_range/search_for_a_range.go:11
↓ 1 callers
Function
solveNQueens
golang/n_queens/n_queens.cpp:15
↓ 1 callers
Function
spiralOrder
(matrix [][]int)
golang/spiral_matrix/spiral_matrix.go:10
↓ 1 callers
Function
split
(head *ListNode)
golang/sort_list/sort_list.go:16
↓ 1 callers
Function
squares
(n int)
golang/happy_number/happy_number.go:15
↓ 1 callers
Function
subsetsI
(nums []int, solution []int, idx int)
golang/subsets_II/subsets_II.go:15
↓ 1 callers
Method
sum
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:8
↓ 1 callers
Function
toInt
(r rune)
golang/string_to_integer/string_to_integer.go:46
↓ 1 callers
Function
traverse
(nums []int, m map[int]bool, solution []int)
golang/permutations_II/permutations_II.go:7
↓ 1 callers
Function
traverse
(nums []int, m map[int]bool, solution []int)
golang/permutations/permutations.go:12
↓ 1 callers
Function
twoSum
(nums []int, target int)
golang/two_sum/two_sum.go:3
Method
BSTIterator
golang/binary_search_tree_iterator/binary_search_tree_iterator.cpp:14
Method
DFS
golang/palindrome_partitioning/palindrome_partitioning.cpp:22
Method
DFS
golang/additive_number/additive_number.cpp:10
Method
DFS
golang/word_break_II/word_break_II.cpp:16
Method
DFS
golang/reconstruct_ltinerary/reconstruct_ltinerary.cpp:12
Method
DFS
golang/expression_add_operators/expression_add_operators.cpp:9
Method
DFS
golang/remove_invalid_parentheses/remove_invalid_parentheses.cpp:23
Method
Descriptor
Deprecated: Use Null.ProtoReflect.Descriptor instead.
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:66
Method
Descriptor
Deprecated: Use Person.ProtoReflect.Descriptor instead.
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:106
Method
GetName
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:110
Method
Heap
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:26
Method
LRUCache
golang/lru_cache/lru_cache.cpp:74
Method
Len
()
golang/group_anagrams/group_anagrams.go:9
Method
Less
(i, j int)
golang/group_anagrams/group_anagrams.go:13
Method
ListNode
golang/linked_list_cycle/linked_list_cycle.cpp:4
Method
ListNode
golang/intersection_of_two_linked_lists/intersection_of_two_linked_lists.cpp:4
Method
ListNode
golang/linked_list_cycle_II/linked_list_cycle_II.cpp:4
Method
MinStack
golang/min_stack/min_stack.cpp:7
Method
NestedIterator
golang/flatten_nested_list_iterator/flatten_nested_list_iterator.cpp:32
Function
NewWelcomeClient
(cc grpc.ClientConnInterface)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:228
Method
NumArray
golang/range_sum_query_immutable/range_sum_query_immutable.cpp:7
Method
NumArray
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:5
Method
NumMatrix
golang/range_sum_query_2d_immutable/range_sum_query_2d_immutable.cpp:7
Method
PeekingIterator
golang/peeking_iterator/peeking_iterator.cpp:21
Method
ProtoMessage
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:51
Method
ProtoMessage
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:91
Method
ProtoReflect
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:53
Method
ProtoReflect
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:93
Method
RandomListNode
golang/copy_list_with_random_pointer/copy_list_with_random_pointer.cpp:7
Function
RegisterWelcomeServer
(s *grpc.Server, srv WelcomeServer)
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:254
Method
Reset
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:38
Method
Reset
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:78
Method
Solution
golang/shuffle_an_array/shuffle_an_array.cpp:3
Method
String
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:47
Method
String
()
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:87
Method
Swap
(i, j int)
golang/group_anagrams/group_anagrams.go:17
Function
TestAddBinary
(t *testing.T)
golang/add_binary/add_binary_test.go:7
Function
TestAddTwoNumbers
(t *testing.T)
golang/add_two_numbers/add_two_numbers_test.go:7
Function
TestCombinationSum
(t *testing.T)
golang/combination_sum/combination_sum_test.go:8
Function
TestConvert
(t *testing.T)
golang/zigzag_conversion/zigzag_conversion_test.go:7
Function
TestCountAndSay
(t *testing.T)
golang/count_and_say/count_and_test.go:7
Function
TestExist
(t *testing.T)
golang/word_search/word_search_test.go:7
Function
TestFindMedianSortedArrays
(t *testing.T)
golang/median_of_two_sorted_arrays/median_of_two_sorted_arrays_test.go:7
Function
TestGetPermutation
(t *testing.T)
golang/permutation_sequence/permutation_sequence_test.go:7
Function
TestInsertionSortList
(t *testing.T)
golang/insertion_sort_list/insertion_sort_list_test.go:23
Function
TestIntToRoman
(t *testing.T)
golang/integer_to_roman/integer_to_roman_test.go:7
← previous
next →
101–200 of 536, ranked by callers