Skip to content

fix and refactor linked list #9

@kazurem

Description

@kazurem
  1. 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).
  2. Comment the code properly (doxygen style).

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationrefactorMaking the code organized and look nice

Projects

Status

Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions