Danh mục tài liệu

Lecture Data Structures & Algorithms: Chapter 0

Số trang: 9      Loại file: pptx      Dung lượng: 1.21 MB      Lượt xem: 17      Lượt tải: 0    
Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Lecture Data Structures & Algorithms: Chapter 0 - Introduction presented what is Data Structures and other content. Invite you to read the lecture.
Nội dung trích xuất từ tài liệu:
Lecture Data Structures & Algorithms: Chapter 0 DONG NAI UNIVERSITY OF TECHNOLOGYData Structures & Algorithms DONG NAI UNIVERSITY OF TECHNOLOGYIntroduction DONG NAI UNIVERSITY OF TECHNOLOGY• What is Data Structures? – A data structure is defined by • (1) the logical arrangement of data elements, combined with • (2) the set of operations we need to access the elements. DONG NAI UNIVERSITY OF TECHNOLOGY Atomic Variables• Atomic variables can only store one value at a time. int nSum; float fMark;• A value stored in an atomic variable cannot be subdivided. DONG NAI UNIVERSITY OF TECHNOLOGY• Example: Library – is composed of elements (books) – Accessing a particular book requires knowledge of the arrangement of the books – Users access books only through the librarian DONG NAI UNIVERSITY OF TECHNOLOGYBasic Data Structures • Structures include – Condensed lists – Linked lists – Stack, Queue – Binary trees – …and others DONG NAI UNIVERSITY OF TECHNOLOGYWhat is Algorithm?– A computable set of steps to achieve a desired result– Relationship to Data Structure • Example: Find an element, Sort listDONG NAI UNIVERSITY OF TECHNOLOGY DONG NAI UNIVERSITY OF TECHNOLOGYEND

Tài liệu có liên quan: