https://github.com/drlite35/competitive-programming-solutions
⌨️ A repository containing my solutions to competitive programming problems from LeetCode, Codeforces, and GeeksforGeeks.
https://github.com/drlite35/competitive-programming-solutions
codeforces competitive-programming geeksforgeeks leetcode problem-solving
Last synced: 5 months ago
JSON representation
⌨️ A repository containing my solutions to competitive programming problems from LeetCode, Codeforces, and GeeksforGeeks.
- Host: GitHub
- URL: https://github.com/drlite35/competitive-programming-solutions
- Owner: drLite35
- License: mit
- Created: 2023-06-27T19:44:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T20:17:41.000Z (about 1 year ago)
- Last Synced: 2024-07-31T21:55:08.020Z (11 months ago)
- Topics: codeforces, competitive-programming, geeksforgeeks, leetcode, problem-solving
- Language: C++
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Competitive Programming Solutions
This repository contains my solutions to various programming problems from three popular competitive programming platforms: LeetCode, Codeforces, and GeeksforGeeks. The purpose of this repository is to share my solutions and showcase my problem-solving skills in the field of competitive programming.
## Table of Contents
- [LeetCode](https://leetcode.com/)
- [Codeforces](https://codeforces.com/)
- [GeeksforGeeks](https://www.geeksforgeeks.org/)## Contributing
If you find any bugs in the solutions or have alternative approaches to the problems, feel free to open an issue or submit a pull request. Your contributions are highly appreciated!
## Disclaimer
The solutions provided in this repository are for educational purposes only. It is recommended that you try to solve the problems yourself before referring to the solutions. Using the solutions as a means to cheat during competitions or evaluations is strongly discouraged.
## Acknowledgments
I would like to acknowledge the respective platforms, LeetCode, Codeforces, and GeeksforGeeks, for providing the problem statements and creating a platform for competitive programmers to enhance their skills.