Videos

Video thumbnail for Standard sorting algorithms - Searching and sorting algorithms - OCR - GCSE Computer Science Revision - OCR - BBC Bitesize
Icon for www.bbc.co.ukbbc.co.uk › bitesize

Standard sorting algorithms - Searching and sorting algorithms - OCR - GCSE Computer Science Revision - OCR - BBC Bitesize

Learn about and revise standard algorithms with this BBC Bitesize GCSE Computer Science OCR study guide.
bbc.co.uk
· Aug 3, 2019
Video thumbnail for Searching & Sorting Algorithms Full Course 2022 | Data Structures Explained 2022 | Simplilearn
02:42:31
Icon for www.youtube.comyoutube.com › watch

Searching & Sorting Algorithms Full Course 2022 | Data Structures Explained 2022 | Simplilearn

🔥Full Stack Java Developer Program (Discount Code - YTBE15) - https://www.simplilearn.com/java-full-stack-developer-certification?utm_campaign=d7iGniWrRng&utm_medium=DescriptionFirstFold&utm_source=Youtube 🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - https://www.simplilearn.com/full-stack-developer-course-mern ...
YouTube
· Jan 17, 2022
Video thumbnail for SEARCHING & SORTING COMPLETE ( In just 50 min)
55:35
Icon for www.youtube.comyoutube.com › watch

SEARCHING & SORTING COMPLETE ( In just 50 min)

CSE { computer science & engineering } Video Lectures. Link for Unacademy Profile:https://unacademy.com/@makeiteasy1211-4094 Link to my Data structure Playlist : https://www.youtube.com/playlist?list=PL4yL5rqgtVtpMMBxjz2FUBFntzFJCmQzK In this Lecture you will be learning about SEARCHING & SORTING in Complete details . following are the topics ...
YouTube
· May 23, 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.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 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 Dijkstras Shortest Path Algorithm Explained | With Example | Graph Theory
08:24
Icon for www.youtube.comyoutube.com › watch

Dijkstras Shortest Path Algorithm Explained | With Example | Graph Theory

I explain Dijkstra's Shortest Path Algorithm with the help of an example. This algorithm can be used to calculate the shortest distance between one node and every other node in a weighted graph. If you want to learn more about algorithms, check out my Basic Algorithms in Python Playlist and subscribe to this channel.
YouTube
· Sep 26, 2020
Video thumbnail for 57. OCR GCSE (J277) 2.1 Binary search
08:02
Icon for www.youtube.comyoutube.com › watch

57. OCR GCSE (J277) 2.1 Binary search

OCR J277 Specification Reference - Section 2.1 Don't forget, whenever the blue note icon appears in the corner of the screen, that is your cue to take notes about the content being shown on the current slide. 00:00 Introduction 00:14 What is a binary search? 00:52 Example of a binary search 04:48 The GCSE specification 05:21 Binary search code ...
YouTube
· Dec 9, 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 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 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 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 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 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 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 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 3 Types of Algorithms Every Programmer Needs to Know
13:12
Icon for www.youtube.comyoutube.com › watch

3 Types of Algorithms Every Programmer Needs to Know

It's my thought that every programmer should know these 3 types of algorithms. We actually go over 9 algorithms, what they are, how they work, real-world use cases, complete with code examples and explanations, but they fall under 3 categories, 3 types of algorithms you should know. Sorting Algorithms - used to rearrange elements in a list or ...
YouTube
· Jan 22, 2024
Video thumbnail for 7.3 Bubble Sort Algorithm| Data Structures Tutorials
35:36
Icon for www.youtube.comyoutube.com › watch

7.3 Bubble Sort Algorithm| Data Structures Tutorials

Discussed Bubble Sort Algorithm and its Program with an example. Time complexity has also been calculated both in BEST case and WORST case. DSA Full Course: https: https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU ****************************************** See Complete Playlists: C Programming Course: https://www.youtube ...
YouTube
· Jun 8, 2019
Video thumbnail for Introduction to Sorting Algorithms
09:49
Icon for www.youtube.comyoutube.com › watch

