项目作者: rmartone
项目描述 :
Javascript solutions to Cracking the Coding Interview problems
高级语言: JavaScript
项目地址: git://github.com/rmartone/ctci-javascript.git
Cracking the Coding Interview - Javascript Solutions
- Since ‘Cracking the Coding Interview’ mainly uses Java and C++, I wanted to work through problems myself using modern Javascript and Jest.
- My solutions often differ from the book. I tried to improve on clarity and brevity without sacrificing efficiency.
- This is a work in progress, and I plan to post more solutions in the coming weeks as time permits.
- If you have suggestions on how to improve anything, I’d love to hear from you!
Getting Started
Checkout this repo, install dependencies and enjoy!
> git clone https://github.com/rmartone/ctci-javascript.git
> cd ctci-javascript
> npm install
To run tests
```console
npm run test