qbentil / DATA-Structures-Implementation

Data Structures using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DATA Structures Implementation

 

DATA Structures Implementation

Github top language Github language count License Github forks Github stars

🚧 DATA Structures Implementation πŸš€ Under construction... 🚧


About   |   Structures   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This repostory contains the implementation of some data structures in JavaScript and TypeScript. Feel free to contribute to this repository.πŸŽ‰

✨ Structures

βœ”οΈ HashTable;
βœ”οΈ LinkedList;
βœ”οΈ Queue;\

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/qbentil/data-structures-implementation

# Access
$ cd data-structures-implementation

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by Shadrack Bentil

 

Back to top

About

Data Structures using JavaScript


Languages

Language:JavaScript 100.0%