Introduction to Sorting Algorithms

Sorting Algorithms in Data Structures: In this video, we will see why sorting algorithms are needed and their basic usage. We have seen various practical real world examples on sorting algorithms to understand it better! Download Source Code & Notes here: https://codewithharry.com/videos/data-structures-and-algorithms-in-hindi-48 Join this DS ...
YouTube
· Oct 19, 2020
Video thumbnail for Graph Algorithms for Technical Interviews - Full Course
02:12:19
Icon for www.youtube.comyoutube.com › watch

Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ️ This course was developed by Alvin Zablan from Structy. Check out Alvin's channel: https://www.youtube.com/c/AlvinTheProgrammer 🔗 Learn data structures and algorithms: https://structy.net/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) course ...
YouTube
· Aug 4, 2021
Video thumbnail for Lecture 1: Algorithmic Thinking, Peak Finding
53:22
Icon for www.youtube.comyoutube.com › watch

Lecture 1: Algorithmic Thinking, Peak Finding

MIT 6.006 Introduction to Algorithms, Fall 2011 View the complete course: http://ocw.mit.edu/6-006F11 Instructor: Srini Devadas License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu
YouTube
· Jan 14, 2013
Video thumbnail for Learn Selection Sort in 8 minutes 🔦
08:21
Icon for www.youtube.comyoutube.com › watch

Learn Selection Sort in 8 minutes 🔦

data structures and algorithms selection sort algorithm #selection #sort #algorithm // selection sort = search through an array and keep track of the minimum value during // each iteration. At the end of each iteration, we swap variables. // Quadratic time O(n^2) // small data set = okay // large data set = BAD music credits 🎼 ...
YouTube
· May 31, 2021
Video thumbnail for What exactly is an algorithm? Algorithms explained | BBC Ideas
07:54
Icon for www.youtube.comyoutube.com › watch

What exactly is an algorithm? Algorithms explained | BBC Ideas

What is an algorithm? You may be familiar with the idea in the context of Instagram, YouTube or Facebook, but it can feel like a big, abstract concept. Here’s presenter Jon Stroud with a step-by-step guide to what algorithms actually are, what algorithms do, and how algorithms work. Want to find out more? Have a watch of this video next ...
YouTube
· Sep 26, 2019
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 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 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 KMP algorithm | Pattern search algorithm | string search algorithm
17:48
Icon for www.youtube.comyoutube.com › watch

KMP algorithm | Pattern search algorithm | string search algorithm

This video lecture illustrates the sublist search algorithm. There is a given list and we want to find whether our query list is present in the given list as a sublist or not. Code link is given below. If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it ...
YouTube
· May 2, 2019
Video thumbnail for Understanding Sorting Algorithms
01:11:37
Icon for www.youtube.comyoutube.com › watch

Understanding Sorting Algorithms

Learn some of the most popular sorting algorithms! You will learn selection sort, bubble sort, insertion sort, merge sort, and their order of complexities! This video uses C++ but the concepts apply to any programming language. ️ This course was created by Haris Iftikhar. 🔗 Coding Cleverly YouTube Channel: https://www.youtube.com ...
YouTube
· Jun 18, 2021
Video thumbnail for Binary Search Algorithm - Theory + Code
58:16
Icon for www.youtube.comyoutube.com › watch

Binary Search Algorithm - Theory + Code

This is the first video of a 2 part series on binary search. Here we discuss theory of the algorithm, compare it with linear search, derive the complexity, implement the code and cover order-agnostic binary search as well. Take part in the learning in public initiative! Share your learnings on LinkedIn and Twitter with #DSAwithKunal & don't ...
YouTube
· Aug 14, 2021
Video thumbnail for Discrete Math - 3.1.1 Introduction to Algorithms and Pseudo Code
08:44
Icon for www.youtube.comyoutube.com › watch

Discrete Math - 3.1.1 Introduction to Algorithms and Pseudo Code

