Section outline



  • Instructor : Amit Chakraborty Chhoton
    Office : Room no: 509  Level 5, AB 04 Daffodil International University Ashulia Campus.  
    Office Hour   : email  for appointment
    Telephone :  01718384336
    Email              : amit.cse@diu.edu.bd
    Appointment in Google CalendarClick Here

    Welcome Information on Data Structures Course


    Student Interests Survey

    Online C Compiler for Data Structures Lab

    Course Rationale

    This course investigates abstract data types (ADTs), recursion, algorithms for searching and sorting, and basic algorithm analysis. ADTs to be covered include lists, stacks, queues, priority queues, trees, sets, and graphs. The emphasis is on the trade-offs associated with implementing alternative data structures for these ADTs.

    Course Objectives

    • To introduce the fundamental concept of data structures including link-list
    • To emphasize the importance of data structures in implementing the algorithms
    • To develop effective skills in the implementation of data structure


    Course Outcomes (CO’s)

    • CO1 Able to explain implementation and operations of basic data structures: Linked list, stack, queue, tree and graph
    • CO2 Able to apply programming techniques using pointers, dynamic memory allocation and structures to implement data structures: stack, queue, tree and graph
    • CO3 Able to design and implement new abstract data using linked list, stack, queue, tree and graph with the help of programming implementations
    • CO4 Able to apply the knowledge of data structure in problem solving


    Grading Scheme
    Theory Class Lab Class
    Attendance: 7%
    Class Tests/Quizes:  15% 
    Assignment: 5%
    Presentation (using video/ppt): 8%
    Midterm Exam: 25%
    Final Exam: 40%
    Lab Attendance: 10%
    Problem Solving: 40%
    Lab Performance Test: 25%
    Lab Report: 25%
    [All assessment will be based on onsite/online situation]

    Textbook

    a. Data Structures and Algorithm Analysis in C by Mark Allen Weiss
    b. Principles of Data Structures
    by Pande

    Reference Books/Materials