项目作者: Enes1313

项目描述 :
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
高级语言: C
项目地址: git://github.com/Enes1313/DataStructures.git
创建时间: 2018-09-23T15:38:44Z
项目社区:https://github.com/Enes1313/DataStructures

开源协议:MIT License

下载


Generic Data Structures with C (C90)

Codacy Badge

Beni Oku - Read Me

[Türkçe] -
[English]

Contents

Download

  1. $ 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.