My number in group list is 19 , so my variant number is 19 % 4 = 3
Node.js and npm are required in order to use the app
Upload the modules used in the project
npm install
Clone repository:
git clone https://github.com/Dimasenchylo/mtsd_2.git
Run program:
node usage_example.js
In order to run the tests:
npm test
Tests were pretty useful while refactoring code to Doubly Linked List Structure.Although they take a lot of time, they help to track all possible errors during program development, and this is very convenient.