누구나 자료 구조와 알고리즘 개정2판(A Common-Sense Guide to Data Structures and Algorithms, 2nd Ed.)

출간일(Release) : 2021/12/01
종이책 출간일(Print Release) : 2021/11/30
전자책 종류(Format) : ePub
Price : KRW 26,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
수학 용어와 전문 용어가 아니어도 이해한다
이 분야의 책은 대부분 컴퓨터 공학 전공자를 대상으로 쓰였거나 고등학교 수학을 잘 안다고 가정하고 있다. 쉽게 설명했다는 책도 전문 용어로 가득하다. 비전공자나 수학적 기초가 약한 독자는 전문 용어에 두려움을 느끼며 이 주제를 이해할 만큼 자신이 똑똑하지 않다고 느끼며 이 주제를 회피한다. 그러나 자료 구조와 알고리즘은 대부분 상식선에서 이해할 수 있다. 엄밀한 수학적 분석이 아니어도 직관으로 이해할 수 있는 범위에서 상식이 통하는 설명으로 자료 구조와 알고리즘을 이해해보자.

프로그래밍의 핵심 스킬을 이해한다
자료 구조와 알고리즘은 프로그래밍의 핵심 스킬이다. 더 빠른 코드, 더 효율적인 코드를 작성하려면 반드시 알아야 하는 사고 방식이 자료 구조와 알고리즘에 담겨 있다. 추상적인 개념만 설명하는 대신 실생활에서 마주할 수 있는 상황을 제시하며 자료 구조와 알고리즘을 적용하는 방법을 보여준다. 자료 구조와 알고리즘은 개념만 이해하면 어떤 언어로도 구현할 수 있다는 것도 보여준다. 이 책에서는 자바스크립트, 루비, 파이썬으로 된 예제를 제시한다.

자료 구조와 알고리즘을 선택하는 방법을 배운다
전공 교재는 자료 구조와 알고리즘을 암기하고 시험만 볼 뿐이다. 입사 면접에서는 어떤 문제를 두고 배열, 연결 리스트, 해시 중에 무엇을 선택해야 하는지, 왜 그게 최적의 방법인지 묻는다. 자료 구조를 선택하는 방법, 선택한 자료 구조가 코드의 성능에 어떤 영향을 미치는지 설명하므로 암기된 단편적인 지식이 아닌 연결된 지식을 가르치고, 입사 면접을 준비할 때도 참고할 수 있게 했다.

It can be understood even without mathematical terms and technical terms.
Most of the books in this field are written for computer science majors or assume a good understanding of high school mathematics. Even a book that is easy to explain is full of technical terms. Non-majors or readers with weak mathematical foundations avoid the topic because they fear jargon and feel that they are not smart enough to understand the topic. However, most of the data structures and algorithms can be understood with common sense. Let’s try to understand data structures and algorithms with explanations that make sense with common sense within the range that can be understood intuitively without rigorous mathematical analysis.

Understand the core skills of programming
Data structures and algorithms are core skills in programming. Data structures and algorithms contain the mindset you must know to write faster, more efficient code. Instead of explaining only abstract concepts, it presents situations that can be encountered in real life and shows how to apply data structures and algorithms. It also shows that data structures and algorithms can be implemented in any language as long as the concepts are understood. This book provides examples in JavaScript, Ruby, and Python.

Learn how to choose data structures and algorithms
The major textbooks only memorize data structures and algorithms and take exams. In a job interview, you will be asked what kind of problem you should choose between an array, a linked list, or a hash, and why it is the best way to do it. It explains how to choose a data structure and how the selected data structure affects the performance of the code, so I teach connected knowledge rather than memorized piecemeal knowledge, and can refer to it when preparing for a job interview.


저자(Author)
제이 웬그로우(Jay Wengrow)
세상을 코딩하는 법을 가르치는 데 전념하고 있는 전문 교육자이자 개발자이다. 코딩 부트캠프와 실습을 가르치는 Actualize의 설립자이자 CEO이다. “누구나 코딩할 수 있다(Anyone Can Learn To Code)”라는 교육 회사에서 온라인으로 코딩을 가르치고 있으며, 고등학교 컴퓨터 과학 커리큘럼, 기업체 교육 훈련을 운영하고 있다.

He is a professional educator and developer dedicated to teaching the world to code. He is the founder and CEO of Actualize, which teaches coding boot camps and hands-on training. He teaches coding online for an education company called “Anyone Can Learn To Code,” running a high school computer science curriculum, and corporate training.


부록(Extra File)

파이썬으로 배우는 자료 구조 핵심 원리(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)