- Добавил: bhaer
- Дата: 10-05-2018, 16:19
- Комментариев: 0
Название: Data Structures and Algorithms in Ruby
Автор: Hemant Jain
Издательство: CreateSpace
Год: 2018
Страниц: 364
Формат: EPUB, MOBI, AZW3
Размер: 10 Mb
Язык: English
This book is about the usage of Data Structures and Algorithms in computer programming.
We will be studying complexity analysis. Then will look into the various data structures and their algorithms. We will be studying Linked-List, Stack, Queue, Trees, Heap, Hash Table and Graphs. We will be studying Sorting & Searching techniques.
Then we will be looking into algorithm analysis, we will be looking into Brute Force algorithms, Greedy algorithms, Divide & Conquer algorithms, Dynamic Programming, Reduction, and Backtracking.