Solutions for the LeetCode problems I've encountered.
# | Title | Solution(s) | Difficulty |
---|---|---|---|
35 | Search Insert Position | Typescript | Easy |
138 | Copy List with Random Pointer | Typescript | Medium |
189 | Rotate Array | Typescript | Medium |
226 | Invert Binary Tree | Typescript | Easy |
242 | Valid Anagram | Typescript | Easy |
278 | First Bad Version | Typescript | Easy |
704 | Binary Search | Typescript | Easy |
784 | Letter Case Permutation | Typescript | Medium |
856 | Score of Parentheses | Typescript | Medium |
977 | Squares of a Sorted Array | Typescript | Easy |
1337 | The K Weakest Rows in a Matrix | Typescript | Easy |
1342 | Number of Steps to Reduce a Number to Zero | Rust, Typescript | Easy |