Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
## Structure

The 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!