Skip to content

ashablyka/doubly-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doubly linked list


⚠️ DO NOT SUBMIT PRS TO THIS REPO ⚠️

Task

Your task is to implement doubly linked list data structure.

Prerequisites

  1. Install Node.js
  2. Fork this repository: https://github.com/rolling-scopes-school/doubly-linked-list/
  3. Clone your newly created repo: https://github.com/<%your_github_username%>/doubly-linked-list/
  4. Go to folder doubly-linked-list
  5. To install all dependencies use npm install
  6. Run npm test in command line or you can run tests in browser with npm start and open http://localhost:8080
  7. You will see the number of passing and failing tests. 100% of passing tests is equal to 100p in score

Submit to rs app

  1. Open rs app and login
  2. Go to submit task page
  3. Select your task (doubly-linked-list)
  4. Press the submit button and enjoy


© Shastel

About

Doubly linked list task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 3.0%