Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcefram/insp-test


https://github.com/dcefram/insp-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Insp Test

Some coding test stuff

Note that we won't typically try to solve all exercises here. We would just cherrypick one or two, depending on the flow of the technical interview.

## Run tests

There are currently three tests. You can run each by executing these:
```
$ npm run test:clone-object
$ npm run test:most-recurring
$ npm run test:full-justify
```

There's no tooling here to test out the space and/or time complexity of the solutions though :P