Instructional Video7:28
Curated Video

Data Structures and Algorithms The Complete Masterclass - Doubly Linked List

Higher Ed
This video explains the concept of a doubly linked list. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked lists...
Instructional Video12:17
Curated Video

Data Structures and Algorithms The Complete Masterclass - Designing a Linked List – Part I

Higher Ed
This is the first part of the four-part video that demonstrates how to design a linked list. This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and Algorithms: The Complete...
Instructional Video15:52
Curated Video

Data Structures and Algorithms The Complete Masterclass - Designing a Linked List – Part 4

Higher Ed
This is the fourth part of the four-part video that demonstrates how to delete a node in a particular index. This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and Algorithms: The Complete...
Instructional Video10:03
Curated Video

Data Structures and Algorithms The Complete Masterclass - Depth-first Search – (Preorder, Inorder, and Postorder)

Higher Ed
This video focuses on depth-first searches, such as preorder, inorder, and postorder. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section...
Instructional Video27:44
Curated Video

Data Structures and Algorithms The Complete Masterclass - Constructing a Binary Search Tree: From Preorder Traversal – Part 1

Higher Ed
This is the first part of the two-part video that demonstrates how to construct a binary search tree from preorder traversal. This clip is from the chapter "Question 8: Constructing a Binary Search Tree" of the series "Data Structures...
Instructional Video15:30
Curated Video

Data Structures and Algorithms The Complete Masterclass - Circular Linked List and Implementing a Linked List

Higher Ed
This video focuses on a circular linked list and explains how to implement a linked list. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video13:49
Curated Video

Data Structures and Algorithms The Complete Masterclass - Binary Tree

Higher Ed
This video focuses on a binary tree in data structures. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to trees in data...
Instructional Video12:28
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Registering Hub with Nodes for Execution

Higher Ed
This video demonstrates how to register the hub with nodes for execution. This clip is from the chapter "Cross Browser Testing with Selenium Grid" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:54
Curated Video

Data Structures and Algorithms The Complete Masterclass - 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 Video4:36
Curated Video

How Adrenaline and Acetylcholine Affect Heart Rate

Higher Ed
In this episode, I discuss the effect of Adrenaline and Acetylcholine on heart rate. Adrenaline speeds it up and Acetylcholine slows it down. They both have their effect by modifying the conductance for ions such as Sodium, Potassium and...
Instructional Video7:48
Curated Video

Action Potentials and Contraction in Cardiac Muscle Cells

Higher Ed
In this episode, I show how the Action potential is generated in cardiac muscle cells and how this results in Contraction of the Heart. When the action potential happens, calcium ions are released from the Sarcoplasmic reticulum, causing...
Instructional Video13:44
Packt

Binary Tree

Higher Ed
This video focuses on a binary tree in data structures. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to trees in data...
Instructional Video4:48
Neuro Transmissions

What Are Oligodendrocites?

12th - Higher Ed
Oligodendrocytes are overwhelming! Join Alie Astrocyte as she explains why the glial cell known as the oligodendrocyte is so important, and why myelin sheaths matter.
Instructional Video14:22
Packt

Implementing Breadth-first Search

Higher Ed
This video explains how to implement breadth-first search in graph traversals. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the...
Instructional Video6:35
Curated Video

Modify a data structure : Linked List and "Node" Constructor Functions

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Linked List and "Node" Constructor Functions
Instructional Video27:38
Packt

Constructing a Binary Search Tree: From Preorder Traversal – Part 1

Higher Ed
This is the first part of the two-part video that demonstrates how to construct a binary search tree from preorder traversal. This clip is from the chapter "Question 8: Constructing a Binary Search Tree" of the series "Data Structures...
Instructional Video6:48
Packt

Describe the tree data structure : Basic Trees

Higher Ed
From the section: Variants of Trees. This section describes a few tree-related topics. It presents the basic tree, together with its implementation in C#, and examples showing this in action. The section also introduces you to binary...
Instructional Video15:23
Packt

Circular Linked List and Implementing a Linked List

Higher Ed
This video focuses on a circular linked list and explains how to implement a linked list. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video6:58
msvgo

The Leaf

K - 12th
This lesson explains the basic structure of the leaf with respect to venation, phyllotaxy and leaf type. It also talks about the leaf modifications seen in different plant species.
Instructional Video7:36
Curated Video

High Performance Scientific Computing with C 4.3: Distributed Memory Parallelism with MPI

Higher Ed
How can we extend our codes across multiple machines? What do we need to use MPI? • Learn how to add MPI communication to our code • Learn how to launch mpiprograms with mpirun • See how to use mpirun to distribute our code across...
Instructional Video5:11
Curated Video

Modify a data structure : Linked List - Exercise Review

Higher Ed
From the section: Linked Lists. Linked Lists: Linked List - Exercise Review Linked Lists: Linked List - Exercise Review
Instructional Video18:47
Packt

Tree Traversal

Higher Ed
This video introduces you to the concept of tree traversals. 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 Video13:14
Packt

Creating the Chat App Project

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Creating the Chat App Project This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd...
Instructional Video10:45
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Search

Higher Ed
Go through my implementation of the project and discuss code, tips and pointers This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...