Getting Started with Baekjoon Algorithms
Getting Started with Baekjoon Algorithms
To prepare for coding tests and improve my own skills, I decided to work through Baekjoon algorithm problems in order. If I just solve them without writing anything down, I'll surely forget how I solved them later, so I'll write posts covering what I understood as I work through each solution. The rules for these solutions are as follows.
@RWBwritten at 2021-05-21 12:22:31
To prepare for coding tests and improve my own skills, I decided to work through Baekjoon algorithm problems in order.
If I just solve them without writing anything down, I'll surely forget how I solved them later, so I'll write posts covering what I understood as I work through each solution.
The rules for these solutions are as follows.
- As much as possible, proceed in order of problem number.
- The default language will be JAVA.
- Explain the underlying principles in as much detail as possible, even to an excessive degree.
- To each their own.
- Avoid golfing the code; write it out in a way that's easy to understand, as far as performance allows.
- Make active use of comments.
- Every solution must be based on code whose judge result is Accepted!!
- Write the code presented in each solution so that it can be copied as-is and still solve the algorithm correctly.
- Leave Myungho Shin as he is.
# Baekjoon# Algorithm# JAVA

