ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48 results

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

12,045 views

20 hours ago

TechTrouble Solved
Squares of a Sorted Array | LeetCode 977 | Two Pointers Explained

In this video, we solve LeetCode Problem 977 — Squares of a Sorted Array. We start by understanding why the naive approach of ...

10:54
Squares of a Sorted Array | LeetCode 977 | Two Pointers Explained

26 views

18 hours ago

Jane Street
Microarchitecture: What Happens Beneath

Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...

1:20:57
Microarchitecture: What Happens Beneath

6,661 views

1 day ago

Sreemanti Dey
How I Would Learn Coding + DSA (If I Could Start Over)

Just a few years ago, I was 18 and applying to my first software engineering internship with zero experience, getting rejected left ...

9:12
How I Would Learn Coding + DSA (If I Could Start Over)

6,612 views

3 days ago

Flash x Stream
Two Pointers Technique - MASTER This Essential Pattern (with 15+ Problems)

The Two Pointers technique is one of the most powerful tools in your coding interview arsenal! In this comprehensive tutorial, I'll ...

1:33:33
Two Pointers Technique - MASTER This Essential Pattern (with 15+ Problems)

0 views

5 days ago

MindMap Learning
13. Move Zeros (LeetCode - 283)  - Two Pointers

Move Zeros (LeetCode 283) – Two Pointers In this video, we simulate the solution of LeetCode Problem 283 – Move Zeroes using ...

16:27
13. Move Zeros (LeetCode - 283) - Two Pointers

0 views

6 days ago

Quartz Code
Master Functions in Python in Just 1 Minute! | Python Programming Tips & Tricks ✨

Master Pointers in Python in Just 1 Minute! | Python Programming Tips & Tricks Are you confused about pointers in Python? In this ...

1:11
Master Functions in Python in Just 1 Minute! | Python Programming Tips & Tricks ✨

52 views

5 days ago

Adil’s Insights
LeetCode 11 Explained | Container With Most Water (Two Pointers O(n))

Welcome back to the LeetCode 75 Study Plan! Today we solve **Problem 11 — Container With Most Water** using the classic ...

3:02
LeetCode 11 Explained | Container With Most Water (Two Pointers O(n))

0 views

4 days ago

Adil’s Insights
LeetCode 392 | Simple Two-Pointer Trick (Interview Favorite)

Welcome back to the LeetCode 75 Study Plan! Today we solve **Problem 392 — Is Subsequence** using a clean and efficient ...

3:05
LeetCode 392 | Simple Two-Pointer Trick (Interview Favorite)

2 views

5 days ago

Lets Code
Leetcode 21 - Merge Two Sorted Lists - Easy

Leetcode #21 - Merge Two Sorted Lists (Easy) In this video, we'll solve the Leetcode problem “Merge Two Sorted Lists” ...

6:45
Leetcode 21 - Merge Two Sorted Lists - Easy

0 views

16 hours ago

Programming Avec Reza
Pointers to two dimensional arrays in C++

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

9:15
Pointers to two dimensional arrays in C++

4 views

1 day ago

Singleton Dev : DSA
LeetCode 75 #11: Is Subsequence | Python Solution

Problem Link: https://leetcode.com/problems/is-subsequence/ My Solution: ...

6:42
LeetCode 75 #11: Is Subsequence | Python Solution

0 views

3 hours ago

Adil’s Insights
LeetCode 283: Move Zeroes | Two-Pointer (In-Place O(n) Solution)

Welcome back to the LeetCode 75 Study Plan! Today we're solving **Problem 283 — Move Zeroes** using an efficient in-place ...

1:32
LeetCode 283: Move Zeroes | Two-Pointer (In-Place O(n) Solution)

0 views

6 days ago

Leetcode Unlocked
214. Shortest Palindrome | Leetcode Unlocked - Python

In this video, we explore three distinct approaches: a Brute Force method, a Two Pointer strategy, and the optimal O(N) solution ...

8:56
214. Shortest Palindrome | Leetcode Unlocked - Python

0 views

2 hours ago

Singleton Dev : DSA
LeetCode 75 #10: Move Zeroes | Python Solution

Problem Link: https://leetcode.com/problems/move-zeroes/ My Solution: ...

7:06
LeetCode 75 #10: Move Zeroes | Python Solution

20 views

1 day ago

freeCodeCamp.org
How to get promoted as a dev w/out becoming a manager – Staff Engineer Santosh Yadav [Podcast #202]

Today Quincy Larson interviews Santosh Yadav. The son of a textile worker, he grew up inner-city Mumbai and studied hard to get ...

1:04:47
How to get promoted as a dev w/out becoming a manager – Staff Engineer Santosh Yadav [Podcast #202]

7,977 views

2 days ago

Flash x Stream
System Design: Dropbox - Complete High Level Design (HLD) | File Storage & Synchronization

The Two Pointers technique is one of the most powerful tools in your coding interview arsenal! In this comprehensive tutorial, I'll ...

1:40:08
System Design: Dropbox - Complete High Level Design (HLD) | File Storage & Synchronization

0 views

4 days ago

Leetcode Unlocked
209. Minimum Size Subarray Sum | Leetcode Unlocked - Python

We explain how to utilize the Two Pointers technique to dynamically resize the window and find the minimal length contiguous ...

8:03
209. Minimum Size Subarray Sum | Leetcode Unlocked - Python

0 views

15 hours ago

Singleton Dev : DSA
LeetCode 75 #5: Reverse Vowels of a String | Python Solution

Problem Link: https://leetcode.com/problems/reverse-vowels-of-a-string My Solution: ...

5:57
LeetCode 75 #5: Reverse Vowels of a String | Python Solution

10 views

6 days ago

Adil’s Insights
Find Longest Subarray of 1’s After K Flips | LeetCode 1004

Welcome back to the LeetCode 75 Study Plan! Today we solve **Problem 1004 — Max Consecutive Ones III** using a classic ...

3:01
Find Longest Subarray of 1’s After K Flips | LeetCode 1004

0 views

1 hour ago