https://github.com/dcefram/insp-test
https://github.com/dcefram/insp-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcefram/insp-test
- Owner: dcefram
- Created: 2024-05-24T06:52:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:38:37.000Z (about 1 year ago)
- Last Synced: 2025-01-22T11:49:40.731Z (6 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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