Videos

Video thumbnail for L02 Generic Search Algorithm
05:32
Icon for www.youtube.comyoutube.com › watch

L02 Generic Search Algorithm

YouTube
· Aug 15, 2021
Video thumbnail for Uninformed Vs Informed Search in Artificial Intelligence with Example
08:17
Icon for www.youtube.comyoutube.com › watch

Uninformed Vs Informed Search in Artificial Intelligence with Example

👉Subscribe to our new channel:https://www.youtube.com/@varunainashots Breadth First Search (BFS): https://youtu.be/qul0f79gxGs Depth First Search (DFS): https://youtu.be/f8luGFRtshY Best First Search: https://youtu.be/7ffDUDjwz5E A* algorithm: https://youtu.be/tvAh0JZF2YE Artificial Intelligence (Complete Playlist): https://www.youtube.com ...
YouTube
· Dec 10, 2019
Video thumbnail for Search algorithm | Types | AI | Artificial intelligence | Lec-11 | Bhanu Priya
07:36
Icon for www.youtube.comyoutube.com › watch

Search algorithm | Types | AI | Artificial intelligence | Lec-11 | Bhanu Priya

Artificial Intelligence ( AI ) search algorithm types : uninformed (blind) & informed search algorithms #artificialintelligence #engineering #computerscience #computerengineering #ai Class Notes ( pdf ) website : https://education4u.in/ Complete playlist : ARTIFICIAL INTELLIGENCE ( AI ) https://www.youtube.com/playlist?list=PLrjkTql3jnm_yol ...
YouTube
· Aug 29, 2019
Video thumbnail for Search Strategies | Search Algorithms | Search Techniques in Artificial Intelligence Mahesh Huddar
06:57
Icon for www.youtube.comyoutube.com › watch

Search Strategies | Search Algorithms | Search Techniques in Artificial Intelligence Mahesh Huddar

Search Strategies in Artificial Intelligence | Search Algorithms in Artificial Intelligence | Search Techniques in Artificial Intelligence by Mahesh Huddar A* (A Star) Search Algorithm with Solved Example: https://www.youtube.com/watch?v=iTG7NjQu0Qs A star Search Algorithm 8 Puzzle Problem: https://www.youtube.com/watch?v=dvWk0vgHijs A* star ...
YouTube
· Dec 7, 2022
Video thumbnail for 7.2 What is Binary Search | Binary Search Algorithm with example | Data Structures Tutorials
23:30
Icon for www.youtube.comyoutube.com › watch

7.2 What is Binary Search | Binary Search Algorithm with example | Data Structures Tutorials

Jennys Lectures DSA with Java Course Enrollment link: https://www.jennyslectures.com/courses/Mastering-Data-Structures-and-Algorithms-with-JAVA-66d7fe06b4f7fa3fb969f5c5 CORRECTION: In the while loop the condition should be l less than equal to r. Discussed Binary Search Algorithm-Divide and Conquer Method, Analysis of Binary Search Algorithm ...
YouTube
· Jun 28, 2019
Video thumbnail for Breadth First Search Algorithm | Shortest Path | Graph Theory
07:23
Icon for www.youtube.comyoutube.com › watch

Breadth First Search Algorithm | Shortest Path | Graph Theory

Breadth First Search (BFS) algorithm explanation video with shortest path code Algorithms repository: https://github.com/williamfiset/algorithms#graph-theory Video Slides: https://github.com/williamfiset/Algorithms/tree/master/slides/graphtheory ===================================== Practicing for interviews? I have used, and recommend ...
YouTube
· Apr 2, 2018
Video thumbnail for Depth First Search Algorithm | Graph Theory
10:20
Icon for www.youtube.comyoutube.com › watch

Depth First Search Algorithm | Graph Theory

Depth First Search (DFS) algorithm explanation Source code: https://github.com/williamfiset/algorithms#graph-theory Video Slides: https://github.com/williamfiset/Algorithms/tree/master/slides/graphtheory 0:00 Depth first search as an algorithm template 1:04 Simple DFS example 3:30 Depth first search pseudocode 5:10 Finding connected components ...
YouTube
· Apr 1, 2018
Video thumbnail for A* (A Star) Search Algorithm with Solved Example in Artificial Intelligence by Dr. Mahesh Huddar
08:19
Icon for www.youtube.comyoutube.com › watch

