This Week's Mission Agenda

  1. 여러 복잡도 학습 및 정리
  2. 연속배열과 링크드리스트의 차이점 비교, 언제 어떤 게 더 효율적인지 알기
  3. 싱글, 더블, 서큘라 리스트 각각의 특성과 효율성 비교
  4. 작성한 코드의 복잡도와 속도 정리

What I Learned

Linked List

Linked List is a linear collection of data elements whose order is not given by physical placement in memory but each element points to the next.

링크드 리스트의 종류

To Add a Node