Finding Maximum and Minimum element using Divide and Conquer | GATECSE | DAA

preview_player
Показать описание
finding maximum and minimum element using divide and conquer || find maximum and minimum element in array || find minimum and maximum value in array using divide and conquer || divide and conquer finding maximum and minimum || finding maximum and minimum algorithm in daa || algorithm to find minimum and maximum elements using divide and conquer || max min problem algorithm using divide and conquer

This tutorial explores the Divide and Conquer algorithmic strategy, focusing on its role in solving complex problems. It covers the techniques for finding maximum and minimum elements within a dataset, its algorithmic workflow, its time complexity, and its practical applications in large-scale datasets and diverse computational domains. The tutorial also discusses the scalability and adaptability of the Divide and Conquer approach in optimizing the search for maximum and minimum elements in dynamic datasets.

Contact Details (You can follow me at)
...................................................................................................................
...................................................................................................................
📚 Subject Wise Playlist 📚
Рекомендации по теме
Комментарии
Автор

Max_Min is taking 5 parameters, so in second function it should be a, mid+1, j, max, min.

nirmeetcoder
Автор

You are the one who explains us algorithm thanks 👍

gavisingh
Автор

THank you sir, very helpful, may you shine in life and be successful

jarirahmed
Автор

First sort the array using merge sort or quicksort then printing first and last element ??

lakshayverma
Автор

what do we pass in max and min param when calling the fn for 1st time? and also when recursively calling?

shubhamrn
Автор

sir at 8:57 i think there is a little mistake if u want to call funct DAC again then DAC MAx-Min at last u are only passing 4 parameters but in original function there are 5 parameters

garishavbasra
Автор

Sir aapne algorithm ko end nahi kiya with return…chalta hai kya aisa exam meh bhi likha toh?!

JohnCena-xznz
Автор

Divide and conquer karne ke time pe conveniently array ko even number ka kar diya sir apne 😂

devendullarwar
Автор

sir bachho ka fadna hi hai to uske liye dusre bhi tarike hai aise padhake to mat fadiye

rahulkaushik
Автор

i think else condition nahi hona chayia jsut if and if must be used

tusharnanda