Skip to content

osmntahir/DataStructures-Assignments

Repository files navigation

C++ Data Structures Assignments

Overview

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.

Prerequisites

  • To compile and run the assignments, you need to have the MinGW compiler installed on your system.

Installing MinGW

  1. Download the MinGW installer from the official website: MinGW Download
  2. Run the installer and follow the instructions to install the base system and the g++ compiler.

Compiling and Running Assignments

Each assignment is located in its own directory. Follow the steps below to compile and run any assignment:

  1. Open a terminal or command prompt.
  2. Navigate to the directory of the assignment you want to compile.
  3. Run the following command to compile the assignment:
    mingw32-make
    

About

Projects Completed in Data Structures Course at Sakarya University, Computer Engineering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published