Data Structure and Algorithm: Difference between revisions

From Innovation
Jump to: navigation, search
Line 4: Line 4:
# [영어] "Data Structures and Algorithms Made Easy," by Narashima Karumanchi, CareerMonk Publication
# [영어] "Data Structures and Algorithms Made Easy," by Narashima Karumanchi, CareerMonk Publication
# [한국어] "C 언어로 쉽게 풀어쓴 자료 구조," 천인국 저, 생능출판사
# [한국어] "C 언어로 쉽게 풀어쓴 자료 구조," 천인국 저, 생능출판사
# [한국어] "뇌를 자극하는 알고리즘,", 박상현 저, 한빛미디어
# [한국어] "뇌를 자극하는 알고리즘," 박상현 저, 한빛미디어
# [한국어] "사전처럼 바로 찾아 쓰는 알고리즘 - 바로 동작하는 실전 코드로 정리한 알고리즘 사전,"조지 T. 하인만, 게리 폴리케, 스탠리 셀코 , 전경원 역, 한빛미디어


=== Topics ===
=== Topics ===

Revision as of 17:50, 30 January 2018

Text Book

Supplementary Text Book

  1. [영어] "Data Structures and Algorithms Made Easy," by Narashima Karumanchi, CareerMonk Publication
  2. [한국어] "C 언어로 쉽게 풀어쓴 자료 구조," 천인국 저, 생능출판사
  3. [한국어] "뇌를 자극하는 알고리즘," 박상현 저, 한빛미디어
  4. [한국어] "사전처럼 바로 찾아 쓰는 알고리즘 - 바로 동작하는 실전 코드로 정리한 알고리즘 사전,"조지 T. 하인만, 게리 폴리케, 스탠리 셀코 저, 전경원 역, 한빛미디어

Topics

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