A* (A Star) Search Algorithm with Solved Example in Artificial Intelligence by Dr. Mahesh Huddar

A* (A Star) Search Algorithm with Solved Example in Artificial Intelligence by Dr. Mahesh Huddar The following concepts are discussed: ______________________________ A* Search Algorithm, A Star Search Algorithm, A* Search Algorithm in AI, A Star Search Algorithm in AI, A* Search Algorithm in Artificial Intelligence, A Star Search Algorithm in ...
YouTube
· Jan 28, 2022
Video thumbnail for Linear search vs Binary search
04:16
Icon for www.youtube.comyoutube.com › watch

Linear search vs Binary search

This video explains the 3 basic and the most important differences between the linear search and binary search along with the differences in the way they handle their work and the time complexity of these algorithms. If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if ...
YouTube
· May 15, 2019
Video thumbnail for Naive Algorithm for Pattern Searching | GeeksforGeeks
05:29
Icon for www.youtube.comyoutube.com › watch

Naive Algorithm for Pattern Searching | GeeksforGeeks

Our courses : https://practice.geeksforgeeks.org/courses/ This video is contributed by Meenal Agrawal. Read More: https://www.geeksforgeeks.org/naive-algorithm-for-pattern-searching/ Please Like, Comment and Share the Video among your friends. Install our Android App: https://play.google.com/store/apps/details?id=free.programming.programming&hl ...
YouTube
· Feb 17, 2020
Video thumbnail for 6.2 BFS and DFS Graph Traversals| Breadth First Search and Depth First Search | Data structures
20:27
Icon for www.youtube.comyoutube.com › watch

6.2 BFS and DFS Graph Traversals| Breadth First Search and Depth First Search | Data structures

In this video, I have explained BFS and DFS Graph Traversal | BFS (Breadth First Search) DFS (Depth First Search), BFS with help of Queue data structure and DFS with the help of Stack data structure. DSA Full Course: https: https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU ****************************************** More ...
YouTube
· Jan 25, 2019
Video thumbnail for Depth First Search (DFS) Explained: Algorithm, Examples, and Code
20:52
Icon for www.youtube.comyoutube.com › watch

Depth First Search (DFS) Explained: Algorithm, Examples, and Code

In this video, I explain the fundamental ideas behind the Depth First Search (DFS) graph algorithm. We first introduce the concept of a graph traversal. We then go through several examples of DFS to provide intuition. Afterwards, we then go through both a recursive and iterative implementation with provided code. We discuss the differences ...
YouTube
· Jul 5, 2020
Video thumbnail for Linear Search Algorithm in Data Structures | C++ Program to Implement Linear Search Algorithm
15:19
Icon for www.youtube.comyoutube.com › watch

Linear Search Algorithm in Data Structures | C++ Program to Implement Linear Search Algorithm

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched. A simple approach is to do linear search, i.e 1. Start from the leftmost element of arr[] and one by one compare x with each ...
YouTube
· Jun 18, 2019
Video thumbnail for Local Search Algorithms and Optimization Problems-Artificial Intelligence-Beyond Classical Search
17:54
Icon for www.youtube.comyoutube.com › watch

Local Search Algorithms and Optimization Problems-Artificial Intelligence-Beyond Classical Search

UNIT II - Solving Problems by Searching Beyond Classical Search: Local Search Algorithms and Optimization Problems What is Local Search Algorithm? Applications of Local Search Algorithms Advantages of Local Search Algorithms Examples Hill Climbing Algorithm Simulated Annealing Local Beam Search Evolutionary Algorithm – Genetic Algorithm
YouTube
· Nov 9, 2022
Video thumbnail for 7.1 Linear Search Algorithm | Linear Search in C | Data Structures Tutorials
15:09
Icon for www.youtube.comyoutube.com › watch

7.1 Linear Search Algorithm | Linear Search in C | Data Structures Tutorials

