careercup / CtCI-6th-Edition

Cracking the Coding Interview 6th Ed. Solutions
11.33k stars 4.41k forks source link

Asymptotically faster solution for `17.23` (Max Square Matrix) #243

Open Qualtagh opened 1 year ago

Qualtagh commented 1 year ago

Hello! The book is a real masterpiece. It helped me to understand a lot of algorithmic techniques. Inspired by it, I tried to continue improving some algorithms staying in the same vein of interview format - the solution should be short, simple to understand, readable and limited to using previously explained algorithms/data structures. I hope it may help somebody by giving some ideas.

The commit contains: