Python-Team-Notes for coding test

No matter how many algorithmic problems you solve, anyone who prepares for coding tests will soon be forgotten and find out how they solved them in the past. I also felt that I had a lot of experience and spent a lot of time in this process, so I felt the need to organize it systematically, so I organized Python-Team-Notes for coding tests. I hope that sharing the contents will help those who are preparing for many coding tests 👍

Sorting by type by importance is as follows: Click on the link below to go to that post.

  1. Implementation
    1. Rotating-matrix-90-degrees
    2. Changing base-notation(number-system)
    3. Parsing skill
  2. BFS&DFS
    1. BFS (Breadth-First Search)
    2. DFS (Depth-First Search)
  3. Binary Search
  4. Dynamic Programming
  5. Shorest Path
  6. Graph Theory
  7. Mathematics

The rest will soon be posted.

Tags:

Categories:

Updated:

Leave a comment