aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-07-06 10:21:45 -0500
committerMichael Hunteman <michael@huntm.net>2023-07-06 10:21:45 -0500
commit06490c159af3c18df8c7832f581beb4d6243677a (patch)
treebd88857878ed467ac7c21c8593eb4ad1972cb35f
parent4cfbba4fb358c317936811e8e502c39b2e102ff0 (diff)
Add READMEHEADmaster
-rw-r--r--README.md14
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>
+```