Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahtosujeet/potd-acclub
POTD provided by Application Club, MNNIT.
https://github.com/mahtosujeet/potd-acclub
codeforces cpp leetcode potd
Last synced: 12 days ago
JSON representation
POTD provided by Application Club, MNNIT.
- Host: GitHub
- URL: https://github.com/mahtosujeet/potd-acclub
- Owner: MahtoSujeet
- License: apache-2.0
- Created: 2024-12-23T14:39:06.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T17:11:18.000Z (13 days ago)
- Last Synced: 2024-12-30T18:21:58.746Z (13 days ago)
- Topics: codeforces, cpp, leetcode, potd
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Problem of the Day (POTD)
Welcome to the Problem of the Day (POTD) repository! This repository contains daily coding problems provided by the seniors in the Application Club to help us prepare for Data Structures and Algorithms (DSA).
[![Last commit](https://img.shields.io/github/last-commit/MahtoSujeet/potd-acclub?&logo=github)](https://github.com/MahtoSujeet/potd-acclub)
[![Size](https://img.shields.io/github/repo-size/MahtoSujeet/potd-acclub?color=green)](https://github.com/MahtoSujeet/potd-acclub)## Purpose
The main goal of this repository is to enhance our problem-solving skills and prepare us for technical interviews and competitive programming. Each day, I will add solution of that day's problem to the repo.
**Note:** This repository is not for use, it is just for my seniors to make it easy for them to track my progress.
## StructureThe repository is organized as follows:
- `potd-discord/`: Contains the daily problems. Each problem is stored in its own directory with the following structure:
- `23-12-2024/`: The date of the problem.
- `.cpp`: Contains the solution file.## Contributing
We welcome contributions from everyone! If you have a problem you'd like to add or a solution to improve, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes.
4. Submit a pull request with a detailed description of your changes.## License
This repository is licensed under the MIT License. See the `LICENSE` file for more information.
## Acknowledgements
A big thank you to the seniors in the Application Club for providing these problems and helping us improve our DSA skills!
Happy coding!