From 2291ef40a0cb40467c8af8b2a8a826411b2126ba Mon Sep 17 00:00:00 2001 From: Marlon Aviz Date: Sun, 11 Jun 2017 18:43:05 -0300 Subject: [PATCH] Fixed broken anchors and removed duplicate in index --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32a9e64..3894cc3 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ If you want to be a reliability engineer or systems engineer, study more from th - [Compilers](#compilers) - [Emacs and vi(m)](#emacs-and-vim) - [Unix command line tools](#unix-command-line-tools) - - [Information theory](#information-theory) - - [Parity & Hamming Code](#parity--hamming-code) + - [Information theory](#information-theory-videos) + - [Parity & Hamming Code](#parity--hamming-code-videos) - [Entropy](#entropy) - [Cryptography](#cryptography) - [Compression](#compression) @@ -145,7 +145,6 @@ If you want to be a reliability engineer or systems engineer, study more from th - [Locality-Sensitive Hashing](#locality-sensitive-hashing) - [van Emde Boas Trees](#van-emde-boas-trees) - [Augmented Data Structures](#augmented-data-structures) - - [N-ary (K-ary, M-ary) trees](#n-ary-k-ary-m-ary-trees) - [Balanced search trees](#balanced-search-trees) - AVL trees - Splay trees @@ -160,8 +159,8 @@ If you want to be a reliability engineer or systems engineer, study more from th - [Disjoint Sets & Union Find](#disjoint-sets--union-find) - [Math for Fast Processing](#math-for-fast-processing) - [Treap](#treap) - - [Linear Programming](#linear-programming) - - [Geometry, Convex hull](#geometry-convex-hull) + - [Linear Programming](#linear-programming-videos) + - [Geometry, Convex hull](#geometry-convex-hull-videos) - [Discrete math](#discrete-math) - [Machine Learning](#machine-learning) - [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)