An open API service indexing awesome lists of open source software.

https://github.com/brenonsc/crackingthecodinginterview

Repository for storing programming questions and important topics from the book Cracking The Coding Interview (6th Edition) by Gayle L. McDowell.
https://github.com/brenonsc/crackingthecodinginterview

Last synced: 5 months ago
JSON representation

Repository for storing programming questions and important topics from the book Cracking The Coding Interview (6th Edition) by Gayle L. McDowell.

Awesome Lists containing this project

README

          

![Cracking The Coding Interview](https://imgur.com/gJ0z81g.png)


## :bookmark: Summaries

- [Big O](https://github.com/brenonsc/CrackingTheCodingInterview/blob/main/BigO.md): Notation that represents the upper bound of the worst-case scenario for the time or space complexity of an algorithm.