Reflection

As I reflect on Quarter 3, I realize how much I've learned and discovered, particularly in the realm of programming and data structures. One of the most significant takeaways for me has been the deeper understanding of CBR (Case-Based Reasoning) , OL (Object-Oriented Learning) , and the concept of nested lists . Learning and Discoveries: Through studying CBR , I discovered how problem-solving can be approached by leveraging past experiences and cases, mimicking how humans solve problems. This concept helped me see the power of using historical data to predict and solve new problems. In the realm of Object-Oriented Learning (OL) , I grasped the importance of objects, classes, inheritance, and encapsulation in organizing and managing code in a more efficient way. This was a big leap in making my programming skills more structured and easier to understand. When it came to nested lists , I learned how to organize complex data within lists, allowing me to handle multi-dimensional data ...