From b09ac8e0fb21375a319d33a3cdeb41de82c21514 Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Tue, 26 Jun 2018 20:48:36 -0600 Subject: [PATCH] Readme --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1f7aeb3..93481cd 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,17 @@ -# bigo +# Imposter's Handbook +Rust implementations for [Imposter's Handbook][1] topics. Follow along by listening to the [BookBytes podcast][2]. -Scratch for Impostor's Handbook Big O content - -## running the tests +## Running the tests ``` cargo test ``` -## running the benchmarks +## Running the benchmarks ``` cargo bench ``` + +[1]: https://bigmachine.io/products/the-imposters-handbook/ +[2]: https://www.orbit.fm/bookbytes/ \ No newline at end of file