Data Structure and Algorithm

From Innovation
Jump to: navigation, search

Text Book

Supplementary Text Book

  1. [영어] "Data Structures and Algorithms Made Easy," by Narashima Karumanchi, CareerMonk Publication
  2. [한국어] "C 언어로 쉽게 풀어쓴 자료 구조," 천인국 저, 생능출판사 (부록으로 자료 구조의 개념을 이해할 수 있는 플래시 애니메이션 수록)
  3. [한국어] "뇌를 자극하는 알고리즘," 박상현 저, 한빛미디어 (온라인 학습사이트 - go)
  4. [한국어] "윤성우의 열혈 자료구조 - C언어를 이용한 자료구조 학습서," 윤성우, 오렌지미디어 (온라인 무료 강의 제공)
  5. [한국어] "사전처럼 바로 찾아 쓰는 알고리즘 - 바로 동작하는 실전 코드로 정리한 알고리즘 사전,"조지 T. 하인만, 게리 폴리케, 스탠리 셀코 저, 전경원 역, 한빛미디어

Topics

  1. Backgrounds
    • Array
    • Pointer
    • Memory allocation
    • Data structure
    • Recursion
    • Time complexity of algorithms
  2. Data Structure
    • Stack
    • Queue
    • Linked List
    • Binary Tree
  3. Algorithms
    • Sorting
    • Searching
    • Hash Table
    • Graph