Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 694 Bytes

algorithm-note

algorithm note for coding test and algorithm interview

Abbreviation index

  • Foarmat of the title : (YEAR: unnecessary , FROM: necessary, TITLE: necessary)

    1. K : Kakao coding test
    2. P : Programmers

    detail url is in the solution code.

Commit name rule

  • ADD : Added new test for the first time.
  • REVISE : Revised the code, but didn't solved the test.
  • SOLVED : Solved and passed the example input sets.
  • OPTIMIZE : Upgrade solved solution to better code of which performance is better.

Custom algorithm

function_only_concept Repository for agile brain-storming idea. (Functions, Architecture, Concept)
Mainly Implemented with 'Python3'