Skip to content

Make "singly-linked-list" a generic data structure #32

@jasonsjones

Description

@jasonsjones

Currently, the singly-linked-list is comprised with nodes containing any type of data. We can improve the typing by making this data structure generic, meaning it can be comprised with node containing any type T data.

Metadata

Metadata

Assignees

Labels

refactorNo change in behavior but makes the code base better

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions