Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Why are Data Structures And Algorithms important?
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...
Curated Video
Mastering Swift 2 Programming (Video 38)
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...
Planet PE
GCSE and A Level exams are cancelled...what happens next
2021 Exams Cancelled, Centre Assessed Grades, let's see what this means for the rest of the year.
Science360
Smart vents to save energy – CES 2015
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Python in-depth
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Build a Binary Search Tree from scratch - Insert
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - In-order traversal of a Binary Search Tree
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Complete quote finder using hash table
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
Fun Robotics
Working principle of Decision Tree
Describes the working principle of a decision tree algorithm.
Curated Video
Mastering Swift 2 Programming (Video 12)
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...
Curated Video
Mastering Swift 2 Programming (Video 54)
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...
NASA
NASA in Silicon Valley: Kai Goebel Talks About Teaching Robots How To Think
A conversation with Kai Goebel, Tech Area Lead for Discovery and Systems Health at NASA’s Ames Research Center in Silicon Valley.
Curated Video
Describe an advanced data structure : The Course Overview
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST - Deleting leaf nodes
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,...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 4: Extract redundancies, create function and cleanup code
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - O(nlog(n)) performance and algorithm prerequisites
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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Maximum Element In A Minimum Heap and K Largest Elements In A Stream
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 &...
Curated Video
Mastering Swift 2 Programming (Video 53)
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...
Curated Video
Complete Modern C++ - Parallel Algorithms - III
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Functions - implementation step by step
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Bisection search - recursive implementation
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Insertion sort programmatic execution step by step
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...