https://github.com/craft-code-club/algorithms-playground
Your Algorithm Practice Hub. This is a leetcode complement, for the problems that are not in leetcode
https://github.com/craft-code-club/algorithms-playground
dsa-algorithm dsa-practive python
Last synced: 4 months ago
JSON representation
Your Algorithm Practice Hub. This is a leetcode complement, for the problems that are not in leetcode
- Host: GitHub
- URL: https://github.com/craft-code-club/algorithms-playground
- Owner: craft-code-club
- Created: 2023-12-02T15:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T14:10:35.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:16:47.849Z (6 months ago)
- Topics: dsa-algorithm, dsa-practive, python
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AlgoPlayground: Your Algorithm Practice Hub
`This is a leetcode complement, for the problems that are not in leetcode.`
## About Algorithms Playground
Welcome to **AlgoPlayground**, each folder in this repository represents a unique algorithm or technique, complete with explanations and space for your implementation.
### Features
- **Diverse Algorithms & Techniques:** Explore a wide range of algorithmic challenges, each residing in its own dedicated folder.
- **Ready-to-Code Structure:** Each folder contains starter code for you to implement your solution.
- **Automated Tests Integration:** Pre-written tests are available to validate your solutions against various scenarios.
- **Detailed Explanations:** Every folder includes a README with an overview of the algorithm.## Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/Algorithms-Playground.git
```2. **Select your prefered language, each language has its own folder, check the readme.md for each language steps:**
3. **Read the Instructions:**
There is a document in the root of this repo for each technique/algorithm, select one and good hacking.
4. **Implement Your Solution:**
Fill in your code in the designated sections of the provided language files.
## Contributing
Your contributions are welcome! Whether it's adding new challenges, improving documentation, or suggesting enhancements, feel free to create a Pull Request.
## Join Our Community
Interested in joining a community of like-minded individuals passionate about algorithms and coding challenges? We have a Discord group where we discuss problem-solving strategies, share tips, and motivate each other in our coding journey.
👉 Join our Discord study group: [Join Discord](https://discord.gg/rj4jruy7cn)
Whether you're a beginner looking for guidance or an experienced coder willing to share your knowledge, our group is the perfect place to enhance your skills, collaborate on problems, and connect with others.
See you there!
---