diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4918b32 --- /dev/null +++ b/README.md @@ -0,0 +1,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> +``` |