Jennys Lectures DSA with Java Course Enrollment link: https://www.jennyslectures.com/courses/Mastering-Data-Structures-and-Algorithms-with-JAVA-66d7fe06b4f7fa3fb969f5c5 What is Linear Search? Linear Search Algorithm full explanation with Code. Step by step instruction showing how Linear Search works. DSA Full Course: https: https://www.youtube ...
YouTube
· Jun 27, 2019
Video thumbnail for Best First Search (BFS) Algorithm | BFS Solved Example in Artificial Intelligence by Mahesh Huddar
08:55
Icon for www.youtube.comyoutube.com › watch

Best First Search (BFS) Algorithm | BFS Solved Example in Artificial Intelligence by Mahesh Huddar

Best First Search (BFS) Algorithm | BFS Solved Example | Heuristic Search Algorithm in Artificial Intelligence by Mahesh Huddar The following concepts are discussed: ______________________________ Best First Search Algorithm, Best First Search (BFS) Algorithm, BFS Solved Example, Heuristic Search Algorithm ******************************** 1 ...
YouTube
· Dec 8, 2022
Video thumbnail for Iterative Deepening Search | IDS Search | DFS Algorithm in Artificial Intelligence by Mahesh Huddar
04:54
Icon for www.youtube.comyoutube.com › watch

Iterative Deepening Search | IDS Search | DFS Algorithm in Artificial Intelligence by Mahesh Huddar

Iterative Deepening Search | IDS Search | DFS Algorithm in Artificial Intelligence by Mahesh Huddar The following concepts are discussed: ______________________________ Iterative Deepening Search Algorithm in Artificial Intelligence, IDS Search Algorithm in Artificial Intelligence, DFS Algorithm in Artificial Intelligence ...
YouTube
· Dec 31, 2022
Video thumbnail for Best First Search Algorithm with Solved Example in Artificial Intelligence (AI) by Dr. Mahesh Huddar
08:14
Icon for www.youtube.comyoutube.com › watch

Best First Search Algorithm with Solved Example in Artificial Intelligence (AI) by Dr. Mahesh Huddar

Best First Search Algorithm with Solved Example in Artificial Intelligence (AI) by Dr. Mahesh Huddar Blog / Web Notes: https://www.vtupulse.com/artificial-intelligence/best-first-search-algorithm-artificial-intelligence/ The following concepts are discussed: ______________________________ Best First Search Algorithm, Best First Search Algorithm ...
YouTube
· Jan 28, 2022
Video thumbnail for Best First Search Algorithm in Artificial Intelligence | How it Works | All Imp Points(Pros & Cons)
14:41
Icon for www.youtube.comyoutube.com › watch

Best First Search Algorithm in Artificial Intelligence | How it Works | All Imp Points(Pros & Cons)

👉Subscribe to our new channel:https://www.youtube.com/@varunainashots The best first search uses the concept of a priority queue and heuristic search. It is a search algorithm that works on a specific rule. The aim is to reach the goal from the initial state via the shortest path. The best First Search algorithm in artificial intelligence is ...
YouTube
· Dec 16, 2019
Video thumbnail for 2.6.1 Binary Search Iterative Method
19:36
Icon for www.youtube.comyoutube.com › watch

2.6.1 Binary Search Iterative Method

Divide and Conquer Method Binary Search Method Iterative Algorithm Analysis of Binary Search Algorithm PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ================ Java Programming https://www.udemy.com/course/java-se-programming/?referralCode=C71BADEAA4E7332D62B6 Data Structures using C and C++ https://www.udemy.com ...
YouTube
· Jan 29, 2018
Video thumbnail for Solved Example AO* Search Algorithm | AO Star Search Algorithm Explained in Artificial Intelligence
08:28
Icon for www.youtube.comyoutube.com › watch

Solved Example AO* Search Algorithm | AO Star Search Algorithm Explained in Artificial Intelligence

