This repository contains my solutions to LeetCode problems, written in Python and TypeScript.
Last updated: 2026-02-27
| # | Title | Difficulty | Language | Status |
|---|---|---|---|---|
| 1 | Two Sum | Easy | Python | Solved |
| 2 | Add Two Numbers | Easy | TypeScript | Solved |
| 3 | Longest Substring Without Repeating Characters | Medium | TypeScript | Solved |