This website requires JavaScript.
Explore
Help
Sign In
squid
/
leetcode
Watch
1
Star
0
Fork
0
You've already forked leetcode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
47
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
SquidSpirit
e07011a229
feat: 55_jump_game
2025-03-04 00:42:36 +08:00
.vscode
feat: debug configuration file
2025-02-21 00:05:38 +08:00
1_two_sum
fix: using l, r index to find target
2025-02-19 20:01:31 +08:00
2_add_two_numbers
feat: 2_add_two_numbers
2025-02-11 00:14:29 +08:00
3_longest_substring_without_repeating_characters
feat: 3_longest_substring_without_repeating_characters
2025-02-12 00:07:31 +08:00
5_longest_palindromic_substring
feat: 5_longest_palindromic_substring
2025-02-13 23:08:55 +08:00
6_zigzag_conversion
feat: 6_zigzag_conversion
2025-02-14 00:07:35 +08:00
7_reverse_integer
refactor: using pos variable
2025-02-14 00:43:37 +08:00
8_string_to_integer_atoi
feat: 8_string_to_integer_atoi
2025-02-17 23:48:43 +08:00
9_palindrome_number
feat: 9_palindrome_number
2025-02-12 00:07:26 +08:00
11_container_with_most_water
feat: 11_container_with_most_water
2025-02-18 23:36:26 +08:00
12_integer_to_roman
feat: 12_integer_to_roman
2025-02-18 00:24:08 +08:00
13_roman_to_integer
feat: 13_roman_to_integer
2025-02-12 00:07:31 +08:00
14_longest_common_prefix
feat: 14_longest_common_prefix
2025-02-12 01:03:06 +08:00
15_3sum
feat: 15_3sum
2025-02-19 00:50:15 +08:00
16_3sum_closest
feat: 16_3sum_closest
2025-02-19 23:53:32 +08:00
17_letter_combinations_of_a_phone_number
feat: 17_letter_combinations_of_a_phone_number
2025-02-20 22:54:00 +08:00
18_4sum
feat: 18_4sum
2025-02-20 23:35:00 +08:00
19_remove_nth_node_from_end_of_list
feat: 19_remove_nth_node_from_end_of_list
2025-02-21 00:05:13 +08:00
20_valid_parentheses
feat: 20_valid_parentheses
2025-02-12 23:04:31 +08:00
21_merge_two_sorted_lists
feat: 21_merge_two_sorted_lists
2025-02-13 23:45:54 +08:00
22_generate_parentheses
feat: 22_generate_parentheses
2025-02-22 00:36:55 +08:00
24_swap_nodes_in_pairs
feat: 24_feat_nodes_in_pairs
2025-02-24 23:22:36 +08:00
26_remove_duplicates_from_sorted_array
feat: 26_remove_duplicates_from_sorted_array
2025-02-15 00:18:44 +08:00
27_remove_element
feat: 27_remove_element
2025-02-15 00:24:19 +08:00
28_find_the_index_of_the_first_occurrence_in_a_string
feat: 28_find_the_index_of_the_first_occurrence_in_a_string
2025-02-17 23:05:48 +08:00
31_next_permutation
feat: 31_next_permutation
2025-02-25 00:08:10 +08:00
33_search_in_rotated_sorted_array
feat: 33_search_in_rotated_sorted_array
2025-02-25 23:16:57 +08:00
34_find_first_and_last_position_of_element_in_sorted_array
feat: 34_find_first_and_last_position_of_element_in_sorted_array
2025-02-25 23:31:25 +08:00
35_search_insert_position
feat: 35_search_insert_position
2025-02-17 23:16:17 +08:00
36_valid_sudoku
feat: 36_valid_sudoku
2025-02-26 00:09:19 +08:00
38_count_and_say
feat: 38_count_and_say
2025-02-27 00:33:36 +08:00
39_combination_sum_1
feat: 39_combination_sum_1
2025-02-28 00:01:25 +08:00
40_combination_sum_2
feat: 40_combination_sum_2
2025-02-28 01:18:47 +08:00
55_jump_game
feat: 55_jump_game
2025-03-04 00:42:36 +08:00
58_length_of_last_word
feat: 58_length_of_last_word
2025-02-17 23:24:16 +08:00
66_plus_one
feat: 66_plus_one
2025-02-18 23:43:58 +08:00
67_add_binary
feat: 67_add_binary
2025-02-19 23:32:18 +08:00
69_sqrt_x
feat: 69_sqrt_x
2025-02-20 23:19:08 +08:00
70_climbing_stairs
feat: 70_climbing_stairs
2025-02-22 00:09:39 +08:00
83_remove_duplicates_from_sorted_list
feat: 83_remove_duplicates_from_sorted_list
2025-02-24 23:28:47 +08:00
88_merge_sorted_array
feat: 88_merge_sorted_array
2025-02-25 23:25:32 +08:00
94_binary_tree_inorder_traversal
feat: 94_binary_tree_inorder_traversal
2025-02-27 00:06:58 +08:00
100_same_tree
feat: 100_same_tree
2025-02-28 00:01:31 +08:00
101_symmetric_tree
feat: 101_symmetric_tree
2025-03-04 00:01:51 +08:00
LICENSE
Initial commit
2025-01-21 19:31:40 +08:00
README.md
Initial commit
2025-01-21 19:31:40 +08:00
README.md
leetcode
Description
A repository that records leetcode exercises
Readme
301
KiB
Languages
C++
100%