This repository contains my solutions to various problem-solving challenges from LeetCode.
The primary goal is to strengthen problem-solving skills, practice algorithms, and maintain daily coding consistency.
LeetCode/
│── LICENSE
│── README.md
│── Super Easy Problems/
│ ├── 258.AddDigits.cpp
│ ├── 258.AddDigits.exe
│ ├── 387.FirstUniqueCharacterInAString.cpp
│ └── 387.FirstUniqueCharacterInAString.exe
Super Easy Problems→ A beginner-friendly problems list on LeetCode.- Each file is named in the format:
ProblemNumber.ProblemName.cpp
whereProblemNumberis the LeetCode problem ID, andProblemNameis the problem being solved.
- Language: C++
- Platform: LeetCode
- All solutions are written by me.
- Problem statements belong to LeetCode. Only my solutions are provided here.
This repository is licensed under the MIT License – see the LICENSE file for details.
⭐ If you find this helpful, consider giving the repo a star to stay updated as I add more solutions!