DataStructures
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
Install / Use
/learn @Enes1313/DataStructuresREADME
Generic Data Structures with C (C90)
Beni Oku - Read Me
Contents
Download
$ git clone https://github.com/Enes1313/DataStructures.git
Folders
- 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.
Eclipse C Cpp
- 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.
Visual Studio
- 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.
DevCpp
- 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.
Makefile
- Go to the "DataStructures" folder with terminal/console/etc.
- Write "make" and press enter.
- Test and Simulation projects will be compiled.