Solved Example AO* Search Algorithm | AO Star Search Algorithm Explained in Artificial Intelligence AO Star Search Algorithm: Solved Example 1: https://www.youtube.com/watch?v=NiY32wS2UVw Solved Example 2: https://www.youtube.com/watch?v=mtSn_Lh750g A* (A Star) Search Algorithm with Solved Example: https://www.youtube.com/watch?v=iTG7NjQu0Qs A ...
YouTube
· Dec 19, 2022
Video thumbnail for Algorithms and Data Structures Tutorial - Full Course for Beginners
05:22:09
Icon for www.youtube.comyoutube.com › watch

Algorithms and Data Structures Tutorial - Full Course for Beginners

In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are three main parts to this course: algorithms, data structures, and a deep dive into sorting and searching algorithms. By the end, you will understand what algorithms and data structures are, how they are measured and ...
YouTube
· Mar 18, 2021
Video thumbnail for Genetic Algorithm in Artificial Intelligence in Hindi | Simplest Explanation with real life examples
12:24
Icon for www.youtube.comyoutube.com › watch

Genetic Algorithm in Artificial Intelligence in Hindi | Simplest Explanation with real life examples

👉Subscribe to our new channel:https://www.youtube.com/@varunainashots Artificial Intelligence (Complete Playlist): https://www.youtube.com/playlist?list=PLxCzCOWd7aiHGhOHV-nwb0HR5US5GFKFI Other subject-wise playlist Links ...
YouTube
· Jun 14, 2019
Video thumbnail for Genetic Algorithms Explained By Example
11:52
Icon for www.youtube.comyoutube.com › watch

Genetic Algorithms Explained By Example

Did you know that you can simulate evolution inside the computer? And that you can solve really really hard problems this way? In this tutorial, we will look into the question: What are genetic algorithms? I will try to explain genetic algorithms using an example. And we will look at different applications of this evolutionary algorithm. We ...
YouTube
· Jul 13, 2020
Video thumbnail for A Star algorithm | Example | Informed search | AI | Artificial intelligence | Lec-21 | Bhanu Priya
06:38
Icon for www.youtube.comyoutube.com › watch

A Star algorithm | Example | Informed search | AI | Artificial intelligence | Lec-21 | Bhanu Priya

Artificial Intelligence ( AI ) a star algorithm: Informed search with example #artificialintelligence #engineering #computerscience #computerengineering #ai Class Notes ( pdf ) website : https://education4u.in/ Complete playlist : ARTIFICIAL INTELLIGENCE ( AI ) https://www.youtube.com/playlist?list=PLrjkTql3jnm_yol-ZK1QqPSn5YSg0NF9r Complete ...
YouTube
· Aug 30, 2019
Video thumbnail for Dijkstra's algorithm in 3 minutes
02:46
Icon for www.youtube.comyoutube.com › watch

Dijkstra's algorithm in 3 minutes

Step by step instructions showing how to run Dijkstra's algorithm on a graph. Code: https://github.com/msambol/dsa/blob/master/shortest_path/dijkstras.py (different than video, I added this retroactively) Source: Algorithms by S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani [https://www.amazon.com/Algorithms-Sanjoy-Dasgupta/dp/0073523402 ...
YouTube
· Sep 16, 2014
Video thumbnail for 2.6.2 Binary Search Recursive Method
07:11
Icon for www.youtube.comyoutube.com › watch

2.6.2 Binary Search Recursive Method

Divide and Conquer Binary search Recursive method Analysis PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ================ Java Programming https://www.udemy.com/course/java-se-programming/?referralCode=C71BADEAA4E7332D62B6 Data Structures using C and C++ https://www.udemy.com/course/datastructurescncpp/?referralCode ...
YouTube
· Jan 29, 2018
Video thumbnail for Optimal Binary Search Tree using Dynamic Programming || Design and Analysis of algorithms || DAA
36:17
Icon for www.youtube.comyoutube.com › watch

Optimal Binary Search Tree using Dynamic Programming || Design and Analysis of algorithms || DAA

#optimalbinarysearchtree #dynamicprogramming
YouTube
· Mar 6, 2023
Video thumbnail for FIND S Algorithm | Finding A Maximally Specific Hypothesis | Solved Example - 1 by Mahesh Huddar
06:09
Icon for www.youtube.comyoutube.com › watch

