https://github.com/yousryessam/competitive-programming-library
All the essentials for competitive programmers in one place. This repository contains core code snippets , Data Structure and Algorithms commonly used in competitive programming
https://github.com/yousryessam/competitive-programming-library
algorithms competitive-programming cpp data-structures icpc problem-solving reference
Last synced: about 1 year ago
JSON representation
All the essentials for competitive programmers in one place. This repository contains core code snippets , Data Structure and Algorithms commonly used in competitive programming
- Host: GitHub
- URL: https://github.com/yousryessam/competitive-programming-library
- Owner: YousryEssam
- Created: 2024-08-02T00:12:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T00:52:38.000Z (over 1 year ago)
- Last Synced: 2024-08-04T02:52:07.279Z (over 1 year ago)
- Topics: algorithms, competitive-programming, cpp, data-structures, icpc, problem-solving, reference
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming Library
All the essentials for competitive programmers in one place. This repository contains core `code snippets` , `Data Structure` and `Algorithms` commonly used in competitive programming, designed to save you time when preparing your reference materials. Whether you're tackling complex computations or searching for efficient implementations, you'll find it all here.
## Authors
- [YousryEssam](https://github.com/YousryEssam)
My accounts on Competitive Programming Platforms
## Notes
- If you have any suggestions or improvements, please feel free to reach out! You can find various ways to connect with me in the `Connect with me` section in [README](https://github.com/YousryEssam/YousryEssam)
- Currently, everything is implemented using `C++`.