파이썬으로 배우는 자료 구조 핵심 원리(Data Structures with Python)

출간일(Release) : 2021/09/03
종이책 출간일(Print Release) : 2021/08/20
전자책 종류(Format) : ePub
Price : KRW 15,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
유명한 자료 구조 책들이 여러 권 있지만, 방대한 양에 읽다 지치기 쉽다. 그래서 자료 구조를 좀 더 쉽게 공부하기 위해 단순히 자료 구조의 구현에 집중하기보다는 “인덱스는 어떻게 작동하기에 데이터베이스의 성능을 좋게 만들 수 있을까?”라는 한 가지 질문을 던져 놓고 이 질문의 답을 찾아가는 과정을 담았다. 모든 자료 구조를 다루진 않지만 이 과정에서 다룰 수 있는 여러 가지 자료 구조를 배우며, 개념을 확장해 나가는 방식으로 설명한다. 빅오, 재귀 함수에서부터 다양한 그래프 알고리즘까지 그림 184개로 필수 자료 구조의 핵심 개념을 익힌 후 파이썬으로 구현한 코드도 직접 확인하고 실행해 볼 수 있다. 또한, 실제 자료 구조를 어디에 어떻게 활용할 수 있는지도 엿볼 수 있다. 이 책이 자료 구조를 학습하려는 분들에게 시작점이자 다른 유명한 자료 구조 책을 볼 수 있게 해주는 징검다리 역할을 해줄 것이다.

There are several famous data structure books, but it’s easy to get tired of reading them because of the sheer volume. So, in order to study data structures more easily, this book does not simply focus on the implementation of data structures. In this book, the author asks one question, “How can an index work, so that the performance of the database is good?” and contains the process of finding an answer to this question. Although this book does not cover all data structures, you will learn several data structures that can be dealt with in this course, and explain them in a way that expands on the concepts. From Big O and recursive functions to various graph algorithms, you can learn the core concepts of essential data structures with 184 figures, and then check and execute the code implemented in Python. This book also gives you a glimpse of where and how you can use real data structures. This book will serve as a starting point for those who want to learn data structures and a stepping stone to other popular data structures books.


저자(Author)
양태환(Yang, Taehwan)
수의대를 다니던 도중 ‘적정기술’에 매료되어 공학을 공부했습니다. 그때부터 시작한 코딩에 흠뻑 빠져 개발자가 되었습니다. 아직 모르는 게 많아 항상 즐겁게 공부합니다. 최근에는 어떻게 하면 더 많은 사람들이 프로그래밍을 재미있게 배울 수 있을지 고민하는 중입니다.

While studying at the veterinary school, the author was fascinated by “proper technology” and studied engineering. He became a developer because he got so excited by the coding he started. He thinks that there are many things that he does not know yet, so he always enjoys studying. And the author is wondering recently how many more people can learn programming fun.


부록(Extra File)