Download presentation
Presentation is loading. Please wait.
Published byCalvin Nelson Modified over 5 years ago
1
Data Structures and Database Applications ACST 3330
2
Overview Understand what Abstract Data Types (ADTs) are
Learn basic techniques for Representing & Manipulating finite dynamic set Elementary Data Structures Lists, ArrayLists, LinkedLists, Stacks, Queues More Complex Data Structures Hashtables, Trees, Binary Search Trees
3
High-Level Structure (1)
Arrays and Lists System.Collections.ArrayList System.Collections.Generic.List System.Collections.Generic.LinkedList Queue System.Collections.Generic.Queue Stack System.Collections.Generic.Stack
4
High-Level Structure (2)
Hashtable System.Collections.Hashtable System.Collections.Generic.Dictionary Trees Binary Trees, BST, Self-Balancing BST
5
Database Implementations
Data Modeling using ADO.NET Application Development using MVC: Model-View-Controller Framework Integrates C# with Web Frameworks (HTML, CSS, jQuery, AJAX) to manage the View and SQL to manage the Database implementation of the Data Model
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.