📄️ Inheritance
In Python, inheritance in classes allows a child class to inherit and extend the attributes and methods of a parent class.
📄️ Basics of Graph
Graph theory is a mathematical discipline that studies the properties and relationships of graphs, which consist of nodes (vertices) connected by edges, enabling analysis of various real-world systems and phenomena.
📄️ Abstract Base Class
This topic is optional and no longer included in the syllabus.
📄️ Fixed-Size Array and Linked List
In this lesson we will detour a little bit to discuss two kinds of list. One is a Fixed Size Array and the other one is a Linked List. Both are list but they have their differences.