Skip to content

🔗 Linked List Command Line Program (Typescript | Javascript) 🔗

License

Notifications You must be signed in to change notification settings

luvuong-le/data-structure-linked-list

Repository files navigation

Data Structure - Linked List

Information about the project

An application to demonstrate both a singly and doubly linked list in Javascript. Aiming to create a console application where the user can interact with both of these lists and do the normal operations such as add, remove and so on.

Technologies Used

  • Javascript
  • Typescript
  • NodeJS

Build Process Used

Typescript: Dev files in 'src' which was then compiled down to es3 which is located in the dist folder.

Installation

    // Install the required packages
    npm install

    // Build the project
    npm run build

    // Start the app.js file using npm start
    npm start

About

🔗 Linked List Command Line Program (Typescript | Javascript) 🔗

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published