어디선가 '이런 게 있다' 정도만 알았지 실제로 어떻게 구현하고 어디에 쓰이나 생각해본 적이 없다. 그래서 어떻게 쓰일지 생각해볼 겸 자료구조도 공부하는 겸사겸사 시리즈. 첫번째로 linked list
어디선가 '이런 게 있다' 정도만 알았지 실제로 어떻게 구현하고 어디에 쓰이나 생각해본 적이 없다. 그래서 자료구조를 공부하면서 어떻게 쓰일지 생각해보는 겸사겸사 시리즈. 두 번째로 hash table
Since almost all the programming language doesn't have these structures user has to implement it when needed. So we call it abstract data structure.