Data Structure and Algorithm

From Innovation
Revision as of 16:03, 29 January 2018 by James (talk | contribs) (→‎2018-01)
Jump to: navigation, search

Text Book

Supplementary Text Book

  1. [영어] "Data Structures and Algorithms Made Easy," by Narashima Karumanchi, CareerMonk Publication
  2. [한국어] "C 언어로 쉽게 풀어쓴 자료 구조," 천인국 저, 생능출판사
  3. [한국어] "뇌를 자극하는 알고리즘,", 박상현 저, 한빛미디어

Topics

  1. Data Structure
    • Stack
    • Queue
    • Linked List
    • Binary Tree
  2. Algorithms
    • Sorting
    • Searching
    • Hash Table
    • Graph