본문 바로가기

화면설정

일반 동영상 강의

자료구조 및 실습

담당교수
Muhammad Tariq Mahmood
강의수
16
수강
1337
제작연도
NCS분류
공학>컴퓨터ㆍ통신>컴퓨터공학
강의설명
A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. In this course, students can learn the characteristics of linear data structures such as Array, Stack, Queue, and Deque and non-linear data structures such as Tree and Graph, and understand how to use and implement them. Also, students can understand various Sorting and Searching algorithms using those data structures and learn how to program it for themselves.