FIND S Algorithm | Finding A Maximally Specific Hypothesis | Solved Example - 1 by Mahesh Huddar

FIND S Algorithm | Finding A Maximally Specific Hypothesis | Solved Example - 1 by Mahesh Huddar Solved Example 2 - https://www.youtube.com/watch?v=SD6MQLC2DdQ https://www.vtupulse.com/machine-learning/find-s-algorithm-maximally-specific-hypothesis/ Machine Learning - https://www.youtube.com/playlist?list=PL4gu8xQu0_5JBO1FKRO5p20wc8DprlOgn Big ...
YouTube
· Sep 20, 2020
Video thumbnail for Depth First & Breadth First Graph Search - DFS & BFS Graph Searching Algorithms
15:22
Icon for www.youtube.comyoutube.com › watch

Depth First & Breadth First Graph Search - DFS & BFS Graph Searching Algorithms

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing 📹 Intuitive Video Explanations 🏃 Run Code As You Learn 💾 Save Progress New Unseen Questions 🔎 Get All Solutions DFS and BFS are not just graph search algorithms. They are a fundamental method for searching relationships in a ...
YouTube
· Dec 20, 2018
Video thumbnail for Difference between linear Search And binary Search|| Design Analysis And Algorithm
05:20
Icon for www.youtube.comyoutube.com › watch

Difference between linear Search And binary Search|| Design Analysis And Algorithm

YouTube
· Jan 5, 2018
Video thumbnail for L28: A Star(A*) Search Algorithm in Artificial Intelligence with Examples | Informed Search in AI
15:50
Icon for www.youtube.comyoutube.com › watch

L28: A Star(A*) Search Algorithm in Artificial Intelligence with Examples | Informed Search in AI

Full Course of Artificial Intelligence(AI) - https://youtube.com/playlist?list=PLV8vIYTIdSnYsdt0Dh9KkD9WFEi7nVgbe In this video you can learn about A Star(A*) Search in Artificial Intelligence with Solved Examples. It is an example of Informed Search in Artificial Intelligence. The video explains A Star(A*) Search Algorithm with advantages and ...
YouTube
· May 17, 2020
Video thumbnail for Search algorithm | Properties | AI | Artificial intelligence | Lec-10 | Bhanu Priya
04:47
Icon for www.youtube.comyoutube.com › watch

Search algorithm | Properties | AI | Artificial intelligence | Lec-10 | Bhanu Priya

Artificial Intelligence ( AI ) Search algorithm properties #artificialintelligence #engineering #computerscience #computerengineering #ai Class Notes ( pdf ) website : https://education4u.in/ Complete playlist : ARTIFICIAL INTELLIGENCE ( AI ) https://www.youtube.com/playlist?list=PLrjkTql3jnm_yol-ZK1QqPSn5YSg0NF9r Complete Playlist : OPERATING ...
YouTube
· Aug 29, 2019
Video thumbnail for Binary Search Algorithm Explained (Full Code Included) - Python Algorithms Series for Beginners
06:26
Icon for www.youtube.comyoutube.com › watch

Binary Search Algorithm Explained (Full Code Included) - Python Algorithms Series for Beginners

This video is a part of a full algorithm series. Check them out here: https://www.youtube.com/watch?v=g_xesqdQqvA&list=PLc_Ps3DdrcTsizjAG5uMhpoDfhDmxpOzv #Python #Algorithm #BinarySearch Binary Search Takes a sorted sequence of elements and figures out if a given element is within that sequence. We'll do this with a series of repeated ...
YouTube
· Sep 16, 2019
Video thumbnail for Linear Search Algorithm | Code & Time Complexity | | Data Structure & Algorithm | Bangla Tutorial
11:54
Icon for www.youtube.comyoutube.com › watch

Linear Search Algorithm | Code & Time Complexity | | Data Structure & Algorithm | Bangla Tutorial

In this video i have discussed about the topic of linear search algorithm in data structure. Beside this you guys will get proper understanding on code and time complexity of Linear search algorithm. Follow me on Facebook: https://www.facebook.com/farhan.0784 Follow me on Linkedin: https://www.linkedin.com/in/md-farhan-hossan you may contact ...
YouTube
· May 22, 2020
Video thumbnail for Boyer Moore Algorithm for Pattern Searching
06:57
Icon for www.youtube.comyoutube.com › watch