Introduction to algorithms and terminology and logic used in pseudo code. Introduction 0:00 Algorithms 0:05 Pseudocode Explanation 3:21 Procedure, Variable, If-Then and Else 5:09 For, While, Return 6:45 Types of Algorithm Problems 7:47 Up Next 8:39 Textbook: Rosen, Discrete Mathematics and Its Applications, 7e Playlist: https://www.youtube.com ...
YouTube
· Mar 4, 2020
Video thumbnail for Knuth-Morris-Pratt (KMP) algorithm | String Matching Algorithm | Substring Search
21:12
Icon for www.youtube.comyoutube.com › watch

Knuth-Morris-Pratt (KMP) algorithm | String Matching Algorithm | Substring Search

Visual presentation of KMP substring search and LPS array computation with developing the logic for code. Includes several easy to understand examples. - Knuth Morris and Pratt algorithm - substring search - Pattern Matching - Brute force naive approach with example , worst case example and time complexity explanation - how to improve brute ...
YouTube
· Dec 16, 2019
Video thumbnail for Discrete Math - 3.1.2 Searching Algorithms
10:45
Icon for www.youtube.comyoutube.com › watch

Discrete Math - 3.1.2 Searching Algorithms

Linear search and binary search algorithms. Video Chapters: Introduction 0:00 Searching Problems 0:05 Linear Search 0:55 Linear Search Pseudocode 2:03 Binary Search 4:27 Binary Search Pseudocode 6:55 Practice 8:47 Up Next 10:40 Textbook: Rosen, Discrete Mathematics and Its Applications, 7e Playlist: https://www.youtube.com/playlist?list=PLl ...
YouTube
· Mar 4, 2020
Video thumbnail for #17 Searching and Sorting Tutorial in Amharic | በአማርኛ
04:25
Icon for www.youtube.comyoutube.com › watch

#17 Searching and Sorting Tutorial in Amharic | በአማርኛ

The videos are tutorials regarding Data Structure and Algorithm prepared for Amharic speakers all over the world. Website: http://www.ethioprogramming.com Facebook Page address: https://www.facebook.com/Ethioprogramming2018/ Facebook Group Address: https://www.facebook.com/groups/813076952208872/ Telegram Group Address: https://t.me/joinchat ...
YouTube
· Apr 25, 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 Uniform Cost Search Algorithm | UCS Search Algorithm in Artificial Intelligence by Mahesh Huddar
04:58
Icon for www.youtube.comyoutube.com › watch

Uniform Cost Search Algorithm | UCS Search Algorithm in Artificial Intelligence by Mahesh Huddar

Uniform Cost Search Algorithm | UCS Search Algorithm in Artificial Intelligence by Mahesh Huddar The following concepts are discussed: ______________________________ Uniform Cost Search Algorithm in Artificial Intelligence, UCS Search Algorithm in Artificial Intelligence ******************************** 1. Blog / Website: https://www.vtupulse ...
YouTube
· Jan 1, 2023
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 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 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 51. OCR GCSE (J277) 2.1 Algorithmic thinking
14:42
Icon for www.youtube.comyoutube.com › watch

51. OCR GCSE (J277) 2.1 Algorithmic thinking

OCR J277 Specification Reference - Section 2.1 Don't forget, whenever the blue note icon appears in the corner of the screen, that is your cue to take notes about the content being shown on the current slide. 00:00 Introduction 00:15 Principles of computational thinking 00:27 Algorithmic thinking 01:01 Word search program 03:30 Decomposition 04 ...
YouTube
· Dec 9, 2019
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 Linear Search In Data Structure | Linear Search Algorithm With Example | Data Structures|Simplilearn
10:23
Icon for www.youtube.comyoutube.com › watch

Linear Search In Data Structure | Linear Search Algorithm With Example | Data Structures|Simplilearn

