sayanibhattacharjee / ctci

Cracking The Coding Interview - Problem, Solutions and Discussions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTCI Build Status Reviewed by Hound codecov

Cracking the coding interview - problems, solutions and discussions

TODO

  • Makefile to build index.md for problems
  • Update makefie with functions for test

Rules

  • Directory structure would represent index in Cracking the coding interview edition 5.
  • Every problem will have its own README, solutions in different language
  • All discussions will happen in issues
  • issue format
    • problem/section/number-name: issue subject (for problems) or
    • misc/item: issue subject (for non propblemspecific issues)
  • Pull request should have an issue to back it
  • Questions not from cracking the coding interview will all be added with an issue and pull request assiciated with it
  • Update the rules here when it needs to be updated

About

Cracking The Coding Interview - Problem, Solutions and Discussions

License:MIT License


Languages

Language:Go 95.7%Language:JavaScript 3.4%Language:Makefile 1.0%