Boyer Moore Algorithm for Pattern Searching

Pattern searching is an important problem in computer science. When we do search for a string in a notepad/word file, browser, or database, pattern searching algorithms are used to show the search results. check out - https://youtu.be/8YuJg0c7eVQ
YouTube
· Nov 28, 2021
Video thumbnail for How Dijkstra's Algorithm Works
08:31
Icon for www.youtube.comyoutube.com › watch

How Dijkstra's Algorithm Works

Dijkstra's Algorithm allows us to find the shortest path between two vertices in a graph. Here, we explore the intuition behind the algorithm — what information we need to keep track of, in what order we need to explore vertices, and what the limitations of the algorithm are. *** Spanning Tree is an educational video series about computer ...
YouTube
· Aug 15, 2020
Video thumbnail for [7.4] Depth First Search(DFS) in Python | Data Structures in Python
11:55
Icon for www.youtube.comyoutube.com › watch

[7.4] Depth First Search(DFS) in Python | Data Structures in Python

Depth First Search algorithm is used to traverse graph or binary tree in such a way that it initially ignores the adjacent nodes and keep exploring the current node recursively. In this tutorial we have used plain recursion to implement DFS in python. 🔗Important Links: Data Structures in Python: https://www.thinkxacademy.com/Data Structures ...
YouTube
· Jun 16, 2021
Video thumbnail for Binary Search Algorithm (Working, Algorithm & Diagram) in Data Structures | Part 1 | DSA
21:35
Icon for www.youtube.comyoutube.com › watch

Binary Search Algorithm (Working, Algorithm & Diagram) in Data Structures | Part 1 | DSA

Support Simple Snippets by Donations - Google Pay UPI ID - tanmaysakpal11@okicici PayPal - paypal.me/tanmaysakpal11 --------------------------------------------------------------------------------------------- Binary search algorithm falls under the category of interval search algorithms. This algorithm is much more efficient compared to linear ...
YouTube
· Jun 23, 2019
Video thumbnail for 3. A star Search Algorithm to find cost-effective path source node to goal node by Dr. Mahesh Huddar
05:42
Icon for www.youtube.comyoutube.com › watch

3. A star Search Algorithm to find cost-effective path source node to goal node by Dr. Mahesh Huddar

3. A star Search Algorithm to find cost-effective path start (source) node to final (goal) node by Dr. Mahesh Huddar 1. Solved Example: https://youtu.be/dvWk0vgHijs 2. Solved Example: https://youtu.be/h3Zi5NxjVXA 3. Solved Example: https://youtu.be/KJSWqvwTVpw 4. Solved Example: https://youtu.be/QKUNhoGGRkA 5. Solved Example: https://youtu.be ...
YouTube
· Nov 21, 2021
Video thumbnail for Grover's Algorithm | Simplified | Quantum Computing
14:40
Icon for www.youtube.comyoutube.com › watch

Grover's Algorithm | Simplified | Quantum Computing

Grover's algorithm is one of the most famous algorithms in Quantum Computing. It is basically an unsorted search algorithm. The speciality of this algorithm is that it shows the potential of Quantum Computers.
YouTube
· Nov 13, 2020
Video thumbnail for A* Searching Algorithm-Artificial Intelligence-15A05606-Unit-1-Problem Solving-Informed Searching
16:54
Icon for www.youtube.comyoutube.com › watch

A* Searching Algorithm-Artificial Intelligence-15A05606-Unit-1-Problem Solving-Informed Searching

Unit – 1 – Problem Solving Informed Searching Strategies -A* Search Greedy Best First Search minimizes a heuristic h(n) which is an estimated cost from a current state n to the goal state. Greedy Best First Search is efficient but it is not optimal and not complete. Uniform Cost Search minimizes the cost g(n) from the initial state to ...
YouTube
· May 18, 2021
Video thumbnail for Advanced Data Structures: BFS and DFS Time Complexity
06:22
Icon for www.youtube.comyoutube.com › watch

