inf3cti0n95 / sidekik

Sidekik for all Data Structures and Algorithms you need.
https://sidekik.js.org
MIT License
4 stars 7 forks source link

feat: List Data Structures #7

Open karthik-vbala opened 5 years ago

karthik-vbala commented 5 years ago

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

The list data strcutures that will be implemented are :

  1. Singly Linked List
  2. Circularly Linked List
  3. Doubly Linked List
inf3cti0n95 commented 5 years ago

@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 commented 5 years ago

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