I'm taking an "object-oriented programming" course which has basically turned into a C++ course. In order to familiarize ourselves with the algorithms provided by the stl, we aren't allowed to use any ...
This repository contains my solutions for 42 School C++ Module 08. The main goal of this module is to practice using the STL in C++98: containers, iterators, algorithms, and container adapters.
A C++ application that models a navigable spatial environment using graph data structures and path-planning algorithms. Developed as a Data Structures project, the system simulates navigation through ...