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

Support for circular lists? #4

Open
AndreasArne opened this issue Feb 10, 2021 · 0 comments
Open

Support for circular lists? #4

AndreasArne opened this issue Feb 10, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request question Further information is requested

Comments

@AndreasArne
Copy link
Owner

AndreasArne commented Feb 10, 2021

Current implementation of linked list builder will result in a forever loop if the structure is a circular list.

How to avoid a for ever loop from end to start? Can it be done or should we actively not support circular lists.

@AndreasArne AndreasArne added bug Something isn't working enhancement New feature or request question Further information is requested labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant