IgorMing / js-data-structure

Just to play a bit with data structure in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Data Structure

Just to play a bit with data structures in JavaScript.

I've written the code with TDD, so, we have the tests already done.

Current problem

  • mergeList() - When I run the tests related with merge list, we reach 100%+ CPU usage from v8. And the engine also crashes everytime.

Run

Running the tests

yarn test

About

Just to play a bit with data structure in JavaScript


Languages

Language:JavaScript 100.0%