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

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.

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
```