/data-structure-linked-list

:link: Linked List Command Line Program (Typescript | Javascript) :link:

Primary LanguageTypeScriptMIT LicenseMIT

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