Skip to content

Commit

Permalink
πŸ“ Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Aug 14, 2024
1 parent 8e73dc6 commit 236adde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ You can find the walkthrough with detailed solutions to all the problems on my b
| 12 | [Integer to Roman][012] | **`HT`** **`M`** **`S`** | ![Difficulty][medium-shield] |
| 13 | [Roman to Integer][013] | **`HT`** **`M`** **`S`** | ![Difficulty][easy-shield] |
| 14 | [Longest Common Prefix][014] | **`S`** **`T`** | ![Difficulty][easy-shield] |
| 15 | [3Sum][015] | **`A`** **`TP`** **`SO`** | ![Difficulty][medium-shield] |

### Topics
- **`A`** : Array
Expand All @@ -97,6 +98,7 @@ You can find the walkthrough with detailed solutions to all the problems on my b
- **`DP`**: Dynamic Programming
- **`G`**: Greedy
- **`T`**: Trie
- **`SO`**: Sorting

## TDD Approach
Here, I use the *TDD* approach, writing the test cases before writing the solution. This way, I can quickly verify if the solution works as expected.
Expand Down Expand Up @@ -152,3 +154,4 @@ Please acknowledge [the license](https://github.com/jobearrr/LeetSwift/blob/main
[012]: https://leetcode.com/problems/integer-to-roman
[013]: https://leetcode.com/problems/roman-to-integer
[014]: https://leetcode.com/problems/longest-common-prefix
[015]: https://leetcode.com/problems/3sum

0 comments on commit 236adde

Please sign in to comment.