Skip to content

maxwillf/Doubly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract Data Type based on a Doubly linked list

Objectives

The objective of the project is implement a ADT list as std::list

Dependencies

You need git to clone the repository, make and g++ to compile the program. To install these dependencies, you just have to use your package manager, such as a debian based distro:

sudo apt-get install g++ git make

Also, clone the repository git clone https://github.com/maxwillf/Double-Linked-List.git

Compile

Change directory to the list directory

cd Doubly-Linked-List

And execute make to compile the program.

Execute

To execute the drive function

./driverlist

Authorship

This program was made by Felipe Andrade and Max William with MIT Licence, for Basic Data Structures I discipline from Computer Science course on Universidade Federal do Rio Grande do Norte

About

C++ Doubly Linked List implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published