Data Structures

Data Structures

8 Weeks
Patricia Brown

Learn to organize and manage data effectively with fundamental data structures like arrays, linked lists, stacks, and queues.

Learning Objectives

  • Understand the importance of data structures in algorithm design.
  • Implement and use arrays and linked lists.
  • Learn the principles of stacks and queues.
  • Explore tree and graph data structures.
  • Analyze the time and space complexity of various data structures.