Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PawelBalcerek
/
leetcode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
134 Commits
134 Commits
Folders and files
Name
Name
Last commit message
Last commit date
100_same_tree
100_same_tree
102_binary_tree_level_order_traversal
102_binary_tree_level_order_traversal
1046_last_stone_weight
1046_last_stone_weight
104_maximum_depth_of_binary_tree
104_maximum_depth_of_binary_tree
105_construct_binary_tree
105_construct_binary_tree
10_regular_expression_matching
10_regular_expression_matching
110_balanced_binary_tree
110_balanced_binary_tree
11_container_with_most_water
11_container_with_most_water
121_best_time_to_buy_and_sell_stock
121_best_time_to_buy_and_sell_stock
124_binary_tree_maximum_path_sum
124_binary_tree_maximum_path_sum
125_valid_palindrome
125_valid_palindrome
128_longest_consecutive_sequence
128_longest_consecutive_sequence
12_integer_to_roman
12_integer_to_roman
131_palindrome_partitioning
131_palindrome_partitioning
133_clone_graph
133_clone_graph
136_single_number
136_single_number
138_copy_list_with_random_pointer
138_copy_list_with_random_pointer
13_roman_to_integer
13_roman_to_integer
141_linked_list_cycle
141_linked_list_cycle
143_reorder_list
143_reorder_list
1448_count_good_nodes_in_bt
1448_count_good_nodes_in_bt
146_lru_cache
146_lru_cache
14_longest_common_prefix
14_longest_common_prefix
150_evaluate_reverse_polish_notation
150_evaluate_reverse_polish_notation
153_find_minimum_in_rotated_sorted_array
153_find_minimum_in_rotated_sorted_array
155_min_stack
155_min_stack
15_three_sum
15_three_sum
167_two_sum_ii
167_two_sum_ii
16_three_sum_closest
16_three_sum_closest
17_letter_combinations_of_phone_number
17_letter_combinations_of_phone_number
18_four_sum
18_four_sum
190_reverse_bits
190_reverse_bits
191_number_of_bits
191_number_of_bits
199_binary_tree_right_side_view
199_binary_tree_right_side_view
19_remove_nth_node_from_end_of_list
19_remove_nth_node_from_end_of_list
1_two_sum
1_two_sum
200_number_of_islands
200_number_of_islands
202_happy_number
202_happy_number
206_reverse_linked_list
206_reverse_linked_list
208_trie
208_trie
20_valid_parentheses
20_valid_parentheses
211_word_dictionary
211_word_dictionary
212_word_search_ii
212_word_search_ii
215_kth_largest_element_in_an_array
215_kth_largest_element_in_an_array
217_contains_duplicate
217_contains_duplicate
21_merge_two_sorted_list
21_merge_two_sorted_list
226_invert_binary_tree
226_invert_binary_tree
22_generate_parentheses
22_generate_parentheses
230_kth_smallest_element_in_a_bst
230_kth_smallest_element_in_a_bst
235_lowest_common_ancestor_of_a_bst
235_lowest_common_ancestor_of_a_bst
238_product_of_array_except_self
238_product_of_array_except_self
239_sliding_window_maximum
239_sliding_window_maximum
23_merge_k_sorted_linked_lists
23_merge_k_sorted_linked_lists
242_valid_anagram
242_valid_anagram
24_swap_nodes_in_pairs
24_swap_nodes_in_pairs
252_meeting_rooms
252_meeting_rooms
25_reverse_nodes_in_k_groups
25_reverse_nodes_in_k_groups
268_missing_number
268_missing_number
26_remove_duplicates_from_sorted_array
26_remove_duplicates_from_sorted_array
27_remove_element
27_remove_element
287_find_the_duplicate_number
287_find_the_duplicate_number
28_find_needle_in_the_haystack
28_find_needle_in_the_haystack
295_find_median_from_data_stream
295_find_median_from_data_stream
297_serialize_and_deserialize_bt
297_serialize_and_deserialize_bt
29_divide_two_integers
29_divide_two_integers
2_add_two_numbers
2_add_two_numbers
30_substring_with_concatenation_of_all_words
30_substring_with_concatenation_of_all_words
31_next_permutation
31_next_permutation
32_longest_valid_parentheses
32_longest_valid_parentheses
338_counting_bits
338_counting_bits
33_search_in_rotated_sorted_array
33_search_in_rotated_sorted_array
347_top_k_frequent_elements
347_top_k_frequent_elements
34_range_binary_search
34_range_binary_search
355_design_twitter
355_design_twitter
35_search_insert_position
35_search_insert_position
36_valid_sudoku
36_valid_sudoku
37_sudoku_solver
37_sudoku_solver
38_count_and_say
38_count_and_say
39_combination_sum
39_combination_sum
3_longest_substring_without_repeating_characters
3_longest_substring_without_repeating_characters
40_combination_sum_ii
40_combination_sum_ii
424_longest_repeating_character_replacement
424_longest_repeating_character_replacement
42_trapping_rain_water
42_trapping_rain_water
46_permutations
46_permutations
47_permutations_ii
47_permutations_ii
49_group_anagrams
49_group_anagrams
4_median_of_two_sorted_arrays
4_median_of_two_sorted_arrays
51_n_queens
51_n_queens
543_diameter_of_binary_tree
543_diameter_of_binary_tree
567_permutation_in_string
567_permutation_in_string
572_subtree_of_another_tree
572_subtree_of_another_tree
5_longest_palindromic_substring
5_longest_palindromic_substring
621_task_scheduler
621_task_scheduler
647_palindromic_substrings
647_palindromic_substrings
66_plus_one
66_plus_one
695_max_area_of_island
695_max_area_of_island
6_zigzag_conversion
6_zigzag_conversion
703_kth_largest_element_in_stream
703_kth_largest_element_in_stream
704_binary_search
704_binary_search
70_climbing_stairs
70_climbing_stairs
View all files
About
Doing some leetcoding.
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.