sambokai / Linked-List-Sorting

University assignment for Algorithms & Data Structures course

Home Page:https://linkedlist.sambokai.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University Assignment

Linked List & Sorting Build Status codecov

Live Demo

Usage

Running the App

git clone https://github.com/sambokai/Linked-List-Sorting.git
cd Linked-List-Sorting

npm install # Install dependencies into project folder
npm start # Run development server @ http://localhost:8080


# Other
npm test # Run unit & integration tests
npm run build # Build the app and bundle it into the /dist folder. Open the index.html file to run the app without the need of a server

User Interface

User Guide

About

University assignment for Algorithms & Data Structures course

https://linkedlist.sambokai.com/


Languages

Language:JavaScript 96.1%Language:HTML 3.5%Language:CSS 0.3%