Skip to content

Javascript solutions to Cracking the Coding Interview problems

License

Notifications You must be signed in to change notification settings

rmartone/ctci-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

> npm run test

About

Javascript solutions to Cracking the Coding Interview problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published