🔥Full Stack Java Developer Program (Discount Code - YTBE15) - https://www.simplilearn.com/java-full-stack-developer-certification?utm_campaign=ijK6yqDGQUg&utm_medium=DescriptionFirstFold&utm_source=Youtube 🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - https://www.simplilearn.com/full-stack-developer-course-mern ...
YouTube
· Jul 27, 2021
Video thumbnail for 147. OCR A Level (H046-H446) SLR25 - 2.3 Standard algorithms
05:01
Icon for www.youtube.comyoutube.com › watch

147. OCR A Level (H046-H446) SLR25 - 2.3 Standard algorithms

OCR Specification Reference AS Level 2.3.1b A Level 2.3.1f For full support and additional material please visit our web site http://craigndave.org Why do we disable comments? We want to ensure these videos are always appropriate to use in the classroom. However, we value your feedback, and are happy to consider amendments due to inaccuracies ...
YouTube
· May 19, 2021
Video thumbnail for 9.1 Knuth-Morris-Pratt KMP String Matching Algorithm
18:56
Icon for www.youtube.comyoutube.com › watch

9.1 Knuth-Morris-Pratt KMP String Matching Algorithm

In P3, b is also matching , lps should be 0 1 0 0 1 0 1 2 3 0 Naive Algorithm Drawbacks of Naive Algorithm Prefix and Suffix of Pattern KMP 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 ...
YouTube
· Mar 25, 2018
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 Linear and Binary Search Algorithms #1 | GCSE (9-1) in Computer Science | AQA, OCR and Edexcel
03:08
Icon for www.youtube.comyoutube.com › watch

Linear and Binary Search Algorithms #1 | GCSE (9-1) in Computer Science | AQA, OCR and Edexcel

In part 1 of this video series about search algorithms, we cover linear search algorithm. This topic is assessed under following papers of respective boards for GCSE (9-1) in Computer Science. 1. AQA Paper 1 - Computational thinking and problem solving. 2. OCR Paper 2 - Computational thinking, algorithms and programming. 3. Edexcel Paper 1 ...
YouTube
· May 6, 2019
Video thumbnail for Algorithms: Linear Search Example 1
08:38
Icon for www.youtube.comyoutube.com › watch

Algorithms: Linear Search Example 1

YouTube
· Jul 19, 2017
Video thumbnail for Standard Searching Algorithms - Unit 2 Algorithms & Programming - OCR GCSE Computer Science (J277)
11:46
Icon for www.youtube.comyoutube.com › watch

Standard Searching Algorithms - Unit 2 Algorithms & Programming - OCR GCSE Computer Science (J277)

As with all of my lessons, the PowerPoint is available for schools and teachers to purchase through my TES Store: https://www.tes.com/teaching-resources/shop/mattdoble Lesson: Standard Searching Algorithms Topic: Topic 1 - Algorithms Unit: Unit 2 - Algorithms & Programming Qualification: OCR Computer Science GCSE J277
YouTube
· May 13, 2020
Video thumbnail for 58. OCR GCSE (J277) 2.1 Linear search
06:16
Icon for www.youtube.comyoutube.com › watch

58. OCR GCSE (J277) 2.1 Linear search

OCR J277 Specification Reference - Section 2.1 Don't forget, whenever the blue note icon appears in the corner of the screen, that is your cue to take notes about the content being shown on the current slide. 00:00 Introduction 00:12 Linear search 02:01 Coded example 1 03:05 Algorithms overview 03:40 Coded example 2 04:40 Our algorithms ...
YouTube
· Dec 9, 2019
Video thumbnail for A Comparison of Pathfinding Algorithms
07:54
Icon for www.youtube.comyoutube.com › watch

A Comparison of Pathfinding Algorithms

A visual look and explanation of common pathfinding algorithms. Resources/References I suggest reading this if you're looking for a good guide on pathfinding and its implementation here are some other videos that are good for these. - https://www.youtube.com/watch?v=-L-WgKMFuhE (Sebastian Lague) - https://www.youtube.com/watch?v=WvR9voi0y2I ...
YouTube
· Sep 16, 2019