Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 723 Bytes

BOJ

Baekjoon Online Judge

link: https://www.acmicpc.net/

(Baekjoon Online Judge)

It is an algorithm training site founded by Choi Baekjoon in 2010. There are many exercises which can help solving problem, learning algorithms and so on. In this repository, my own solution for the exercises will be uploaded. The programming language mainly would be the following.

  • C
  • C++
  • Python 3

If needed, text file(.md) which explains specific algorithms will be uploaded additionally.

Sometimes the same question will be handled with different language.(ex. solution with C + solution with Python)