$ git clone https://github.com/Enes1313/DataStructures.git
- The "DS" folder contains header and source files of data structures.
- The "Test" folder contains simple test/example functions.
- The "Simulation" folder contains solution of a simulation problem.
- The "Projects" folder contains files of IDE's for "Test" and "Simulation" projects.
- The "Readme" folder contains "readme" files.
- Right click on the "Project Explorer" area and click the "Import".
- Click the "Existing Projects into Workspace" under the "General" tab and click the "Next" button.
- Click the "Browse" opposite the "Select root directory:" and go to the repo's main folder.
- Select "Projects/Eclipse/dsTest" folder path under the "DataStructures" folder.
- Click the "Finish".
- Do the same for the "Projects / Eclipse / dsSimulation" directory.
- Click "File", "Open" and "Project/Solution...".
- Go to the repo's main folder.
- Select "Projects/VS/dsTest" folder path under the "DataStructures" folder.
- Do the same for the "Projects/VS/dsSimulation" directory.
- Click "File" -> "Open".
- Go to the repo's main folder.
- Open the file "Projects/DevCpp/dsTest/dsTest.dev" folder path under the "DataStructures" folder.
- Do the same for the "Projects/VS/dsSimulation" directory.
- Go to the "DataStructures" folder with terminal/console/etc.
- Write "make" and press enter.
- Test and Simulation projects will be compiled.