본 교과목에서는 컴퓨터프로그래밍의 자료구조에서 사용되는 다양 한 알고리즘에 대하여 학습한다. 어떤 경우에도 tree, linked-list, sorting 알고리즘을 프로그래밍으로 구현할 수 있는 능력을 배양하며, 실습 및 설계를 통하여 자료구조 처리 알고리즘을 이용한 설계 결과물을 도출한다.
교과목해설(영문)
Data subject algorithms including tree, linked-list and sorting are basically dealt in this subject. In real world problems, every student is able to solve those utilizing the algorithms implemented by C programming. Through design process and C programming coding performed by yourself, students have to create their own project outcome.