Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 811 Bytes

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 "naowal.ar@gmail.com" 
git config --global credential.helper cache

Cloning the repository for synchronization

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