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

feat: List Data Structures #7

Open
karthik-vbala opened this issue Feb 26, 2019 · 2 comments
Open

feat: List Data Structures #7

karthik-vbala opened this issue Feb 26, 2019 · 2 comments

Comments

@karthik-vbala
Copy link

karthik-vbala commented Feb 26, 2019

Implementation of List Data Structures:

We will have a list interface with a Node class that instantiates a Node head and Node tail.
Methods supported will be

  • Insert, Delete, Clone, getIndexOf, addFirst, addLast, peek, poll, push, pop, toArray

The list data strcutures that will be implemented are :

  1. Singly Linked List
  2. Circularly Linked List
  3. Doubly Linked List
@inf3cti0n95
Copy link
Owner

inf3cti0n95 commented Feb 26, 2019

@karthik-vbala Thanks for Suggestions!

Can you please Have It according to the format used in my other feature issues. Also, please have a list according to the type of data structure they fall in. And if they do not fall into any of the category make a separate issue for them.

For instance make an issue - feat: Lists or LinkedLists and List all the different flavors of lists in them. But do not put Maps under the same Issue.

Also put some information for each. Data Structure. Maybe link to some credible implementations. Please refer my issue on Tree Data structure.

This helps us manage and track the progress. I hope you understand!

@inf3cti0n95
Copy link
Owner

@karthik-vbala Please follow this issue template Data Structure request template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants