학점교류로 수강하는 숙명여대 자료구조 계절학기 수업 Software and Data structure - 시스템 ㄴ 소프트웨어 ㄴㄴ 알고리즘 : 문제를 해결하기 위한 명령어들의 모음 ㄴㄴ 데이터 : 값을 측정한 것의 모음 ㄴ 하드웨어 - Data structures ways of, or structures for efficientyly processing and organizing a large amount of data for solving problems : what to learn - linear data structures : list, stack, queue, deque (데크?) - non-linear data structures : tree, graph - advanced DS : BST, ..