Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey ||

  • Wisdomers - Computer Science and Engineering
  • 2022-07-28
  • 625
Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey ||
Merge Sort Working Mechanismhow merge sort worksmerge sort workingworking of merge sortwhat is merge sort and how it workshow does merge sort workdata structuresdata structures playlistlearning monkeylearning monkey data structuresgate csegate cse data structuregate cse data structure questionsgate cse free video lecturesgate cse free resources
  • ok logo

Скачать Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey || бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey || или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey || бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Merge Sort Working Mechanism || Lesson 9 || Data Structures || Learning Monkey ||

Merge Sort Working Mechanism

This class will try to understand Merge Sort Working Mechanism.

We discussed the “divide and conquer algorithm design technique” in our previous class.

The understanding of the concepts discussed in our previous class is essential for what we discuss in this class.
Merge Sort Working Mechanism

The Merge Sort Working Mechanism is based on the “divide and conquer” design technique.

To understand this, we will consider the array of elements shown below.

The merge sort will divide this array into two halves to arrange these elements in the sorted order.

The division of the array is done by finding the middle value.

We can get the middle value by using q = floor( (Low + High) / 2).

From the above formula, the low is the small index of the array, and the high is the highest index of the array.

In our case, Low = 0 and High = 7.

Now, q = 3.

The array will be divided into two halves, from index 0 to 3 and from 4 to 7, as shown below.

Dividing the array means logically, not physically.

On that part of the array, the sorting is made.

Now the sub-problem from 0 to 3 and 4 to 7 can further be divided into sub-problems.

So, those sub-problems are divided further, as shown below.

The division will stop if we have only an element in the sub-problem, as shown below.

Now, the conquer is done on the sub-problems.

Conquer means the elements in the sub-problem will get arranged in the sorted order.

Once they get sorted, the elements will get combined.

The final visualization of the merge sort is shown below.

#datastrctures #gatecse #learningmonkey #placementtraining #gatedatastructures

Link for playlists:
   / @wisdomerscse  


Link for our website: https://learningmonkey.in

Follow us on Facebook @   / learningmonkey  

Follow us on Instagram @   / learningmonkey1  

Follow us on Twitter @   / _learningmonkey  

Mail us @ [email protected]

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]