Skip to content

phamhoangtuan/cracking_the_coding_interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cracking the Coding Interview, 6th edition

Trying to solve programming questions in this book

Pre-requisites

  • pyenv 2.3.8
  • python 3.10
  • poetry ^1.3.0

Steps to install packages

pyenv install 3.10
pyenv local 3.10
poetry env use python3.10
poetry install

Command to format python files

poetry run make format

Command to lint python files

poetry run make lint

Command to run unit test

poetry run make test

Details of each chapter

Arrays

About

Cracking the Coding Interview, 6th edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published