This repository contains various C++ assignments for the Data Structures course at Sakarya University. Each assignment focuses on different data structures and algorithms, implemented to enhance problem-solving skills and understanding of computational efficiency.
- To compile and run the assignments, you need to have the MinGW compiler installed on your system.
- Download the MinGW installer from the official website: MinGW Download
- Run the installer and follow the instructions to install the base system and the g++ compiler.
Each assignment is located in its own directory. Follow the steps below to compile and run any assignment:
- Open a terminal or command prompt.
- Navigate to the directory of the assignment you want to compile.
- Run the following command to compile the assignment:
mingw32-make