aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4918b3240754b1e5b49d12ebae0d41cddea26d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Coding Interview Prep

This repository is a compilation of my solutions to the Blind 75, a list of
common types of coding problems created by a Meta/Facebook tech lead.

### Get Started

Install the latest version of Java.

```sh
git clone https://git.huntm.net/coding-interview.git
cd coding-interview
java <name-of-problem>
```