Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Problem Solving in Data Structures & Algorithms Using C#: Programming Interview Guide, Jain Hemant


Варианты приобретения
Цена: 34490.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Jain Hemant
Название:  Problem Solving in Data Structures & Algorithms Using C#: Programming Interview Guide
ISBN: 9781726789981
Издательство: Independently Published
Классификация: ISBN-10: 1726789985
Обложка/Формат: Paperback
Страницы: 458
Вес: 1.05 кг.
Дата издания: 06.10.2018
Язык: English
Размер: 280 x 216 x 24
Поставляется из: США
Описание: Problem Solving in Data Structures & Algorithms is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.


GitHub Repositories for these books.
https: //github.com/Hemant-Jain-Author

Books Composition
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.

Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.

This book assumes that you are a C# language developer. You are not an expert in C# language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.

In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .


Table of Contents
Chapter 0: How to use this book.
Chapter 1: Algorithms Analysis
Chapter 2: Approach to solve algorithm design problems
Chapter 3: Abstract Data Type & C# Collections
Chapter 4: Searching
Chapter 5: Sorting
Chapter 6: Linked List
Chapter 7: Stack
Chapter 8: Queue
Chapter 9: Tree
Chapter 10: Priority Queue
Chapter 11: Hash-Table
Chapter 12: Graphs
Chapter 13: String Algorithms
Chapter 14: Algorithm Design Techniques
Chapter 15: Brute Force Algorithm
Chapter 16: Greedy Algorithm
Chapter 17: Divide & Conquer
Chapter 18: Dynamic Programming
Chapter 19: Backtracking
Chapter 20: Complexity Theory


Problem Solving in Data Structures & Algorithms Using Java

Автор: Jain Hemant
Название: Problem Solving in Data Structures & Algorithms Using Java
ISBN: 1723982105 ISBN-13(EAN): 9781723982101
Издательство: Неизвестно
Цена: 34490.00 T
Наличие на складе: Невозможна поставка.
Описание: "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.


GitHub Repositories for these books.
https: //github.com/Hemant-Jain-Author

Book's Composition
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.

Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.

This book assumes that you are a Java language developer. You are not an expert in Java language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.

In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .


Table of Contents
Chapter 0: How to use this book.
Chapter 1: Algorithms Analysis
Chapter 2: Approach to solve algorithm design problems
Chapter 3: Abstract Data Type & JAVA Collections
Chapter 4: Searching
Chapter 5: Sorting
Chapter 6: Linked List
Chapter 7: Stack
Chapter 8: Queue
Chapter 9: Tree
Chapter 10: Priority Queue
Chapter 11: Hash-Table
Chapter 12: Graphs
Chapter 13: String Algorithms
Chapter 14: Algorithm Design Techniques
Chapter 15: Brute Force Algorithm
Chapter 16: Greedy Algorithm
Chapter 17: Divide & Conquer
Chapter 18: Dynamic Programming
Chapter 19: Backtracking
Chapter 20: Complexity Theory

Data Structures & Algorithms In Go

Автор: Jain Hemant
Название: Data Structures & Algorithms In Go
ISBN: 1099552060 ISBN-13(EAN): 9781099552069
Издательство: Неизвестно
Цена: 34490.00 T
Наличие на складе: Невозможна поставка.
Описание: Data Structures & Algorithms books by Hemant Jain is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.


GitHub Repositories for these books.
https: //github.com/Hemant-Jain-Author

Book's Composition
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.

Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.

This book assumes that you are a C language developer. You are not an expert in C language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.

In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .


Table of Contents
Chapter 0: How to use this book.
Chapter 1: Algorithms Analysis
Chapter 2: Approach to solve algorithm design problems
Chapter 3: Abstract Data Type & C# Collections
Chapter 4: Searching
Chapter 5: Sorting
Chapter 6: Linked List
Chapter 7: Stack
Chapter 8: Queue
Chapter 9: Tree
Chapter 10: Priority Queue
Chapter 11: Hash-Table
Chapter 12: Graphs
Chapter 13: String Algorithms
Chapter 14: Algorithm Design Techniques
Chapter 15: Brute Force Algorithm
Chapter 16: Greedy Algorithm
Chapter 17: Divide & Conquer
Chapter 18: Dynamic Programming
Chapter 19: Backtracking
Chapter 20: Complexity Theory

Problem Solving in Data Structures & Algorithms Using C++: Programming Interview Guide

Автор: Jain Hemant
Название: Problem Solving in Data Structures & Algorithms Using C++: Programming Interview Guide
ISBN: 1542396476 ISBN-13(EAN): 9781542396479
Издательство: Неизвестно
Цена: 22990.00 T
Наличие на складе: Невозможна поставка.

MASTERING THE BDS IVTH YEAR-I (LAST 25 YEARS SOLVED QUESTIONS)

Автор: HEMANT GUPTA
Название: MASTERING THE BDS IVTH YEAR-I (LAST 25 YEARS SOLVED QUESTIONS)
ISBN: 9354654967 ISBN-13(EAN): 9789354654961
Издательство: JayPee Brothers India
Рейтинг:
Цена: 57690.00 T
Наличие на складе: Нет в наличии.
Описание: Explores the potential of three forest pathways for achieving green recovery and tackling multidimensional planetary crises, including climate change and biodiversity loss. The interrelated pathways are halting deforestation; restoring degraded lands and expanding agroforestry; and sustainably using forests and building green value chains.

