From 2a7a78503d99c620dc19d3071a5ad3aa2b619f03 Mon Sep 17 00:00:00 2001 From: John Washam Date: Wed, 28 Sep 2016 09:31:04 -0700 Subject: [PATCH] Adding more detail to Table of Contents. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6e9412..798ccfb 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,15 @@ sometimes word-for-word in Google's coaching notes. - [The Daily Plan](#the-daily-plan) - [Data Structures](#data-structures) - [More Knowledge](#more-knowledge) + - [Endianness](#endianness) + - [Binary search](#binary-search) + - [Bitwise operations](#bitwise-operations) - [Trees](#trees) - [Sorting](#sorting) - [Graphs](#graphs) - [Even More Knowledge](#even-more-knowledge) + - [Recursion](#recursion) + - [Dynamic Programming](#dynamic-programming) - [Final Review](#final-review) - [Books](#books) - [Coding exercises/challenges](#coding-exerciseschallenges)