This repository contains my solutions to various LeetCode problems, written in TypeScript.
Each solution is well-commented for better understanding.
| # | Problem | Difficulty | Solution | Languages Used | 
|---|---|---|---|---|
| 1518 | Water Bottles | Easy | Code | Ts | 
| 74 | Search a 2D Matrix | Medium | Code | Ts | 
| 509 | Fibonacci Number | Easy | Code | Ts | 
| 509 | Partition Array Such That Maximum Difference Is K | Medium | Code | Ts | 
algorithms/ 
βββ 0000-Another-Problem/ 
β         βββ Ts/ 
β                   βββ 0000-Another-Problem.ts 
βββ ...