COSE214_Algorithms

Specifications

  • 본 깃허브는 고려대학교에서 2022_2학기에 진행된, 정순영 교수님의 알고리즘 수업에서 다룬 알고리즘들을 구현해두었습니다.

    This GitHub page implements the algorithms covered in Professor Chung Soon-young's ALGORITHMS class at Korea University.

  • 본 수업은 Introduction to Algorithm 3rd Edition (by Cormen, Leiserson, Rivest, and Stein / a.k.a CLRS)를 기반으로 진행되었으며, 기본적인 알고리즘의 로직은 해당 교재와 유사하게 진행합니다.

    This class is based on Introduction to Algorithm 3rd Edition (by Cormen, Leisson, Rivest, and Stein / a.k.a CLRS), and the logic of the basic algorithm is similar to that of the textbook.

  • 언어는 주로 Python을 사용하되, 연습하는 차원에서 C언어 역시 꾸준히 사용하고자 합니다.

    I usually use Python, but I also want to use C language steadily as a practice.

Table of Contents(Algorithms coverd)

  • ch2. Getting Started (Insertion Sort)
  • ch4. divide and conquer (Merge sort, Maximum Subarray)
  • on-going...