Skip to content

Latest commit

 

History

History
59 lines (54 loc) · 2.56 KB

File metadata and controls

59 lines (54 loc) · 2.56 KB

Basic-Algorithm-Study

 - Uploads outcomes of self-motivated learning about basic algorithm
 - detail outcomes as follows:
   1) Conduction of exercises from algorithm reference books
   2) Problem solving from LeetCode, Baekjoon

Sub Directories description

  1. basic-algorithm-python
 - Project Name: basic-algorithm-python 
 - Programming Language: Python
 - Conducted codes of exercises from algorithm reference book "Do it! 자료구조와 함께 배우는 알고리즘 입문<파이썬 편>"
 - Notes added to explain understanding of logics included in codes
 - Added advanced applications from original exercises
  1. basic_algorithm_java
  - Project Name: basic_algorithm_java 
  - Programming Language: Java(Spring boot)
  - Conducted codes of exercises from algorithm reference book "자바로 배우는 핵심 자료구조와 알고리즘"
  - Practice programming REST APIs with spring boot framework 
  - *** temporary stopped
  1. python-algorithm-practice
  - Project Name: python-algorithm-practice 
  - Programming Language: Python
  - Conducted codes of exercises from algorithm reference book "파이썬 알고리즘 인터뷰"
  - Notes added to explain understanding of logics included in codes
  - Added advanced applications from original exercises
  1. (To be continued)

Reference book list

  1. Do it! 자료구조와 함께 배우는 알고리즘 입문<파이썬 편>(LINK)
 - Korean translated Japanese book introducing Basic Algorithm via Python
 - Korean Title: Do it! 자료구조와 함께 배우는 알고리즘 입문<파이썬 편>
 - Original Title: SHIN MEIKAI Python MANABU ALGORITHM TO DATA KOUZOU
 - Written by 柴田望洋(Bohyoh Shibata), Translated by 강민(Kang Min) 
 - (Korean) Published by 이지스퍼블리싱(EasysPublishing)
 - 2nd E-Book Edition Published in 08/20/2021 
  1. 자바로 배우는 핵심 자료구조와 알고리즘(LINK)
 - ( To be updated)
  1. 파이썬 알고리즘 인터뷰(LINK)
 - ( To be updated)

Note

  • (05/29/2022) Java study is temporary stopped due to the other schedules
  • (06/29/2022) Python study is temporary stopped due to the other schedules