Curated Video
Complete Java SE 8 Developer Bootcamp - Object Type Casting
Casting changes the reference to a more specific type. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Brian McLogan
Solving a quadratic equation by taking the square root of both sides
๐Learn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Packt
Compare the breadth-first and depth-first search algorithms : Stack Data Structure
From the section: Shortest Time Search (Depth First Search). Understand stack data structure by answering the questions. โข What is a stack โข What are examples of stack โข How do stack operationsโInsertion and deletionโoperate Understand...
Brian McLogan
Solving a two step equation
๐ Learn how to solve two step linear equations. A linear equation is an equation whose highest exponent on its variable(s) is 1. To solve for a variable in a two step linear equation, we first isolate the variable by using inverse...
Curated Video
Understanding Capacity and Capacity Utilization in Business
This video discusses the concept of capacity, both in terms of physical space and production output for businesses. The speaker emphasizes the importance of balancing capacity utilization to avoid both underutilization and capacity...
Brian McLogan
Review Order of operations, 22/11 . 9 - 3^2
๐ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Brian McLogan
Simplify a large numeric expression by applying the order of operations
๐ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Bisection search - recursive implementation
Start a project using the hash table structure/class that was built called quote finder This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Brian McLogan
Given a geometry sequence, learn how to find the 9th term
๐ Learn how to find the nth term of a geometric sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. A geometric sequence is a sequence in which...
Curated Video
Complete Python Scripting for Automation - join, center and zfill (zero fill)
Complete String Operations: join, center and zfill (zero fill) This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and...
Curated Video
Complete Python Scripting for Automation - Boolean result operations
Complete String Operations: Boolean result operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and strip, split...
Brian McLogan
Graphing an equation in standard form using slope and y intercept
In this video series I show you how to graph a linear equation. There are multiple ways to graph a linear equation and choosing the best method usually depends on your strengths and what information you are given. I will explore how to...
Barcroft Media
The Heartbreak Of Not Having A Vagina: BORN DIFFERENT
GILBERT, AZ - JULY 1: A YOUNG WOMAN born without a vagina hopes to have a life-changing surgery that would allow her to have sex with her boyfriend and, in her own words, "feel like a woman." Kaylee Moats, 22, from Gilbert, Arizona, was...
The Wall Street Journal
Getting Paid
Grab President Ming Maa speaks with WSJ Asia Editor Andrew Dowell at the WSJ D.Live conference in Hong Kong about the next stage of growth after acquiring Uber's Southeast Asian operations.
AllTime 10s
10 Safest Places When WW3 Starts
Let's face it, the world is a scary place. If World War 3 did happen, you should probably have a plan about where to go to save yourself from nuclear annihilation. Luckily for you, Alltime10s knows just where to look and we've got the...
Brian McLogan
Why do we simplify numeric expressions
๐ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Brian McLogan
Using order of operation on a quotient - Free Math Videos
๐ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Brian McLogan
Finding the quotient of two numbers
๐ In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...
Brian McLogan
How to find equivalent fractions and understanding what they are
๐ Learn how to understand the concept of fractions using parts of a whole. Fractions are parts of a whole and this concept can be illustrated using bars and circles. This concept can also be extended to understand equivalent fractions....
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort implementation
Look at the merge sort algorithm and its big O analysis 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...
Brian McLogan
Given the first term and ratio find the nth term of a geometric sequence
๐ Learn how to find the nth term of a geometric sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. A geometric sequence is a sequence in which...
Brian McLogan
How to solve an equation with a variable on different sides
๐ Learn how to solve multi-step equations with parenthesis and variable on both sides of the equation. An equation is a statement stating that two values are equal. A multi-step equation is an equation which can be solved by applying...
Brian McLogan
Solving an equation with multiple fractions ex 2, (โ2/9)x - 4 = 7/18
๐ Learn how to solve two step linear equations. A linear equation is an equation whose highest exponent on its variable(s) is 1. To solve for a variable in a two step linear equation, we first isolate the variable by using inverse...