Skip to content

scalone/data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Data Structure Algorithms

Academic project to apply data structure concepts.

Algorithms

  • Exercise 1, Simply linked Linear List with dummy head.
  • Exercise 2, Doubly linked Linear List with dummy head.
  • Exercise 3, Stack in dynamic memory allocation.
  • Exercise 4, Queue in dynamic memory allocation to Medical Clinic management.

Build

Clone

$ git clone [email protected]:scalone/data_structure.git
$ cd data_structure

Clean

$ make clean

Compile

$ make

Test

Compile

$ make runner

Run

$ ./runnner

Usage

$ ./program <exercise>

ex1, Simply linked Linear List with dummy head
ex2, Doubly linked Linear List with dummy head
ex3, Stack in dynamic memory allocation
ex4, Queue in dynamic memory allocation to Medical Clinic management
-h, --help, Help

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages