Skip to content

I upload my code for competitive programming and other small tasks here. They are usually algorithm/data structure/problem implementations as I learn them.

Notifications You must be signed in to change notification settings

naowalrahman/competitive-programming

Repository files navigation

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

git config --global user.name "Naowal Rahman"
git config --global user.email "[email protected]" 
git config --global credential.helper cache

Cloning the repository for synchronization

git clone https://github.com/naowalrahman/other-files.git

About

I upload my code for competitive programming and other small tasks here. They are usually algorithm/data structure/problem implementations as I learn them.

Resources

Stars

Watchers

Forks