출간일(Release) : 2021/12/01
종이책 출간일(Print Release) : 2021/11/30
전자책 종류(Format) : ePub
Price : KRW 26,400
미리보기(Preview)
책소개(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.