Instructional Video15:05
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Why are Data Structures And Algorithms important?

Higher Ed
Learn about abstract data types and how they relate to data structures. This clip is from the chapter "Data Structures And Algorithms - A Symbiotic Relationship" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Instructional Video6:27
Curated Video

Mastering Swift 2 Programming (Video 38)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:24
Planet PE

GCSE and A Level exams are cancelled...what happens next

9th - 12th
2021 Exams Cancelled, Centre Assessed Grades, let's see what this means for the rest of the year.
Instructional Video2:33
Science360

Smart vents to save energy – CES 2015

12th - Higher Ed
NSF-funded small business Keen Home has developed a smart vent that opens and closes to reduce uncomfortable hot and cold spots, save energy in unused rooms, and tailor a home’s heating and cooling to fit specific lifestyles. The new...
Instructional Video7:52
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Python in-depth

Higher Ed
Introduction to material covered in the section and the who it's intended for This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video7:08
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Build a Binary Search Tree from scratch - Insert

Higher Ed
Introduction to the job scheduler project - to be implemented by students, including motivation and requirements This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based...
Instructional Video12:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - In-order traversal of a Binary Search Tree

Higher Ed
Delete scenario 3 - deleting nodes with both left and right child nodes This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video13:07
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project: Complete quote finder using hash table

Higher Ed
Inserting nodes into a BST in-depth with test cases This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Instructional Video8:28
Fun Robotics

Working principle of Decision Tree

Higher Ed
Describes the working principle of a decision tree algorithm.
Instructional Video5:29
Curated Video

Mastering Swift 2 Programming (Video 12)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video5:11
Curated Video

Mastering Swift 2 Programming (Video 54)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Podcast22:47
NASA

‎NASA in Silicon Valley: Kai Goebel Talks About Teaching Robots How To Think

Pre-K - Higher Ed
A conversation with Kai Goebel, Tech Area Lead for Discovery and Systems Health at NASA’s Ames Research Center in Silicon Valley.
Instructional Video3:01
Curated Video

Describe an advanced data structure : The Course Overview

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video16:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function

Higher Ed
Working with numbers and computation along with type casting and getting input from user This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video3:03
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting leaf nodes

Higher Ed
Here, the author thanks everyone for taking the course and suggestions for possible next steps This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms,...
Instructional Video10:10
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code

Higher Ed
Look at best, worst and average cases for complexity in more detail This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:48
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites

Higher Ed
Build a countdown timer using recursion This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video15:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Maximum Element In A Minimum Heap and K Largest Elements In A Stream

Higher Ed
Let's practice heap problems! Use the heap property to find the largest element in a minimum heap and the K largest elements in a stream. This clip is from the chapter "Heap Problems" of the series "From 0 to 1: Data Structures &...
Instructional Video4:49
Curated Video

Mastering Swift 2 Programming (Video 53)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video4:24
Curated Video

Complete Modern C++ - Parallel Algorithms - III

Higher Ed
This video explains why parallel algorithms cannot be used everywhere. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video19:46
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - implementation step by step

Higher Ed
Add previously built read functionality to the student class using static and regular methods, along with another special method __eq__ to test for equality based on custom definition This clip is from the chapter "Python in-depth" of...
Instructional Video6:07
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bisection search - recursive implementation

Higher Ed
Start a project using the hash table structure/class that was built called quote finder This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video9:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro

Higher Ed
Visual presentation and complexity analysis of the selection sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video5:50
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort programmatic execution step by step

Higher Ed
A look at the divide/split function which introduces recursion This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...