Skip to content

๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ“‹๐Ÿงฎ A place to work through common algorithm problems and define basic data structures in TypeScript

Notifications You must be signed in to change notification settings

haithemT/data-structures-algorithms

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

79 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Data Structures & Algorithms

Workspace to write, test and understand basic CS concepts like data structures and algorithms in TypeScript.

Check out the test directory for implementations.

Setup

Clone the project:

git clone https://github.com/charliewilco/data-structures-algorithms.git

Install the dependencies:

yarn

Run development script

yarn build -w

Or run the tests (Jest)

yarn test --verbose

About

๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ“‹๐Ÿงฎ A place to work through common algorithm problems and define basic data structures in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%