Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mayank-cse/data-structure-mg-python

This repository contains my solutions to LeetCode daily problems and Codeforces questions. It serves as a practice resource for sharpening algorithmic problem-solving skills and improving proficiency in Python.
https://github.com/mayank-cse/data-structure-mg-python

100daysofcode 100daysofpython codeforces-solutions leetcode-solutions python3

Last synced: 13 days ago
JSON representation

This repository contains my solutions to LeetCode daily problems and Codeforces questions. It serves as a practice resource for sharpening algorithmic problem-solving skills and improving proficiency in Python.

Awesome Lists containing this project

README

        


# LeetCode and Codeforces Practice Repository
This repository contains my solutions to LeetCode daily problems and Codeforces questions. It serves as a practice resource for sharpening algorithmic problem-solving skills and improving proficiency in Python.

Table of Contents


  1. Introduction

  2. LeetCode Daily Problems

  3. Codeforces Questions

  4. Contributing

  5. Contact

  6. License

## Introduction
In this repository, you will find my solutions to various LeetCode daily problems and Codeforces questions. Each problem has its own dedicated folder, where you can find the problem statement, my solution, and any additional notes or explanations.

The solutions are written in Python, providing clear and concise implementations of the algorithms and data structures required to solve the given problems. You can use these solutions as a reference to understand different approaches and techniques for problem-solving in Python.

## LeetCode Daily Problems
The LeetCode Daily Problems section contains a collection of solutions to the daily coding challenges provided by LeetCode. Each problem is categorized under its respective difficulty level (Easy, Medium, or Hard) and includes the problem description, my solution, and the corresponding runtime and memory usage analysis.

Feel free to explore the different folders and examine the solutions. If you find any issues or have alternative solutions that you would like to contribute, please follow the contributing guidelines.

(back to top)


image

## Codeforces Questions
The Codeforces Questions section contains my solutions to various Codeforces programming problems. Similar to the LeetCode section, each problem has its own folder with the problem statement, my solution, and any relevant notes.

The solutions are implemented in Python and showcase different algorithmic techniques, including dynamic programming, graph algorithms, greedy algorithms, and more. By reviewing these solutions, you can gain insights into problem-solving strategies and improve your programming skills.

(back to top)

## Contributing
Contributions are welcome and encouraged! If you have alternative solutions, improved approaches, or additional problems that you would like to add to this repository, please follow the guidelines outlined in the contributing guidelines.

Your contributions can help enhance the quality and diversity of problem-solving solutions available to other developers who are using this repository as a learning resource.

(back to top)

## Contact

Mayank Gupta - [@MayankGuptaCse1](https://twitter.com/MayankGuptacse1) - [email protected]

Profile Link:
- [LeetCode](https://leetcode.com/mayank-gupta/)
- [CodeForces](https://codeforces.com/profile/mayank.guptacse1)

(back to top)

## License
This repository is licensed under the MIT License. You are free to use, modify, and distribute the code in this repository, as long as you include the appropriate attribution and adhere to the terms and conditions of the license.

Please note that while the solutions provided here are intended to assist and guide your learning, it is important to solve problems independently and understand the underlying concepts to foster growth as a problem solver.

If you have any questions or suggestions, feel free to reach out. Happy coding!

(back to top)