0 Forks
4 Stars
4 Watchers

algorithms

This repository is where I store my codes for Competitive Programming and Implementation of Data Structures. Problems and content are sourced from ICPC, Baekjoon Online Judge, CodeForces and lectures from Yonsei University(CSI2103-01, CSI3108-01). All the work was done since 2019.06 and was committed on git since 2021.01.22

How to download and setup algorithms

Open terminal and run command
git clone https://github.com/SeungoneKim/algorithms.git
git clone is used to create a copy or clone of algorithms repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with algorithms https://github.com/SeungoneKim/algorithms/archive/master.zip

Or simply clone algorithms with SSH
[email protected]:SeungoneKim/algorithms.git

If you have some problems with algorithms

You may open issue on algorithms support forum (system) here: https://github.com/SeungoneKim/algorithms/issues