https://github.com/tjklint/leetcode
A collection of organized solutions in a variety of languages for challenges from LeetCode, CodeWars, & more.
https://github.com/tjklint/leetcode
algorithms csharp data-structures leetcode oop-principles python typescript
Last synced: 3 months ago
JSON representation
A collection of organized solutions in a variety of languages for challenges from LeetCode, CodeWars, & more.
- Host: GitHub
- URL: https://github.com/tjklint/leetcode
- Owner: tjklint
- Created: 2024-01-17T19:44:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T02:13:51.000Z (9 months ago)
- Last Synced: 2025-04-11T03:15:01.336Z (3 months ago)
- Topics: algorithms, csharp, data-structures, leetcode, oop-principles, python, typescript
- Language: C#
- Homepage:
- Size: 246 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode (& more) Solutions
This repository contains my solutions to various LeetCode problems. Each problem is solved in a separate file named according to the problem's title or number.
> [!IMPORTANT]
> I do not specify what language I use; it is evident in the file extensions. I use LeetCode to try out different languages or implementations. Occasionally, I will intentionally do a harder/slower solution in order to try out something new.## Organization
The repository is organized into folders based on the platform:
- **leetcode**: Solutions to LeetCode problems.
- **codewars**: Solutions to CodeWars problems.
- **hackerank**: Solutions to HackerRank problems.
- **CtCI**: Solutions/Brainstorming for problems from the book [Cracking the Coding Interview](https://www.crackingthecodinginterview.com/) by [Gayle Laakmaan McDowell](https://gayle.com/).## How to Use
Feel free to browse through the solutions for reference or study purposes. If you have any questions, suggestions, or improvements, feel free to open an issue or submit a pull request.
## Disclaimer
These solutions are provided for educational purposes. While they aim to be correct and efficient, they may not always be the most optimal solution. I encourage you to understand the problems and solutions thoroughly, and to strive for your own implementations. Good hacking!