Advanced Data Structures: BFS and DFS Time Complexity

YouTube
· May 12, 2020
Video thumbnail for Artificial Intelligence - 3.3 - Search algorithms
16:05
Icon for www.youtube.comyoutube.com › watch

Artificial Intelligence - 3.3 - Search algorithms

00:00 - 3.3 The concept of state space 01:40 - 3.3 What exactly is searching for a solution? 03:38 - 3.3 What exactly is searching for a solution? An example 07:16 - 3.3.2 Search data structures (four components) 09:50 - 3.3.2 Search data structures (node vs. state) 11:20 - 3.3.2 Search data structures (queue data structure) 13:46 - 3.3.4 ...
YouTube
· Feb 25, 2020
Video thumbnail for The Internet: How Search Works
05:13
Icon for www.youtube.comyoutube.com › watch

The Internet: How Search Works

Join John, Google's Chief of Search and AI, and Akshaya, from Microsoft Bing, to find out how search really works. They cover everything from how special programs called "spiders" scan the Internet before you even type in your search terms to what determines which search results show up first. Find out how search algorithms bust spammers ...
YouTube
· Jun 13, 2017
Video thumbnail for Search algorithms: Linear Search, Binary Search, Depth First Search and Breadth First Search
05:53
Icon for www.youtube.comyoutube.com › watch

Search algorithms: Linear Search, Binary Search, Depth First Search and Breadth First Search

An explanation of different traversing or search algorithms: linear search, binary search, depth first search (dfs) and breadth first search (bfs). Preparing for a tech interview? https://devstory.page.link/technical-interview-prep On this video I talk about Traversing or Search Algorithms in general and provide a detailed explanation on how ...
YouTube
· May 15, 2020
Video thumbnail for Learn Depth First Search in 7 minutes ⬇️
07:41
Icon for www.youtube.comyoutube.com › watch

Learn Depth First Search in 7 minutes ⬇️

Depth first search data structures and algorithms tutorial example explained java #depth #first #search
YouTube
· Nov 4, 2021
Video thumbnail for Artificial Intelligence-19: A* Search Algorithm Explained!
18:35
Icon for www.youtube.comyoutube.com › watch

Artificial Intelligence-19: A* Search Algorithm Explained!

A* implementation in python: https://www.pythonpool.com/a-star-algorithm-python/ A* implementation in C/C++ https://www.geeksforgeeks.org/a-search-algorithm/ بالتوفيق للجميع ان شاء الله Join this channel to get access to perks: https://www.youtube.com/channel/UCq3JMsTVMelj-vh3a4MFoxw/join
YouTube
· May 5, 2022
Video thumbnail for binary search algorithm | binary search examples | sorting | design and analysis of algorithms | DAA
09:14
Icon for www.youtube.comyoutube.com › watch

binary search algorithm | binary search examples | sorting | design and analysis of algorithms | DAA

MY INSTAGRAM ID : https://instagram.com/nagendrasai_chennuri?igshid=ZDdkNTZiNTM= - #binarysearch#binarysearchalgorithm#binarysearchexamples#binarysearchinDAA#BinarysearchalgorithminDAA#designandanalysisofalgorithms#DAA#binarysearchinDAA#binarysearchwithanexample Complete DESIGN AND ANALYSIS OF ALGORITHMS(DAA)SUBJECT LECTURES IS AVAILABLE IN ...
YouTube
· Mar 4, 2022
Video thumbnail for Lecture 3: CS217 Search Algorithms | A/A* (A-star) | AI-ML Course | IIT Bombay | 2025
42:47
Icon for www.youtube.comyoutube.com › watch

Lecture 3: CS217 Search Algorithms | A/A* (A-star) | AI-ML Course | IIT Bombay | 2025

Welcome to Lecture 3 of the CS217: AI-ML Course by IIT Bombay, delivered by Prof. Pushpak Bhattacharya. In this lecture, we delve deeper into the concept of Search in AI, covering the following key topics: 🔎 Topics Covered: Recap of Search as a core concept in AI and its applications across various domains. State Space Representation ...
YouTube
· Jan 9, 2025