Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 527 Bytes

File metadata and controls

13 lines (9 loc) · 527 Bytes

LeetCode Solutions

This repository contains my solutions to LeetCode problems, written in Python and TypeScript.

Problem List

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