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.
- Host: GitHub
- URL: https://github.com/brenonsc/crackingthecodinginterview
- Owner: brenonsc
- Created: 2024-04-08T17:28:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:07:17.000Z (about 2 years ago)
- Last Synced: 2025-06-22T05:05:59.153Z (12 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## :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.