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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ LeetCode is a website that has programming-related questions that are designed t
32
32
| 452 | Minimum Number of Arrows to Burst Balloons |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/problem/find_min_arrow_shots.rs)|[Leetcode](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/)| Medium |
33
33
| 485 | Max Consecutive Ones |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/find_max_consecutive_ones.rs)|[Leetcode](https://leetcode.com/problems/max-consecutive-ones/)| Easy |
| 698 | Partition to K Equal Sum Subsets |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/can_partition_k_subsets.rs)|[Leetcode](https://leetcode.com/problems/partition-to-k-equal-sum-subsets/)| Medium |
35
36
| 713 | Subarray Product Less Than K |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/problem/num_subarray_product_less_than_k.rs)|[Leetcode](https://leetcode.com/problems/subarray-product-less-than-k/)| Medium |
36
37
| 725 | Split Linked List in Parts |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/split_list_to_parts.rs)|[Leetcode](https://leetcode.com/problems/split-linked-list-in-parts/)| Medium |
37
38
| 774 | Minimize Max Distance to Gas Station |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/minmax_gas_dist.rs)|[Leetcode](https://leetcode.com/problems/minimize-max-distance-to-gas-station/)| Medium |
@@ -41,6 +42,7 @@ LeetCode is a website that has programming-related questions that are designed t
41
42
| 1035 | Uncrossed Lines |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/problem/max_uncrossed_lines.rs)|[Leetcode](https://leetcode.com/problems/uncrossed-lines/)| Medium |
42
43
| 1134 | Armstrong Number |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/problem/is_good_array.rs)|[Leetcode](https://leetcode.com/problems/armstrong-number/)| Easy |
43
44
| 1137 | N-th Tribonacci Number |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/tribonacci.rs)|[Leetcode](https://leetcode.com/problems/n-th-tribonacci-number/)| Easy |
45
+
| 1143 | Longest Common Subsequence |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/longest_common_subsequence.rs)|[Leetcode](https://leetcode.com/problems/longest-common-subsequence/)| Medium |
44
46
| 1239 | Maximum Length of a Concatenated String with Unique Characters |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/max_length.rs)|[Leetcode](https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/)| Medium |
45
47
| 1275 | Find Winner on a Tic Tac Toe Game |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/tictactoe.rs)|[Leetcode](https://leetcode.com/problems/find-winner-on-a-tic-tac-toe-game/)| Easy |
46
48
| 1293 | Shortest Path in a Grid with Obstacles Elimination |[Rust](https://github.com/martinxxd/leetcode-rust/tree/master/./src/leetcode/challenge/shortest_path.rs)|[Leetcode](https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination/)| Hard |
0 commit comments