Time Complexity and Big O Notation - Data Structures and Algorithms
3
Quadratic and Logarithmic Time Complexity - Data Structures and Algorithms
4
Factorial (n!) Algorithm Complexity & Traveling Salesman Problem - Data Structures and Algorithms
5
Answering Your Questions - Data Structures and Algorithms
6
Classes and Objects Introduction - Data Structures and Algorithms
7
Classes and Objects (Python) - Data Structures and Algorithms
8
Inheritance, Polymorphism, Encapsulation - Data Structures and Algorithms
9
Inheritance (Python) - Data Structures and Algorithms
10
Arrays vs Linked Lists - Data Structures and Algorithms
11
Introduction to Linked Lists - Data Structures and Algorithms
12
Introduction to Stacks - Data Structures and Algorithms
13
Introduction to Queues - Data Structures and Algorithms
14
Stacks and Queues (Python) - Data Structures and Algorithms
15
Hash Tables - Data Structures and Algorithms
16
Introduction to Sets - Data Structures and Algorithms
17
Hash Tables (Dictionaries) and Sets (Python) - Data Structures and Algorithms
Description:
Dive into a comprehensive 4.5-hour tutorial on data structures and algorithms, covering essential concepts such as time complexity, Big O notation, searching, sorting, and the traveling salesman problem. Explore object-oriented programming principles including classes, objects, inheritance, polymorphism, and encapsulation. Learn about various data structures like arrays, linked lists, stacks, queues, hash tables, and sets. Gain practical experience by implementing these concepts in Python, with dedicated sections for Python-specific implementations. Master fundamental computer science principles to enhance your problem-solving skills and improve your coding efficiency.