-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationrefactorMaking the code organized and look niceMaking the code organized and look nice
Description
- Having a single linked list implementation would be good instead of having 4 different ones (singly, singly circular, doubly and doubly circular). Remove unnecessary code and implement only the doubly linked list (preferably with a tail pointer).
- Comment the code properly (doxygen style).
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationrefactorMaking the code organized and look niceMaking the code organized and look nice
Projects
Status
Ready