Skip to content

nirajshr/ctci-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctci-solutions

C++ solutions for the problems presented in Cracking The Coding Interview (5th edition) book.

Each problems are named with p##_##.cpp convention. Eg. p11.1.cpp (Chapter 11 problem 1)

There are additional helper files containing my own implementation of useful data structures. These were designed just for learning purpose. As a result, they are surely lacking in any sort fo finese.

  • Linked List
  • Binary Tree
  • Graph Traversal Algorithm

About

C++ solutions for the problems presented in Cracking The Coding Interview book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published