Skip to content

furic/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in TypeScript

TypeScript LeetCode GitHub

A collection of LeetCode solutions implemented in TypeScript. This repository contains my solutions to various LeetCode problems, organized by problem ID and name.

📁 Project Structure

Each problem is organized in its own directory following the format:

{problem_id}-{problem_name}/
├── README.md                    # Problem description and constraints
└── {problem_id}-{problem_name}.ts  # TypeScript solution implementation

🚀 How to Use

  1. Navigate to the problem directory you're interested in
  2. Read the README.md for problem description and constraints
  3. Check the {problem_id}-{problem_name}.ts file for the TypeScript implementation

📝 Current Solutions

📋 Arrays

Prefix Sum & Subarray/Product Problems

Sorting, Pairing & Removal

Counting, Frequency & Miscellaneous

Matrix Problems

Two-Pointer & Sliding Window

🔤 Strings

String Manipulation

Strings & Palindromes

🌳 Trees & Graphs

Tree & Graph Problems

🔍 Hash Tables & Dictionaries
🔢 Math & Bit Manipulation
💾 System Design
📊 SQL

🤝 Contributing

While this is primarily my personal collection of solutions, I welcome any suggestions or improvements. Feel free to:

  • Report bugs or issues
  • Suggest optimizations
  • Share alternative solutions

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Solutions are automatically synced using LeetHub 3.0, a Chrome extension that automatically pushes your LeetCode solutions to GitHub.

Releases

No releases published

Packages

No packages published