项目作者: rmartone

项目描述 :
Javascript solutions to Cracking the Coding Interview problems
高级语言: JavaScript
项目地址: git://github.com/rmartone/ctci-javascript.git
创建时间: 2018-07-26T17:13:36Z
项目社区:https://github.com/rmartone/ctci-javascript

开源协议:MIT License

下载


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!

  1. > git clone https://github.com/rmartone/ctci-javascript.git
  2. > cd ctci-javascript
  3. > npm install

To run tests
```console

npm run test