This repo contains all of my personal LeetCode solutions. The coding solutions provided within this repo are entirely provided by me, Alisher Baigazin.
All solutions were made with the sole intent of solving the corresponding LeetCode challenge. Solutions may not be as efficient as possible.
All solutions are orderd by: Solution # / Language
Solved | # | Title | Difficulty | Solution | Runtime | Memory | Language |
---|---|---|---|---|---|---|---|
✅ | 0001 | Two Sum | GitHub | N/A ms | N/A MB | ||
✅ | 0704 | Binary Search | GitHub | N/A ms | N/A MB | ||
✅ | 0278 | First Bad Version | GitHub | N/A ms | N/A MB | ||
✅ | 0035 | Search Insert Position | GitHub | N/A ms | N/A MB | ||
✅ | 0977 | Squares of a Sorted Array | GitHub | N/A ms | N/A MB | ||
❌ | 3 | Longest Substring Without Repeating Characters | GitHub | N/A ms | N/A MB | ||
❌ | 4 | Median of Two Sorted Arrays | GitHub | N/A ms | N/A MB |