@charliewilco/knxwledge
v2.0.1
Published
![example workflow](https://github.com/charliewilco/knxwledge/actions/workflows/build.yml/badge.svg)
Downloads
10
Readme
Knxwledge
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/knxwledge.git
Install the dependencies:
npm install
Run development script
npm run build -- -w
Or run the tests (Jest)
npm test