Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.1 KB

File metadata and controls

18 lines (11 loc) · 1.1 KB

✨ 고전 컴퓨터 알고리즘 인 파이썬 ✨

원제: Classic Computer Science Problems in Python

  • 🛒 예스24

  • 📚 원서 글

  • 위 폴더에서 ChapterX가 원서 코드, chX가 번역된 코드입니다.

  • 이 코드는 파이썬 3.7 혹은 그 이상의 버전에서 실행가능합니다. 파이썬 3.7의 경우 typing_extensions 패키지가 필요합니다. 파이썬 3.7에서 확장된 기능(데이터 클래스, 고급 타입 힌트 등) 때문에 이전 버전에는 실행되지 않습니다. typing_extensions 패키지 설치의 경우 파이썬 및 pip의 환경설정에 따라서 pip3 install typing_extensions 또는 pip install typing_extensions 설치가능합니다.

License

All of the source code in this repository is released under the Apache License version 2.0. See LICENSE.