My personal repository for solving algorithmic problems from LeetCode. The main goal is to improve problem-solving skills, prepare for technical interviews, and master TypeScript/JavaScript.
The problems are categorized by their difficulty levels:
easy.ts— Solutions for Easy complexity tasks.med.ts— Solutions for Medium complexity tasks.hard.ts— Solutions for Hard complexity tasks.
- Language: TypeScript / JavaScript
- Environment: Node.js
- Clone the repository:
git clone https://github.com
- Install dependencies:
npm install