-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
adding linked lists and data structures #995
Comments
Requires either scrolling... or enabling desktop mode |
Noted, but you can always open an issue for it if you want! For the data structures and linked lists, it would make sense to have them at some point. I think right now they are not a priority (at least for the absolute basic CS ones). There are plenty of content for those right now. Maybe for the less common ones it would make sense to develop them. Circular lists could probably be added, I've seen it in use in a few places, and I don't believe it's taught that much. |
I would like to add a few small notes here, first of all I agree that a chapter on data structures would be nice to see. |
Feature Request
Would it be possible (or relevant) to have a data structure chapter. Queues and stacks are discussed but not linked lists (single, doubly,or circular).
Description
A clear and concise description of what the desired feature is and how it would help, including any relevant screenshots / schematics.
Additional context
I think this addition is minor in skme aspects but can certainly help people studying data structures and algorithms get a taste of some basic models.
For Algorithm Archive Developers
The text was updated successfully, but these errors were encountered: