Skip to content

gustavodalves/data-structure

Repository files navigation

Data Structure

This project was implemented in TypeScript. The implementation was based on C and C++, without using standard features of the TypeScript language

Implementations

  • Stack
  • Queue
  • Deque
  • Binary Tree
  • B Tree
  • Linked List
  • Doubly Linked List
  • Linked List Circular
  • Doubly Linked List Circular
  • Hash Table

Tools

  • TypeScript
  • Jest

Installation

In the project directory, you can run:

npm install/yarn

to install all the necessary departments of the project

yarn test/npm run test

runs all unity tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published