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

Implement lists data structures #264

Open
3 tasks
tshemsedinov opened this issue Nov 29, 2024 · 2 comments
Open
3 tasks

Implement lists data structures #264

tshemsedinov opened this issue Nov 29, 2024 · 2 comments
Assignees

Comments

@tshemsedinov
Copy link
Member

Desired lists (or more)

  • List and Queue
  • DoublyList or Deque (I'd prefer Deque name)
  • Stack
  • CurcularList or CircularBuffer
  • Heap
  • Trees
  • SkipList

But we may implement universal classes if some of data structures may be combined into universal abstractions. For

We need to implement:

  • unittests (node native test runner and asserts)
  • documentation in README.md
  • typings in .d.ts
@tshemsedinov
Copy link
Member Author

@timursevimli Please write short task description for data structures with links to node implementation

@tshemsedinov
Copy link
Member Author

@timursevimli Please prepare interfaces for: Stack, Queue, Dequeue and classes implementing them: SinglyLinkedList, DoublyLinkedList, CircularLinkedList

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

No branches or pull requests

2 participants