avanalperen / Major-Assignment

My project work about Data structure and algorithm lesson in University.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major-Assignment

You can directly open executable files from folder. Also, Every project folder is inside the repo. There is a shortcut folder that you can use to open solution folder for compiling and opening it easily. To open projects you need to download first.

Operating From Command Line Instructions

You can either open executables easily from folders also there are separate C++ files for each problem. For each problem there are name given at the beginning of each files.

Follow these steps to resolve any problems:  

1.⁠ Open the terminal which you want rather it can be Developer Command Prompt VS 2022 or Command line.

  1. Find the relevant C++ file name and location for Command Line.

3.⁠ After find the location compile the file with the command in VS terminal or Command Line⁠ : 

g++ Problem 1.cpp -o Problem 1  

4.⁠ ⁠Run the resulting executable with the command in VS terminal or Command Line : ⁠ 

Problem 1 

Note : This solution is for windows based systems. There are different commands for every system. For example in Linux based systems to execute the code you need to type : ./Problem 1

About

My project work about Data structure and algorithm lesson in University.


Languages

Language:C++ 100.0%