https://github.com/trihajikhr/leetcode-solutions
🛠️💡 This repository contains my solutions to LeetCode problems, organized by problem number. It serves as a record of my algorithm practice and a reference for improving problem-solving skills.
https://github.com/trihajikhr/leetcode-solutions
competitive-coding competitive-programming leetcode leetcode-cpp leetcode-practice leetcode-solutions problem-solution problem-solving
Last synced: 9 days ago
JSON representation
🛠️💡 This repository contains my solutions to LeetCode problems, organized by problem number. It serves as a record of my algorithm practice and a reference for improving problem-solving skills.
- Host: GitHub
- URL: https://github.com/trihajikhr/leetcode-solutions
- Owner: trihajikhr
- License: mit
- Created: 2025-11-15T11:56:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-21T08:16:00.000Z (7 months ago)
- Last Synced: 2026-05-16T13:00:04.161Z (about 1 month ago)
- Topics: competitive-coding, competitive-programming, leetcode, leetcode-cpp, leetcode-practice, leetcode-solutions, problem-solution, problem-solving
- Language: C++
- Homepage: https://leetcode.com/
- Size: 1.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LeetCode Solutions
This repository contains a collection of solutions to various programming problems from **LeetCode**. The main purpose of this repository is to serve as personal documentation as well as a reference for studying algorithmic patterns, data structures, and problem-solving techniques commonly used in competitive programming and software development.
## Repository Goals
* Store solutions across different difficulty levels (Easy, Medium, Hard).
* Record concise and structured approaches for each problem.
* Serve as a learning archive for algorithms and data structures.
* Provide clean, runnable, and easy-to-understand code examples.
## Programming Language
All solutions are written in C++. It is one of the strongest languages in competitive programming due to its performance and flexibility. However, a good programmer should not be overly constrained by language choice; logic, reasoning, and intuition are far more important. Differences in syntax may exist, but the underlying approach to problem-solving should remain largely the same.