Description
In this course, you will learn:-
- The course prepares students for the more difficult topics they will encounter in succeeding courses (and is a prerequisite for it). The concepts covered in this course are some of the most fundamental in computer science.
- Students will not only grasp how data structures function, but will also be able to implement them from scratch. The course will cover a variety of well-known statistics.
Syllabus:-
- Introduction
- List6 lectures • 1hr
- Arrary Basics
- Add Method - Part 1
- Add Method - part 2
- Remove Method
- Unit Testing
- Code
- Linked List Introduction
- Add Method
- InsertAt Method
- Remove Method - Part 1
- Remove Method - Part 2
- Code
- Problem Introduction
- Solution Implementation
- Code
- Stack Introduction
- Uses of Stack
- Infix to Postfix Conversion
- Infix to Postfix Implementation - Part 1
- Infix to Postfix Implementation - Part 2
- Postfix Evaluation
- Postfix Expression implementation
- Code
- Measuring Time Complexity - Part 1
- Measuring Time Complexity - Part 2
- Measuring Time Complexity - Part 3
- Measuring Time Complexity - Part 4
- Code Analysis - Part 1
- Code Analysis - Part 2
- Code Analysis - Part 3