Software Engineering 101: Data Structures with Python & C++

Udemy MOOC / Non-credit USD 19.99
Enroll now →
Software Engineering 101: Data Structures with Python & C++

About this course

Welcome to Software Engineering 101: Data Structures with Python & C++ course. This is a comprehensive project based course where you will learn the fundamentals of data structures and algorithms like arrays, linked lists, stacks, queues, trees, graphs, and hash tables, while also exploring algorithms such as sorting, searching, and dynamic programming. This course is a perfect combination between computer science and system optimization, making it an ideal opportunity to practice your programming skills while improving your technical knowledge in software engineering. In the introduction session, you will learn the basic fundamentals of data structures and algorithms, such as getting to know their use cases, technical limitations, and commonly used algorithms. Then, in the next section you will find and download dataset from kaggle, it is a platform that offers high quality datasets from various industries. Afterward, we will start the project. Initially we will focus on linear data structure concepts. In the first project, we are going to develop an employee attendance tracker, where arrays will be used to efficiently store and update daily attendance records. In the second project, we are going to design a customer support ticketing system that uses linked lists to manage incoming requests in the order they arrive. For the third project, we are going to implement an undo feature for a simple text editor by leveraging the Last In First Out behavior of stacks. In the fourth project, we are going to simulate a hospital queue system, using the queue concept to manage patients based on their arrival time. Following that, we will move to non linear data structures concepts. In the fifth project, we are going to create a Customer ID finder tool using binary search trees for fast data retrieval. In the sixth project, we are going to build a patient prioritization system using a heap to ensure urgent cases are addressed first. In the seventh project, we are going to build a friend recommendation engine for a soc

What you'll learn

  • understand fundamental data structures
  • implement algorithms for sorting and searching
  • apply data structures in real projects
  • use Python and C++ for programming tasks

Course objectives

  • learn to recognize use cases for specific data structures
  • develop practical programming projects
  • improve understanding of algorithms and their applications

Skills you'll gain

Related courses

Course details are provided by the platform and may change — always confirm on the provider's site. Links may be affiliate links.