MASTERING THE BDS IVTH YEAR-II (LAST 25 YEARS SOLVED QUESTIONS)

Автор: HEMANT GUPTA
Название: MASTERING THE BDS IVTH YEAR-II (LAST 25 YEARS SOLVED QUESTIONS)
ISBN: 9354657931 ISBN-13(EAN): 9789354657931
Издательство: JayPee Brothers India
Рейтинг:
Цена: 62700.00 T
Наличие на складе: Нет в наличии.
Описание: Explores the potential of three forest pathways for achieving green recovery and tackling multidimensional planetary crises, including climate change and biodiversity loss. The interrelated pathways are halting deforestation; restoring degraded lands and expanding agroforestry; and sustainably using forests and building green value chains.

Mastering The Bds Vth Year (Last 20 Year Solved Questions) Final Year Part Ii

Автор: Gupta Hemant
Название: Mastering The Bds Vth Year (Last 20 Year Solved Questions) Final Year Part Ii
ISBN: 9351526143 ISBN-13(EAN): 9789351526148
Издательство: JayPee Brothers India
Рейтинг:
Цена: 35950.00 T
Наличие на складе: Нет в наличии.

Mastering The Bds Ist Year

Автор: Gupta Hemant
Название: Mastering The Bds Ist Year
ISBN: 9390020921 ISBN-13(EAN): 9789390020928
Издательство: JayPee Brothers India
Рейтинг:
Цена: 56010.00 T
Наличие на складе: Нет в наличии.
Описание: Provides broad coverage of all the subjects present in BDS first year. Topics are presented in simple flowcharts, tables and diagrammatic forms for better understanding. This will be helpful in quick revision during examinations.

Mastering The Bds Iind Year ( Last 25 Years Solved Questions)

Автор: Gupta Hemant
Название: Mastering The Bds Iind Year ( Last 25 Years Solved Questions)
ISBN: 939002093X ISBN-13(EAN): 9789390020935
Издательство: JayPee Brothers India
Рейтинг:
Цена: 56010.00 T
Наличие на складе: Нет в наличии.
Описание: Provides broad coverage of all the subjects present in BDS IInd year. Topics are presented in simple flowcharts, tables and diagrammatic forms for better understanding. This will be helpful in quick revision during examinations.

Mastering The Bds Iind Year

Автор: Hemant Gupta
Название: Mastering The Bds Iind Year
ISBN: 9354650961 ISBN-13(EAN): 9789354650963
Издательство: JayPee Brothers India
Рейтинг:
Цена: 48490.00 T
Наличие на складе: Нет в наличии.
Описание:

L`ouvrage porte sur la « trajectivite », un terme emprunte a la mesologie d`Augustin Berque et qui se definit comme un mouvement d`aller-retour entre les « moments » de la reception et de la creation. Posant les rapports a la litterature sous l`angle phenomenologique, il ouvre une perspective nouvelle aux etudes litteraires et traductologiques.


Mastering The Bds Ist Year Last 25 Years Solved Questions Includes 2021 Papers

Автор: Gupta Hemant
Название: Mastering The Bds Ist Year Last 25 Years Solved Questions Includes 2021 Papers
ISBN: 9354652247 ISBN-13(EAN): 9789354652240
Издательство: JayPee Brothers India
Рейтинг:
Цена: 48490.00 T
Наличие на складе: Нет в наличии.
Описание: Identifies and quantifies some current and anticipated food safety issues that are associated with climate change, including foodborne pathogens and parasites, harmful algal blooms, pesticides, mycotoxins and heavy metals, with an emphasis on methylmercury. The book proposes some forward-looking approaches to help build more resilient food systems.

Mastering The Bds Iiird Year

Автор: Hemant Gupta
Название: Mastering The Bds Iiird Year
ISBN: 9354651046 ISBN-13(EAN): 9789354651045
Издательство: JayPee Brothers India
Рейтинг:
Цена: 48490.00 T
Наличие на складе: Нет в наличии.
Описание: Amy Orr Ewing en Donde esta Dios en todo el sufrimiento? nos habla de como el sufrimiento y el mal nos afectan a todos, tanto a nivel general, al contemplar un mundo lleno de injusticias, catastrofes naturales y pobreza, como a nivel personal, al experimentar la pena, el dolor y la injusticia. Y la forma en que pensamos y procesamos la realidad del dolor esta en el centro de por que muchas personas rechazan a Dios.

Imphal 1944: The Battle That Saved India

Автор: Katoch Hemant Singh
Название: Imphal 1944: The Battle That Saved India
ISBN: 1472820150 ISBN-13(EAN): 9781472820150
Издательство: Osprey
Рейтинг:
Цена: 16820.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

In March 1944, the Japanese Fifteenth Army launched an offensive into India from Burma. Named U Go, its main objective was the capture of the town of Imphal, which provided the easiest route between India and Burma. Whoever controlled it, controlled access between the two countries. Facing off against the Japanese was the British Fourteenth Army and its Imphal-based 4 Corps. For the next four months, over 200,000 men clashed in the hills and valley of Manipur in what has since been described as one of the greatest battles of World War II.

Although numbers vary, it is estimated that some 30,000 Japanese soldiers died and 23,000 were injured at Imphal-Kohima in 1944 due to fighting, disease and in the retreat back to Burma. It remains the largest defeat on land ever for the Japanese Army.

With fully commissioned artwork and maps, this is the complete story of the turning point in the Burma campaign in World War II.



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия