https://github.com/eiberham/js-drills
Javascript algorithms, utilities, design patterns
https://github.com/eiberham/js-drills
algorithms design-patterns techniques utilities
Last synced: 3 months ago
JSON representation
Javascript algorithms, utilities, design patterns
- Host: GitHub
- URL: https://github.com/eiberham/js-drills
- Owner: eiberham
- Created: 2021-06-12T23:05:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T01:17:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T05:24:25.116Z (about 1 year ago)
- Topics: algorithms, design-patterns, techniques, utilities
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Js drills
Algorithms and whatnot in pure javascript.
## How to run ?
Simply run in the terminal:
```console
git clone https://github.com/eiberham/js-drills.git
cd js-drills
npm i
# to run tests:
npm test
```