From 06490c159af3c18df8c7832f581beb4d6243677a Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Thu, 6 Jul 2023 10:21:45 -0500 Subject: Add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3