Ваш любимый книжный интернет-магазин
Перейти на
GlavKniga.SU
Ваш город: Алматы
Ваше местоположение – Алматы
 Да 
От вашего выбора зависит время и стоимость доставки
Корзина: пуста
Авторизация 
  Логин
  
  Пароль
  
Регистрация  Забыли пароль?

Поиск по каталогу 
(строгое соответствие)
ISBN
Фраза в названии или аннотации
Автор
Язык книги
Год издания
с по
Электронный носитель
Тип издания
Вид издания
Отрасли экономики
Отрасли знаний
Сферы деятельности
Надотраслевые технологии
Разделы каталога
худ. литературы

Search Algorithms Types. Breadth and Depth First Search Algorithm

В наличии
Местонахождение: АлматыСостояние экземпляра: новый
Бумажная
версия
Автор: Merium Hazem Anwar Labib Bishara and Merihan Hazem Anwar Labib Bishara
ISBN: 9786200435965
Год издания: 2019
Формат книги: 60×90/16 (145×215 мм)
Количество страниц: 64
Издательство: LAP LAMBERT Academic Publishing
Цена: 23350 тг
Положить в корзину
Позиции в рубрикаторе
Отрасли знаний:
Код товара: 505016
Способы доставки в город Алматы *
комплектация (срок до отгрузки) не более 2 рабочих дней
Самовывоз из города Алматы (пункты самовывоза партнёра CDEK)
Курьерская доставка CDEK из города Москва
Доставка Почтой России из города Москва
      Аннотация: The search algorithm is a step-by-step procedure to find specific data and retrieve elements from any data structure, where data structure plays an important role in raising the performance of a program or software. The software should store and retrieve the data needed as fast as possible. The hardest part for the programmers is to choose the appropriate data structure for a program, according to the type of operation is required. The breadth-first search and depth-first search are two examples of the search algorithm. Breadth-first search is the simplest traversing algorithms for searching a graph, it can handle a graph with billions of vertices and edges. One of the main problems with the breadth-first search is that it consumes a lot of time. While the depth-first search is an algorithm for traversing or searching tree or graph data structures. However, both of them are widely used for various data structure and have many interesting applications. Our goal is to give an overview of both algorithms, implementing them and describing some of their applications.
Ключевые слова: breadth first search, Depth First Search, Search algorithm, Algorithm, graph theory, Data structure