rchavezj / Cracking_The_Coding_Interview

(Under Construction) Solutions I attempt to solve, all in C++, from the book "Cracking the Coding Interview.", Triplebyte, LeetCode, and AlgoExpert & System Expert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leetcode (C++)

TripleByte (Generalist)

Cracking The Coding Interview (C++)

AlgoExpert and System Expert (C++ and Javascript)

This repository includes all the solutions coded and drawn out (whiteboard interview)

alt text

Contents:

1. Array and Strings 2. Linked List
3. Stack and Queues 4. Trees and Graph
5. Bit Manipulation 6. Math and Logic Puzzles
7. Object-Oriented Design 8. Recursion and Dynamic Programming
9. System Design and Scalability 10. Soting and Searching
11. Testing 12. C and C++
13. Databases 14. Threads and Locks
15. Advance Topics 16. Triplebyte
17. LeetCode 18. AlgoExpert & System Expert

Sections:

Array and Strings

(Return back to Contents)

Linked List

Stack and Queues

Trees and Graph

Bit Manipulation

Math and Logic Puzzles

Object-Oriented Design

Recursion and Dynamic Programming

System Design and Scalability

Soting and Searching

Testing

C and C++

Databases

Threads and Locks

Advance Topics

Triplebyte

LeetCode

AlgoExpert & System Expert

About

(Under Construction) Solutions I attempt to solve, all in C++, from the book "Cracking the Coding Interview.", Triplebyte, LeetCode, and AlgoExpert & System Expert


Languages

Language:C++ 98.7%Language:Makefile 1.1%Language:C 0.2%