Packt
Implementing a Min Stack
This video demonstrates how to implement a min stack. This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min stack.
NASA
Discovering the Sun's Mysteriously Hot Atmosphere
Something mysterious is going on at the Sun. In defiance of all logic, its atmosphere gets much, much hotter the farther it stretches from the Sun’s blazing surface. Temperatures in the corona — the Sun’s outer atmosphere — spike to 3...
Curated Video
Complete Modern C++ - std::vector
In this video, understand how to use a vector as a dynamic array. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Curated Video
C++ Standard Template Library in Practice - Section 5 Review
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...
Curated Video
C++ Standard Template Library in Practice - Fill and Generate
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 •...
Curated Video
C++ Standard Template Library in Practice - Introduction to Algorithms
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Navigation "Project - Build a Twitter Clone (Login Page)"
Project - Build a Twitter Clone (Login Page): Styling of Navigation This clip is from the chapter "Project - Build a Twitter Clone (Login Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is a...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - HTML5 Semantic Elements
HTML Crash Course: HTML5 Semantic Elements This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - How to Create Elements in DOM
DOM Crash Course: How to Create Elements in DOM This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Curated Video
Understanding Closure Property: Sets of Numbers
Closure refers to the property of a set of numbers and operations where performing those operations on any two elements of the set always results in another element of the set. We examine various sets of numbers, such as whole numbers,...
Curated Video
Learning Dart (Video 6)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Curated Video
Mastering CSS3 Selectors (Video 9)
If HTML is the skeleton of a web page, CSS is its flesh. To create amazing websites, web developers need to master CSS Selectors, which are the most critical things in the modern Web and form the backbone of CSS designs. Third-party...
Packt
Use variables to modify data : Overview of the Different Variable Types
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Curated Video
Mastering Tableau 2018.1, Second Edition 5.2: Working with Selection Filters
In this video, we’ll apply measure and dimension filters to our data. • Add filters to data • Understand different types of filters
Curated Video
Learning D3.JS 5.0 8.1: Adding the x-axis
In this video, we will learn how to add the x-axis. • View the axis on the browser • Solve the problems that occur by adding the x-axis
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque
SOAP Web Services with Spring and Spring Boot: Step 04 - Define XML Schema Definition (XSD) for Request-GetCourseDetailsReque This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
The Business Professor
Priority of Security Interests in Fixtures vs Mortgage Holder
Priority of Security Interests in Fixtures vs Mortgage Holder
Packt
Rendering Messages
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages 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 Edition)".In this...
Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part IV (2D Arrays)
This video shows the basics of 2D arrays and how they are created on the heap in C++ using the new[] operator. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print...
Curated Video
C++ Standard Template Library in Practice - Project - Circular Buffer lterator
We want to apply what we have learned and expand on our project from section two. • We want to apply what we have learned • Implement a circular buffer iterator for our section two project • Implement a test program to verify its...
Curated Video
C++ Standard Template Library in Practice - Vectors
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them. • Begin by introducing the user to the vector, discussing how it works • Inform the user of the pros and cons of using the data...
Brian McLogan
Find the intersection of two sets
In this playlist I show you how to understand set theory. I introduce sets as venn diagrams, mapping and as sets of numbers. With sets we look at how to find the union, compliment, and intersection of given sets. We introduce sets with...
Curated Video
Learn and Master C Programming - Working with single-dimension arrays in C/C++
We will see how we can declare and process a single-dimensional array in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare...