Instructional Video2:35
Brian McLogan

Multiplying two numbers both positive, 2 . 5

12th - Higher Ed
👉 You will learn how to multiply integers from one digit to multiple digits. When multiplying it is important to understand that multiplication is just repeated addition. However with multi-digit numbers we will follow a step by step...
Instructional Video5:24
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cryptographic Attacks

Higher Ed
In this episode, Mike explains how encrypted information is at risk and explores ways to protect it. This clip is from the chapter "Cryptography" of the series "CompTIA Security+ Certification SY0-601: The Total Course".This section...
Instructional Video1:35
Brian McLogan

Learn how to subtract two decimals from each other

12th - Higher Ed
👉 You will learn how to add and subtract numbers in decimal form. When adding and subtracting decimals it is very important to align the decimal points and use zero as space holders. Then you will apply the operations just like we do in...
Instructional Video2:52
Curated Video

C++ 20 (2a) New Features - Rationale for Ranges

Higher Ed
Passing pair of iterators to algorithms makes them difficult to compose. Code that uses algorithms is verbose and does not facilitate functional programming. • Convert a pair of pointers to a range • Use constrained algorithms • Compose...
Instructional Video5:19
Packt

Complexity Analysis

Higher Ed
This video highlights the concept of complexity analysis. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to big O notation in data...
Instructional Video7:13
Zach Star

What is Computer Science? (Part 2 Algorithms, Computation, and more)

12th - Higher Ed
In this part 2 video I discuss a few more topics in computer science including the design and analysis of algorithms, theory of computation, computer architecture, and more. This should show you the wide range of topics you will...
Instructional Video2:08
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 5: Add multiple run functionality and perform additional testing

Higher Ed
Discuss algorithms that achieve O(nlog(n)) performance and prerequisites for next one This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Instructional Video7:36
Curated Video

Multi-Paradigm Programming with Modern C++ - Parallel STL

Higher Ed
C++17 has introduced parallel STL. Many of the existing algorithms can now be executed in parallel. Parallelism can be enabled by specifying execution policies. In this video we will learn how existing algorithms can be parallelized with...
Instructional Video5:56
Professor Dave Explains

Multiplication of Large Numbers

12th - Higher Ed
Basic multiplication.
Instructional Video1:54
Curated Video

C++ Standard Template Library in Practice - Section 5 Review

Higher Ed
Review the entire section until now • Review the topics covered • Talk about lessons learned • Introduce the next topic that we will cover This clip is from the chapter "Algorithms - Part Two" of the series "C++ Standard Template Library...
Instructional Video4:10
Curated Video

C++ Standard Template Library in Practice - Fill and Generate

Higher Ed
The listener is new to algorithms and does not know about the fill and generate algorithms. • Introduce the listener to the std::fill and std::generate algorithm • Show how it works and explain the different versions available •...
Instructional Video4:35
Curated Video

C++ Standard Template Library in Practice - Introduction to Algorithms

Higher Ed
In this video, we shall cover the role of algorithms, also describing some of their limitations. • The user is unfamiliar with algorithms and they need to get up to speed with this • Show them the different types of algorithms available...
Instructional Video7:29
Curated Video

Bug Bounty Program Certification 13.4: Certification Exam Practice Questions – Part 3

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Manipulating Data

Higher Ed
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable. • How many ways are there to write a...
Instructional Video3:49
Curated Video

Complete Modern C++ - Parallel Algorithms - I

Higher Ed
In this video, we will get introduced to the parallel algorithms introduced in C++17. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video16:40
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section final project objective and motivation

Higher Ed
Implement the bubble sort algorithm step by step 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...
Instructional Video5:09
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 3

Higher Ed
A visual look at the Quicksort 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 Structures".This section is about...
Instructional Video4:36
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - equals

Higher Ed
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video8:27
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 2 - Understanding Tight Coupling Using the Binary Search Algorithm Example

Higher Ed
In this Appendix video, we'll understand tight coupling using the binary search algorithm example. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with...
Instructional Video1:48
Curated Video

Python for Machine Learning - The Complete Beginners Course - Applications of Machine Learning

Higher Ed
In this video, we will cover applications of machine learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will have a...
Instructional Video4:12
Curated Video

C++ Standard Template Library in Practice - Swapping

Higher Ed
The listener is new to algorithms and does not know about the swapping algorithms. • Introduce the listener to the std::swap algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video2:55
Economics Explained

High Frequency Trading (Hfts): Reactionary Algorithm

9th - Higher Ed
The New York Stock Exchange is the world's largest and most liquid securities market. It's where many of world's largest companies list their shares to be traded amongst millions of investors worldwide; ranging from small individual...
Instructional Video11:31
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 4 - Using the Spring Framework to Manage Dependencies - @Component and @Autowired

Higher Ed
This video demonstrates how to use the Spring framework to manage dependencies such as @Component and @Autowired. This clip is from the chapter "Spring Level 1 - Introduction to the Spring Framework in 10 Steps" of the series "Spring...
Instructional Video8:27
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 2-Understanding Tight Coupling Using the Binary Search Algorithm Example

Higher Ed
This video provides an explanation of the tight coupling concept with the help of the binary search algorithm example. This video provides an explanation of what you can expect in this section. This clip is from the chapter "Spring Level...