Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 764 Bytes

File metadata and controls

20 lines (13 loc) · 764 Bytes

Algorithm_with_Python

This is a summary of the source code I studied in Python language.

The table of contents is as follows.

  1. Step-by-step solution of the Baekoon algorithm.
  2. The whole problem solution of the Baekjoon algorithm.
  3. Data Structure : Basic source code and application program

The same algorithm and study contents were written in different languages.

C : https://github.com/ChoiGunHee/Algorithm_with_C

C++ : https://github.com/ChoiGunHee/Algorithm_with_C_plus

Javascipt : https://github.com/ChoiGunHee/Algorithm_with_javascript

Reference

(1) https://www.acmicpc.net/

(2) C언어로 쉽게 풀어 쓴 자료구조 개정판 3판 (http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788970509716)