6 Introduction to Backtracking - Brute Force Approach

preview_player
Показать описание
Introduction to Backtracking

Courses on Udemy
================
Java Programming

Data Structures using C and C++

C++ Programming
Рекомендации по теме
Комментарии
Автор

Self notes:
- Brute Force approach finds all the possible solutions and selects desired solution per given the constraints.
- Dynamic Programming also uses Brute Force approach to find the OPTIMUM solution, either maximum or minimum.
- Backtracking also uses Brute Force approach but to find ALL the solutions.
- Solutions to the Backtracking problems can be represented as State-Space Tree.
- The constrained applied to find the solution is called Bounding function.
- Backtracking follows Depth-First Search method.
- Branch and Bound is also a Brute Force approach, which uses Breadth-First Search method.

AnitShrestha
Автор

Other professors are using complicated examples that are available in reference books, but sir Abdul Bari has created his own simple and easy examples for every topic to teach students..
Thank u sir

Saqlain
Автор

I spend hours and hours in watching recursion and backtracking.. but you made it soo simple..

SenthilKumar-jiwu
Автор

You are the best who explained backtracking in just 8 minutes. I lost hours reading and watching and no one explain it easily like you. Thnaks

YasserSinjab
Автор

Wow, I am impressed by his teaching skills. Even a layman could understand the core idea of backtracking

yousufborno
Автор

Im watching you from Colombia in 2020! You are the best!

oscaranillo
Автор

You deserve to be awarded the best professor award, sir!

phillipuchen
Автор

Wow! This is beyond my expectations... this is simple and elegant .. Thank you so much for providing such great content.

x.
Автор

One of best lecture of Algorithm on YouTube..thank you sir with bottom of my heart..

Maheshkumarsc
Автор

I maybe 5 years late for commenting but this was the best backtracking exaplaination I found. Thank you so much sir.

edensexile
Автор

Dislikes are from college professors who are salty that they cannot explain as well as him

sheeprambeta
Автор

I had seen this when I was in second year for getting good marks in university exam and now after two years I am in final year and again watching this to understand the concept and implement in competitive coding . Thank you so much sir 🙏🙏🙏🙏

RohitKumar-dzdh
Автор

Thank you very much!
Your visualization of backtracking is so good.

yizhang
Автор

In a few minutes you did it for me. Excellent! Thank you!

jewwantcady
Автор

best algo tutorials on youtube.thank you sir

aashishgoyal
Автор

you are one of the best teachers I've known. Thank you so much teacher!

minhphong
Автор

Great explanation, i have all study of disign and analysis by watching your videos And my College teacher also reference your videos and teaching in a class.

ShriTech-mppv
Автор

Simply I am saying Thank U very much sir and very deserve personality. May GOD bless him and his family.

srinathakarur
Автор

This is the video that truly helped me understand this concept.

rafaelnegron
Автор

really awesome sir, I love that way of your teaching

AmitKumar-cfzh