2020-01-13

오늘 한 일

  • data structure reference 한번 더 보기(Queue, Stack)
  • 증감 연산자(++) / 접미사, 점두사
  • recursion에 대해 좀 더 알아보기

내일 할 일

  • data structure reference 한번 더 보기

    • Linked List : Double Linked list, Circular Linked list, 가비지 컬렉션(garbage collection)에 대해서도 알아보기
    • Tree
    • graph : 방향 그래프, 가중치 그래프(weighted graph, 간선에 가중치가 있는 경우)에 대해서도 알아보기
    • Hash Table
    • Binary Search Tree
    • instanceof, isPrototypeOf
  • toy problem 10, 11

Written by@Heaeun
코드리뷰, TDD, 함께 자라기를 지향하는 프론트엔드 개발자입니다

GitHub