https://github.com/naowalrahman/competitive-programming
I upload my code for competitive programming and other small tasks here. They are usually algorithm/data structure/problem implementations as I learn them.
https://github.com/naowalrahman/competitive-programming
competitive-programming cpp python
Last synced: 3 months ago
JSON representation
I upload my code for competitive programming and other small tasks here. They are usually algorithm/data structure/problem implementations as I learn them.
- Host: GitHub
- URL: https://github.com/naowalrahman/competitive-programming
- Owner: naowalrahman
- Created: 2020-12-25T01:28:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-31T12:30:51.000Z (10 months ago)
- Last Synced: 2025-08-31T14:33:43.325Z (10 months ago)
- Topics: competitive-programming, cpp, python
- Language: C++
- Homepage:
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming Solutions
This repository is used to store files of code that I have for competitive programming problems, or files that I am creating as I learn a certain concept or langauge.
It is not dedicated to a particular project, but rather as a store for files of code that I use on multiple machines, so as to allow synchronization.
## Programming Contests/Websites Included:
* Cornell High School Programming Contest
* PClassic
* Traverse CS
* USACO
* CodeForces
* AtCoder
* CSES
## Setting up `git` for easy access
```sh
git config --global user.name "Naowal Rahman"
git config --global user.email "naowal.ar@gmail.com"
git config --global credential.helper cache
```
## Cloning the repository for synchronization
```sh
git clone https://github.com/naowalrahman/other-files.git
```