Skip to content

NikolaosKantartzopoulos/data-structures-and-algorithms-js

Repository files navigation

Data structures and algorithms - JavaScript

  • Self indulged project to document Data Structures and common Algorithms in Javascript.
  • Space and Time Complexity of interesting methods in comments
  • Testing with JEST

Featured

  1. Singly Linked Lists
  2. Doubly Linked Lists
  3. Stacks
  4. Queues
  5. Binary Search Trees

Get all && install JEST

git clone https://github.com/NikolaosKantartzopoulos/data-structures-and-algorithms-js.git && cd ./data-structures-and-algorithms-js && npm i

Care to test?

npx jest ./ --silent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages