Curated Video
Data Structures and Algorithms The Complete Masterclass - Doubly Linked List
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Designing a Linked List – Part I
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Designing a Linked List – Part 4
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Depth-first Search – (Preorder, Inorder, and Postorder)
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Constructing a Binary Search Tree: From Preorder Traversal – Part 1
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Circular Linked List and Implementing a Linked List
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Binary Tree
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Registering Hub with Nodes for Execution
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...
Curated Video
Data Structures and Algorithms The Complete Masterclass - 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...
Curated Video
How Adrenaline and Acetylcholine Affect Heart Rate
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...
Curated Video
Action Potentials and Contraction in Cardiac Muscle Cells
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...
Packt
Binary Tree
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...
Neuro Transmissions
What Are Oligodendrocites?
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.
Packt
Implementing Breadth-first Search
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...
Curated Video
Modify a data structure : Linked List and "Node" Constructor Functions
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
Packt
Constructing a Binary Search Tree: From Preorder Traversal – Part 1
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...
Packt
Describe the tree data structure : Basic Trees
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...
Packt
Circular Linked List and Implementing a Linked List
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...
msvgo
The Leaf
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.
Curated Video
High Performance Scientific Computing with C 4.3: Distributed Memory Parallelism with MPI
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...
Curated Video
Modify a data structure : Linked List - Exercise Review
From the section: Linked Lists. Linked Lists: Linked List - Exercise Review Linked Lists: Linked List - Exercise Review
Packt
Tree Traversal
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...
Packt
Creating the Chat App Project
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - BST from scratch - Search
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...