Commit bf3f469
authored
feat: move to claude code (#131)
- migrate to bakefile from makefile
- migrate to claude code from cursor
- migrate from poetry to uv
- migrate from mypy to ty
- add 10 more problems to verify claude code commands work properly409 files changed
Lines changed: 5674 additions & 3152 deletions
File tree
- .claude
- .dev
- problem_lists
- commands
- .github
- ISSUE_TEMPLATE
- workflows
- docs
- leetcode
- accounts_merge
- add_two_numbers
- alien_dictionary
- binary_tree_inorder_traversal
- binary_tree_maximum_path_sum
- binary_tree_postorder_traversal
- binary_tree_preorder_traversal
- climbing_stairs
- construct_binary_tree_from_preorder_and_inorder_traversal
- contiguous_array
- counting_bits
- course_schedule_ii
- course_schedule
- daily_temperatures
- decode_string
- decode_ways
- design_add_and_search_words_data_structure
- design_in_memory_file_system
- diagonal_traverse
- diameter_of_binary_tree
- encode_and_decode_strings
- evaluate_reverse_polish_notation
- find_first_and_last_position_of_element_in_sorted_array
- find_k_closest_elements
- find_median_from_data_stream
- find_minimum_in_rotated_sorted_array
- find_the_duplicate_number
- first_bad_version
- first_missing_positive
- flood_fill
- graph_valid_tree
- group_anagrams
- house_robber_ii
- implement_queue_using_stacks
- implement_trie_prefix_tree
- insert_interval
- jump_game_ii
- jump_game
- kth_smallest_element_in_a_bst
- largest_rectangle_in_histogram
- letter_combinations_of_a_phone_number
- linked_list_cycle_ii
- linked_list_cycle
- longest_common_subsequence
- longest_consecutive_sequence
- longest_increasing_subsequence
- longest_palindrome
- longest_palindromic_substring
- longest_repeating_character_replacement
- longest_substring_without_repeating_characters
- lowest_common_ancestor_of_a_binary_search_tree
- lowest_common_ancestor_of_a_binary_tree
- lru_cache
- majority_element
- max_points_on_a_line
- maximum_depth_of_binary_tree
- maximum_product_subarray
- maximum_profit_in_job_scheduling
- maximum_subarray
- maximum_width_of_binary_tree
- median_of_two_sorted_arrays
- meeting_rooms_ii
- meeting_rooms
- merge_intervals
- merge_k_sorted_lists
- merge_two_sorted_lists
- middle_of_the_linked_list
- min_stack
- minimum_height_trees
- minimum_path_sum
- minimum_window_substring
- missing_number
- next_permutation
- non_overlapping_intervals
- number_of_1_bits
- number_of_connected_components_in_an_undirected_graph
- number_of_islands
- odd_even_linked_list
- pacific_atlantic_water_flow
- palindrome_partitioning
- palindromic_substrings
- partition_equal_subset_sum
- path_sum_ii
- permutations
- product_of_array_except_self
- remove_nth_node_from_end_of_list
- reorder_list
- reverse_bits
- reverse_integer
- reverse_linked_list_ii
- reverse_linked_list
- reverse_nodes_in_k_group
- reverse_words_in_a_string
- rotate_array
- rotate_image
- rotting_oranges
- same_tree
- search_in_rotated_sorted_array
- serialize_and_deserialize_binary_tree
- set_matrix_zeroes
- sort_colors
- spiral_matrix
- string_to_integer_atoi
- subsets
- subtree_of_another_tree
- sum_of_two_integers
- swap_nodes_in_pairs
- three_sum
- time_based_key_value_store
- top_k_frequent_elements
- top_k_frequent_words
- trapping_rain_water
- two_sum
- unique_paths
- valid_palindrome
- valid_parentheses
- valid_sudoku
- validate_binary_search_tree
- word_break
- word_ladder
- word_search_ii
- word_search
- zero_one_matrix
- scripts
- src/leetcode_py
- cli
- commands
- resources/leetcode
- json
- problems
- {{cookiecutter.problem_name}}
- utils
- data_structures
- tools
- tests
- cli
- data_structures
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
File renamed without changes.
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | | - | |
| 18 | + | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments