Instructional Video6:02
Odd Quartet

Music Theory - How Intervals Work

9th - 12th
We continue our music theory adventure by looking at the different kinds of intervals in both the major and minor scales, as well as augmented and diminished intervals. There is a lot of new information in this one!
Instructional Video5:25
Blockchain Central

Will Quantum Computers Threaten Blockchains? | Blockchain Central

Higher Ed
This week on Blockchain Central: we'll talk about quantum computers and the potential threat it has on blockchain technology. Thank to revolutionary computational power, these computers can easily encrypt the keys that are protecting...
Instructional Video20:04
Packt

Invert Binary Tree – Part 1

Higher Ed
This is the first part of the two-part video that demonstrates how to work with an invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Instructional Video4:43
Blockchain Central

Real-World Blockchain Applications - Enterprises

Higher Ed
This week on Blockchain Central: we will have a closer look at the different options companies face when they want to get started with blockchain technology and break down the most common types of blockchains.
Instructional Video5:03
Curated Video

Implement different search algorithms : BST from scratch - In-order traversal

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the in-order traversal method so nodes can be displayed in order based on the...
Instructional Video8:08
Mediacorp

Building Religious Harmony in Singapore

12th - Higher Ed
In this video, the speaker discusses the potential response of Singapore to a terrorist attack and the need for unity and resilience. They explore different suggestions to improve religious harmony in the country, such as inter-religious...
Instructional Video5:00
Blockchain Central

What's So Special About NEM? | Blockchain Central

Higher Ed
This week on Blockchain Central: we'll talk about a crypto currency and blockchain network called NEM, also known as the "New Economy Movement", and review some unique features that are worth investigating. __ 'Blockchain Central' is...
Instructional Video6:47
Curated Video

Implement a computer program using a classic algorithm : Recursion mini-project 3 - Fibonacci series

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Understand, break down and implement a recursive fibonacci function
Instructional Video7:33
Curated Video

Compare different types of data structures : Segment Trees with Lazy Updates

Higher Ed
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. This video continues exploring the...
Instructional Video8:38
Curated Video

Compare different types of data structures : Segment Trees and the RMQ Problem

Higher Ed
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. In this video, we revisit the RMQ...
Instructional Video8:02
Packt

Implementing Graph Animation

Higher Ed
This video demonstrates how to implement graph animation. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of graph...
Instructional Video15:55
Institute for New Economic Thinking

How Elite Financial Networks Rule the World

Higher Ed
The identities of the world’s most powerful people, and the corporations and institutions they run, are well known. What’s poorly understood is a key driving force behind elites’ power: their ability to build, and capitalize on,...
Instructional Video5:51
Blockchain Central

Altcoins and Tokens - Why so Awesome? | Blockchain Central

Higher Ed
This week on Blockchain Central: we will explore what is the difference between Altcoins, Tokens and Bitcoin. Although Altcoins are generally built on top of the Bitcoin protocol, some of them have vastly different mechanisms of work....
Instructional Video12:14
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Minimum Value, Maximum Depth And Mirror

Higher Ed
Find the minimum value in a binary search tree, find the maximum depth of a binary tree and mirror a binary tree. Learn to solve these problems recursively and see implementation details. This clip is from the chapter "Binary Tree...
Instructional Video9:01
Curated Video

Create a list : The List Contains Solution

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video provides the solution to the List Contains Challenge.
Instructional Video9:29
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 1

Higher Ed
An introductory look at objects with example classes built in the course 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 Video6:28
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- Additional Database Services

Higher Ed
In this video, we'll learn about additional database services. This clip is from the chapter "AWS Database Services" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about AWS database...
Instructional Video5:51
Blockchain Central

Faster Than Bitcoin??? | Blockchain Central

Higher Ed
This week on Blockchain Central: we'll take a closer look at a cryptocurrency known as Dash and find out what are the masternodes, InstantSend and PrivateSend.
Instructional Video9:49
Packt

Implementing a Binary Tree

Higher Ed
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Instructional Video26:47
Let's Tute

How to Draw Different Types of Noses

9th - Higher Ed
In this video, the teacher explains and demonstrates how to draw six common types of noses, including the aquiline nose, hognose, upturned nose, straight nose, button nose, and wide nose. The teacher provides step-by-step instructions...
Instructional Video6:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursively reverse a linked list

Higher Ed
Visualize and understand the process of the delete functionality from a BST 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:37
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 1: Define and set up class blueprint with __init__ and __str__

Higher Ed
Reverse a linked list using recursion 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:37
Curated Video

Implement a computer program using a classic algorithm : In-depth look at execution context of recursive divide function

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Analyze execution context and frames created by recursive divide...
Instructional Video22:18
Curated Video

Create a list : List Get and Set

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video focuses on list Get and Set methods.