-
Notifications
You must be signed in to change notification settings - Fork 2
fix and refactor linked list #9
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationrefactorMaking the code organized and look niceMaking the code organized and look nice
Description
kazurem
opened on Jan 13, 2026
Issue body actions
- 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).
Reactions are currently unavailable
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
StatusShow more project fields
Ready