Odd Quartet
Music Theory - How Intervals Work
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!
Blockchain Central
Will Quantum Computers Threaten Blockchains? | Blockchain Central
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...
Packt
Invert Binary Tree – Part 1
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...
Blockchain Central
Real-World Blockchain Applications - Enterprises
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.
Curated Video
Implement different search algorithms : BST from scratch - In-order traversal
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...
Mediacorp
Building Religious Harmony in Singapore
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...
Blockchain Central
What's So Special About NEM? | Blockchain Central
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...
Curated Video
Implement a computer program using a classic algorithm : Recursion mini-project 3 - Fibonacci series
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
Curated Video
Compare different types of data structures : Segment Trees with Lazy Updates
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...
Curated Video
Compare different types of data structures : Segment Trees and the RMQ Problem
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...
Packt
Implementing Graph Animation
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...
Institute for New Economic Thinking
How Elite Financial Networks Rule the World
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,...
Blockchain Central
Altcoins and Tokens - Why so Awesome? | Blockchain Central
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....
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Minimum Value, Maximum Depth And Mirror
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...
Curated Video
Create a list : The List Contains Solution
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.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 1
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.
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Additional Database Services
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...
Blockchain Central
Faster Than Bitcoin??? | Blockchain Central
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.
Packt
Implementing a Binary Tree
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...
Let's Tute
How to Draw Different Types of Noses
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursively reverse a linked list
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
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hash project 1: Define and set up class blueprint with __init__ and __str__
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
Curated Video
Implement a computer program using a classic algorithm : In-depth look at execution context of recursive divide function
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...
Curated Video
Create a list : List Get and Set
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.