Skip to content

divyangjp/oo-linklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oo-linklist

Object oriented singly link list implementation in c++

linklist is templated class so it can carry any type of objects or primitive data types.

Functionalities provided are

-> append

-> insert

-> remove

-> size

-> first

-> find

-> print

-> sort (using merge sort)

To build the executable, go to "src" folder. Makefile is provided. Commands are "make", "make debug" and "make clean"

File src/uselist.cpp is test module to check functionalities of linklist

About

Object oriented singly link list implementation in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published