Skip to content

Solutions to problems given in Cracking the Coding Interview book

License

ultimatecoder/cracking_the_coding_interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cracking the Coding Interview

Travis CI

Cracking the Coding interview 📔

This repository is a collection of Cracking the coding interview questions solutions. Solutions are written in Python programming language.

Documentation

Read documentation of this project here.

Solutions

Arrays and Strings

Number Problem Solution
1.1 Is Unique Brute-Force, Bit array, Hash-table

Linked Lists

Number Problem Solution
2.5 Sum lists Backward order

Stacks and Queues

Number Problem Solution
3.2 Stack Min Brute-Force

Trees and Graphs

Number Problem Solution
4.1 Route between nodes Depth-First-Search

Recursion and Dynamic Programming

Number Problem Solution
8.3 Magic Index Distinct elements, Non distinct elements

About

Solutions to problems given in Cracking the Coding Interview book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published