Data Structure & Algorithm (28542)

Data Structure & Algorithm (28542)

Data structures and algorithms are essential tools in computer science and engineering.
A well-designed data structure and algorithm can improve the performance of software
systems, reduce memory usage, and provide better user experiences. A data structure is
a way of organizing data in memory so that it can be accessed and used efficiently. The
most common data structures include arrays, linked lists, stacks, queues and trees. An
algorithm is a step-by-step procedure for solving a problem or performing a task. Some
common algorithms include searching, sorting, and path finding. By understanding the
different types of data structures and algorithms, developers can choose the best option
for a specific problem and optimize the performance of software systems.

Responsible Mst. Sathi Akter
Last Update 10/03/2023
Completion Time 8 hours 15 minutes
Members 103
Mst. Sathi Akter
  • Lession Plan of Data Structure and Algorithm
    • Lesson Plan PDF File
  • Chapter-01: Understand the idea of data structure.
    • Lecture-1:Data and Data Structure
    • Lecture-2: Tree and Data Operation
  • Chapter-02: Understand the basic concept of algorithm
    • Lecture-3: Algorithm and Programming Step
    • Lecture-4:Describe the structured programming and flowcharts.
    • Quiz Test- 01
      10 xp
  • Chapter-03: Understand the concept of arrays, records and pointers.
    • Lecture-5: Linear Array, Traversing and Inserting Algorithm in Linear Array
    • Lecture-6: Representing of Memory Address, Matrix and Deleting Algorithm
  • Chapter-04: Understand the properties of the linked lists.
  • Chapter-05: Understand the Operation of Stack
    • Lecture-7:Stack Basic Operation
    • Lecture-8:Different Type of Notation and Conversion
  • Chapter-06: Understand the Operation of Queue
    • Lecture-9: Basic Operation of Queue
    • Lecture-10: Data Insert & Delete Algorithm