https://github.com/bodyangug/leetcode-solutions
Daily leetcode solutions
https://github.com/bodyangug/leetcode-solutions
leetcode leetcode-kotlin leetcode-solutions
Last synced: 8 months ago
JSON representation
Daily leetcode solutions
- Host: GitHub
- URL: https://github.com/bodyangug/leetcode-solutions
- Owner: bodyangug
- License: mit
- Created: 2024-01-07T20:25:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T22:35:24.000Z (8 months ago)
- Last Synced: 2025-02-17T23:28:34.889Z (8 months ago)
- Topics: leetcode, leetcode-kotlin, leetcode-solutions
- Language: Kotlin
- Homepage:
- Size: 706 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LeetCode Solutions Project
## Project Overview
This repository contains my personal solutions for various problems from LeetCode. LeetCode is a platform for learning
and improving coding skills with a focus on problem-solving.## Project Structure
Each problem has its own class, which contains the solution code and a reference link to problem.
## Usage
Feel free to browse through the solutions and use them as a reference. Please note that while these solutions work, they
may not be the most efficient or optimal. Always strive to improve and find the best solution possible.## Contributing
While this is primarily a personal project, contributions are welcome. If you have a more efficient solution or a
solution to a problem that is not yet in the repository, feel free to create a pull request.## Disclaimer
This project is for educational purposes only. Please do not use it to cheat on LeetCode problems. Always try to solve
the problem on your own before looking at the solutions.