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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57d3223 · Mar 3, 2025
Jan 17, 2024
Dec 7, 2023
Jun 23, 2024
Apr 14, 2022
Jul 10, 2023
Oct 22, 2023
Dec 17, 2024
Feb 27, 2022
Feb 25, 2024
May 13, 2022
Mar 3, 2025
Nov 26, 2022
Oct 1, 2022
Jul 6, 2022
Apr 15, 2024
Feb 19, 2025
Jul 6, 2022
Dec 25, 2020
Jan 15, 2022
Oct 14, 2023
Jun 23, 2024
Apr 14, 2023
Dec 16, 2023
Jun 23, 2024

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 "naowal.ar@gmail.com" 
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.

Topics

Resources

Stars

Watchers

Forks