Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonsjones opened this issue Mar 4, 2022 · 0 comments · May be fixed by #31
Open

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

jasonsjones opened this issue Mar 4, 2022 · 0 comments · May be fixed by #31
Assignees
Labels
refactor No change in behavior but makes the code base better

Comments

@jasonsjones
Copy link
Owner

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.

@jasonsjones jasonsjones added the refactor No change in behavior but makes the code base better label Mar 4, 2022
@jasonsjones jasonsjones self-assigned this Mar 4, 2022
@jasonsjones jasonsjones linked a pull request Mar 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor No change in behavior but makes the code base better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant