Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hubstation/challenges
/ types & classes
Types & classes
176 in github.com/Hubstation/challenges
⨍
Functions
536
◇
Types & classes
176
↓ 1 callers
TypeAlias
bytes
golang/group_anagrams/group_anagrams.go:7
Class
BSTIterator
golang/binary_search_tree_iterator/binary_search_tree_iterator.cpp:10
Class
CMP
golang/find_k_pairs_with_smallest_sums/find_k_pairs_with_smallest_sums.cpp:22
Class
Codec
golang/serialize_and_deserialize_binary_tree/serialize_and_deserialize_binary_tree.cpp:11
Class
Data
golang/peeking_iterator/peeking_iterator.cpp:4
Class
Heap
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:7
Class
Iterator
Below is the interface for Iterator, which is already defined for you. DO NOT** modify the interface for Iterator.
golang/peeking_iterator/peeking_iterator.cpp:3
Class
LRUCache
golang/lru_cache/lru_cache.cpp:68
Class
ListNode
golang/linked_list_cycle/linked_list_cycle.cpp:1
Class
ListNode
golang/intersection_of_two_linked_lists/intersection_of_two_linked_lists.cpp:1
Class
ListNode
golang/linked_list_cycle_II/linked_list_cycle_II.cpp:1
Struct
ListNode
golang/remove_duplicates_from_sorted_list_II/remove_duplicates_from_sorted_list_II.go:3
Struct
ListNode
golang/merge_two_sorted_lists/merge_two_sorted_lists.go:3
Struct
ListNode
golang/remove_nth_node_from_end_of_list/remove_nth_node_from_end_of_list.go:3
Struct
ListNode
golang/reverse_nodes_in_k_group/reverse_nodes_in_k_group.go:3
Struct
ListNode
golang/merge_k_sorted_lists/merge_k_sorted_lists.go:3
Struct
ListNode
golang/palindrome_lined_list/palindrome_lined_list.go:3
Struct
ListNode
golang/insertion_sort_list/insertion_sort_list.go:3
Struct
ListNode
golang/partition_list/partition_list.go:3
Struct
ListNode
golang/sort_list/sort_list.go:3
Struct
ListNode
golang/reorder_list/reorder_list.go:3
Struct
ListNode
golang/reverse_linked_list_II/reverse_linked_list_II.go:3
Struct
ListNode
golang/convert_sorted_list_to_binary_search_tree/convert_sorted_list_to_binary_search_tree.go:3
Struct
ListNode
golang/reverse_linked_list/reverse_linked_list.go:3
Struct
ListNode
golang/remove_linked_list_elements/remove_linked_list_elements.go:3
Struct
ListNode
golang/rotate_list/rotate_list.go:3
Struct
ListNode
golang/add_two_numbers/add_two_numbers.go:3
Struct
ListNode
golang/swap_nodes_in_pairs/swap_nodes_in_pairs.go:3
Struct
ListNode
** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode * } */
golang/challenge2/add-two-numbers.go:10
Struct
ListNode
golang/remove_duplicates_from_sorted_list/remove_duplicates_from_sorted_list.go:3
Class
MedianFinder
golang/find_median_from_data_stream/find_median_from_data_stream.cpp:65
Class
MinStack
golang/min_stack/min_stack.cpp:4
Class
NestedIterator
* // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * class Ne
golang/flatten_nested_list_iterator/flatten_nested_list_iterator.cpp:18
Struct
Null
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:32
Class
NumArray
golang/range_sum_query_immutable/range_sum_query_immutable.cpp:4
Class
NumArray
golang/range_sum_query_mutable/range_sum_query_mutable.cpp:1
Class
NumMatrix
golang/range_sum_query_2d_immutable/range_sum_query_2d_immutable.cpp:4
Class
PeekingIterator
golang/peeking_iterator/peeking_iterator.cpp:17
Struct
Person
grpc/harsh/challenge1/protos/go/hello/hello.pb.go:70
Struct
Point
golang/max_points_on_a_line/max_points_on_a_line.go:3
Class
Queue
golang/implement_queue_using_stacks/implement_queue_using_stacks.cpp:4
Class
RandomListNode
golang/copy_list_with_random_pointer/copy_list_with_random_pointer.cpp:4
Class
Solution
golang/maximum_product_of_word_lengths/maximum_product_of_word_lengths.cpp:1
Class
Solution
golang/wiggle_subsequence/wiggle_subsequence.cpp:1
Class
Solution
golang/top_k_frequent_elements/top_k_frequent_elements.cpp:1
Class
Solution
golang/reverse_words_in_a_string/reverse_words_in_a_string.cpp:6
Class
Solution
golang/longest_substring_with_at_least_k_repeating_characters/longest_substring_with_at_least_k_repeating_characters.cpp:1
Class
Solution
golang/perfect_squares/perfect_squares.cpp:1
Class
Solution
golang/reverse_bits/reverse_bits.cpp:1
Class
Solution
golang/move_zeroes/move_zeroes.cpp:1
Class
Solution
golang/number_of_1bits/number_of_1bits.cpp:1
Class
Solution
golang/find_the_difference/find_the_difference.cpp:1
Class
Solution
golang/burst_balloons/burst_balloons.cpp:1
Class
Solution
golang/palindrome_partitioning/palindrome_partitioning.cpp:4
Class
Solution
golang/best_time_to_buy_and_sell_stock_II/best_time_to_buy_and_sell_stock_II.cpp:1
Class
Solution
golang/minimum_height_trees/minimum_height_trees.cpp:1
Class
Solution
golang/bulb_switcher/bulb_switcher.cpp:1
Class
Solution
golang/nim_game/nim_game.cpp:1
Class
Solution
golang/word_break/word_break.cpp:6
Class
Solution
golang/first_bad_version/first_bad_version.cpp:3
Class
Solution
golang/reverse_string/reverse_string.cpp:1
Class
Solution
golang/word_pattern/word_pattern.cpp:6
Class
Solution
golang/intersection_of_two_arrays_II/intersection_of_two_arrays_II.cpp:1
Class
Solution
golang/count_of_smaller_numbers_after_self/count_of_smaller_numbers_after_self.cpp:24
Class
Solution
golang/valid_perfect_square/valid_perfect_square.cpp:1
Class
Solution
golang/clone_graph/clone_graph.cpp:13
Class
Solution
golang/additive_number/additive_number.cpp:4
Class
Solution
golang/find_the_duplicate_number/find_the_duplicate_number.cpp:1
Class
Solution
golang/word_break_II/word_break_II.cpp:6
Class
Solution
golang/best_time_to_buy_and_sell_stock_IV/best_time_to_buy_and_sell_stock_IV.cpp:1
Class
Solution
golang/word_ladder_II/word_ladder_II.cpp:9
Class
Solution
golang/reverse_vowels_of_a_string/reverse_vowels_of_a_string.cpp:1
Class
Solution
golang/russian_doll_envelopes/russian_doll_envelopes.cpp:1
Class
Solution
golang/best_time_to_buy_and_sell_stock_III/best_time_to_buy_and_sell_stock_III.cpp:1
Class
Solution
golang/intersection_of_two_arrays/intersection_of_two_arrays.cpp:1
Class
Solution
golang/longest_absolute_file_path/longest_absolute_file_path.cpp:1
Class
Solution
golang/palindrome_pairs/palindrome_pairs.cpp:1
Class
Solution
golang/kth_smallest_element_in_a_sorted_matrix/kth_smallest_element_in_a_sorted_matrix.cpp:1
Class
Solution
golang/guess_number_higher_or_lower_II/guess_number_higher_or_lower_II.cpp:1
Class
Solution
golang/reconstruct_ltinerary/reconstruct_ltinerary.cpp:1
Class
Solution
golang/is_subsequence/is_subsequence.cpp:1
Class
Solution
golang/nth_digit/nth_digit.cpp:1
Class
Solution
golang/lowest_common_ancestor_of_a_binary_tree/lowest_common_ancestor_of_a_binary_tree.cpp:11
Class
Solution
golang/coin_change/coin_change.cpp:1
Class
Solution
golang/linked_list_cycle/linked_list_cycle.cpp:6
Class
Solution
golang/expression_add_operators/expression_add_operators.cpp:1
Class
Solution
golang/bulls_and_cows/bulls_and_cows.cpp:4
Class
Solution
golang/find_k_pairs_with_smallest_sums/find_k_pairs_with_smallest_sums.cpp:1
Class
Solution
golang/intersection_of_two_linked_lists/intersection_of_two_linked_lists.cpp:7
Class
Solution
golang/remove_invalid_parentheses/remove_invalid_parentheses.cpp:5
Class
Solution
golang/power_of_three/power_of_three.cpp:1
Class
Solution
golang/longest_increasing_subsequence/longest_increasing_subsequence.cpp:4
Class
Solution
golang/verify_preorder_serialization_of_a_binary_tree/verify_preorder_serialization_of_a_binary_tree.cpp:1
Class
Solution
golang/longest_increasing_path_in_a_matrix/longest_increasing_path_in_a_matrix.cpp:1
Class
Solution
golang/increasing_triplet_subsequence/increasing_triplet_subsequence.cpp:1
Class
Solution
golang/ransom_note/ransom_note.cpp:1
Class
Solution
golang/guess_number_higher_or_lower/guess_number_higher_or_lower.cpp:6
Class
Solution
golang/sum_of_two_integers/sum_of_two_integers.cpp:1
Class
Solution
golang/super_ugly_number/super_ugly_number.cpp:1
Class
Solution
golang/decode_string/decode_string.cpp:1
next →
1–100 of 176, ranked by callers