Instructional Video11:07
Crash Course

Web Search

12th - Higher Ed
Today we’re going to talk about search engines, which are just AI systems that try to help us find what we’re looking for. Search engines can be the sort that serve up a list of results, like during a Google or Bing search, using web...
Instructional Video2:03
Curated Video

Introducing Blinks: The Next Generation Search Engine

Pre-K - Higher Ed
Blinks is a revolutionary search engine that goes beyond traditional keyword searches. It automatically compiles suggestions based on the documents you read and write, searching not only the Internet but also your own computer files and...
Instructional Video3:52
SciShow

How Are Search Engines So Fast?

12th - Higher Ed
Google can find something for you on the other side of the world in less than a second. Why does your personal computer take so much longer?
Instructional Video26:29
Food Farmer Earth

Navigating Water Scarcity: Sustainable Agriculture and the Ogallala Aquifer on the Texas High Plains

12th - Higher Ed
This video discusses the critical challenge of water scarcity for farmers on the Texas High Plains, focusing on the Ogallala Aquifer's depletion and the impact on irrigated agriculture. It highlights innovative research and practices...
Instructional Video11:04
Crash Course

The World Wide Web: Crash Course Computer Science

12th - Higher Ed
Today we’re going to discuss the World Wide Web - not to be confused with the Internet, which is the underlying plumbing for the web as well as other networks. The World Wide Web is built on the foundation of simply linking pages to...
Instructional Video3:52
SciShow

How Are Search Engines So Fast?

12th - Higher Ed
Google can find something for you on the other side of the world in less than a second. Why does your personal computer take so much longer? Hosted by: Olivia Gordon SciShow has a spinoff podcast! It's called SciShow Tangents. Check it...
Instructional Video10:34
Zach Star

Today In Engineering (Episode 1)

12th - Higher Ed
This video covers just a few current events going on in engineering and computer science. The topics here include 1. Origami Algorithm 2. Algorithm to see around corners 3. Laser on Fighter Jet 4. Drones for Warehouse Product Search 5....
Instructional Video4:32
SciShow

Babies With Three Parents

12th - Higher Ed
You thought you knew all the ways to make a baby.
Instructional Video3:21
Packt

Compare the breadth-first and depth-first search algorithms : What Are We Searching for?

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. What does...
Instructional Video3:28
Packt

Compare the breadth-first and depth-first search algorithms : Introduction to File Search Application

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand the application that we will develop in this section by answering the questions. • What is search • What is file search • How does it work Understand the application...
Instructional Video6:28
Packt

Compare the breadth-first and depth-first search algorithms : Search Problem Formulation

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand and implement the concept of state and the three main ingredients of search problems by answering the questions. • Initial state: where do we start searching from •...
Instructional Video7:06
Packt

Compare the breadth-first and depth-first search algorithms : Implementing DFS

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Instructional Video3:39
Packt

Compare the breadth-first and depth-first search algorithms : Using Breadth-First Search (BFS)

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...
Instructional Video4:36
Packt

Compare the breadth-first and depth-first search algorithms : Using Depth-First Search (DFS)

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Learn the...
Instructional Video7:50
Packt

Compare the breadth-first and depth-first search algorithms : Implementing BFS on Regular Graphs

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Implement...
Instructional Video12:16
Packt

Compare the breadth-first and depth-first search algorithms : Example - A Simple Puzzle Game

Higher Ed
From the section: Searching in Graphs. In this section, we will see what we are searching for. Also, we will look at how to use and implement Breadth-First Search and Depth-First Search along with a simple puzzle game example. Solve the...
Instructional Video5:00
Packt

Compare the breadth-first and depth-first search algorithms : DFS Algorithm

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand the practical working of DFS algorithm by answering the questions. • What is the flow of DFS • How the search ingredients are used • How stack data structure is used...
Instructional Video4:53
Packt

Compare the breadth-first and depth-first search algorithms : Building Search Tree with Nodes

Higher Ed
From the section: Shortest Time Search (Depth First Search). Build a sample search tree by answering the questions. • What is a node • What are the properties and methods of node class • How can nodes be used to build trees Build a...
Instructional Video15:42
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Coding up Your First Solution to CartPole-v0

Higher Ed
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...
Instructional Video2:54
Packt

Compare the breadth-first and depth-first search algorithms : Queue Data Structure

Higher Ed
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...
Instructional Video2:37
Packt

Compare the breadth-first and depth-first search algorithms : Do It Yourself

Higher Ed
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...
Instructional Video5:17
Curated Video

Implement different search algorithms : BST from scratch - Search

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Add a search method to the BST class
Instructional Video3:01
Packt

Compare the breadth-first and depth-first search algorithms : DFS Versus BFS

Higher Ed
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...
Instructional Video6:26
Packt

Compare the breadth-first and depth-first search algorithms : Introduction to LinkedIn Connection Feature

Higher Ed
From the section: Shortest Path Search (Breadth First Search). In this section, we will develop LinkedIn’s connection feature using Breadth First Search. We take the concepts of the earlier section forward and learn about queue and graph...