The table of contents is finished

This commit is contained in:
Ilyushin Evgeniy 2016-12-24 20:30:55 +03:00
parent 195ad48c4f
commit 98ab3637d2

View File

@ -99,57 +99,57 @@
- [После того как вы получили работу](#once-youve-got-the-job) - [После того как вы получили работу](#once-youve-got-the-job)
---------------- Everything below this point is optional ---------------- ---------------- Все что ниже - опционально ----------------
- [Additional Books](#additional-books) - [Дополнительные книги](#additional-books)
- [Additional Learning](#additional-learning) - [Дополнительное обучение](#additional-learning)
- [Dynamic Programming](#dynamic-programming) - [Динамическое программирование](#dynamic-programming)
- [Compilers](#compilers) - [Компиляторы](#compilers)
- [Floating Point Numbers](#floating-point-numbers) - [Числа с плавующей запятой](#floating-point-numbers)
- [Unicode](#unicode) - [Unicode](#unicode)
- [Endianness](#endianness) - [Порядок следования байт](#endianness)
- [Emacs and vi(m)](#emacs-and-vim) - [Emacs и vi(m)](#emacs-and-vim)
- [Unix command line tools](#unix-command-line-tools) - [Командная строка Unix](#unix-command-line-tools)
- [Information theory](#information-theory) - [Теория информации](#information-theory)
- [Parity & Hamming Code](#parity--hamming-code) - [Четность & Код Хемминга](#parity--hamming-code)
- [Entropy](#entropy) - [Энтропия](#entropy)
- [Cryptography](#cryptography) - [Криптография](#cryptography)
- [Compression](#compression) - [Сжатие](#compression)
- [Networking](#networking) (if you have networking experience or want to be a systems engineer, expect questions) - [Сети](#networking) (if you have networking experience or want to be a systems engineer, expect questions)
- [Computer Security](#computer-security) - [Компьютерная безопасность](#computer-security)
- [Garbage collection](#garbage-collection) - [Сборщики мусора](#garbage-collection)
- [Parallel Programming](#parallel-programming) - [Параллельное программирование](#parallel-programming)
- [Messaging, Serialization, and Queueing Systems](#messaging-serialization-and-queueing-systems) - [Сообщения, сериализация и системы очередей](#messaging-serialization-and-queueing-systems)
- [Fast Fourier Transform](#fast-fourier-transform) - [Быстрое преобразование Фурье](#fast-fourier-transform)
- [Bloom Filter](#bloom-filter) - [Фильтр Блума](#bloom-filter)
- [HyperLogLog](#hyperloglog) - [HyperLogLog](#hyperloglog)
- [Locality-Sensitive Hashing](#locality-sensitive-hashing) - [Локально-чувствительное хеширование](#locality-sensitive-hashing)
- [van Emde Boas Trees](#van-emde-boas-trees) - [Дерево ван Эмде Боаса](#van-emde-boas-trees)
- [Augmented Data Structures](#augmented-data-structures) - [Дополнительные структуры данных](#augmented-data-structures)
- [Tries](#tries) - [Префиксные деревья](#tries)
- [N-ary (K-ary, M-ary) trees](#n-ary-k-ary-m-ary-trees) - [N-арные (K-арные, M-арные) деревья](#n-ary-k-ary-m-ary-trees)
- [Balanced search trees](#balanced-search-trees) - [Сбалансированные деревья поиска](#balanced-search-trees)
- AVL trees - АВЛ деревья
- Splay trees - Splay-деревья
- Red/black trees - Красно-черные деревья
- 2-3 search trees - 2-3 деревья поиска
- 2-3-4 Trees (aka 2-4 trees) - 2-3-4 деревья
- N-ary (K-ary, M-ary) trees - N-арные (K-арные, M-арные) деревья
- B-Trees - B-деревья
- [k-D Trees](#k-d-trees) - [k-D деревья](#k-d-trees)
- [Skip lists](#skip-lists) - [Списки с пропусками](#skip-lists)
- [Network Flows](#network-flows) - [Сеть](#network-flows)
- [Disjoint Sets & Union Find](#disjoint-sets--union-find) - [Система непересекающихся множеств](#disjoint-sets--union-find)
- [Math for Fast Processing](#math-for-fast-processing) - [Математика для быстрой обработки](#math-for-fast-processing)
- [Treap](#treap) - [Декартово дерево](#treap)
- [Linear Programming](#linear-programming) - [Линейное программирование](#linear-programming)
- [Geometry, Convex hull](#geometry-convex-hull) - [Геометрия, Выпуклая оболочка](#geometry-convex-hull)
- [Discrete math](#discrete-math) - [Дискретная математика](#discrete-math)
- [Machine Learning](#machine-learning) - [Машинное обучение](#machine-learning)
- [Go](#go) - [Go](#go)
- [Additional Detail on Some Subjects](#additional-detail-on-some-subjects) - [Дополнительные детали](#additional-detail-on-some-subjects)
- [Video Series](#video-series) - [Видео](#video-series)
- [Computer Science Courses](#computer-science-courses) - [Курсы по Computer Science](#computer-science-courses)
--- ---