ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

135 results

RisingBrain
Graph Patterns | Master Graph for interviews

In today's video on Graphs, I focused on how to think, not just how to code. Instead of random algorithms, we break graphs into ...

15:10
Graph Patterns | Master Graph for interviews

928 views

6 days ago

EppsNetSolutions
Master the Graph: Uber Coding Interview Question

FREE "12 Coding Interview Patterns That Actually Get Asked" PDF https://tinyurl.com/12-coding-patterns Interview Patterns ...

16:11
Master the Graph: Uber Coding Interview Question

14 views

5 days ago

Prasanth Test Architect
Day 6: HashMap Counting Pattern | First Unique Character | Java Interview

One of the most common HashMap patterns asked in coding interviews for SDET, QA Automation & QA Architect roles (3–10 YOE) ...

7:41
Day 6: HashMap Counting Pattern | First Unique Character | Java Interview

18 views

3 days ago

KNOWLEDGE DOCTOR
Episode 03 : Master DSA Patterns with the Two Pointer Technique

Data Structures and Algorithms (DSA) patterns are proven problem-solving techniques that help you identify the right approach ...

16:35
Episode 03 : Master DSA Patterns with the Two Pointer Technique

28 views

6 days ago

SHAGUN SINGH IITM
Day - 5 Master Sliding Window Pattern in DSA | LeetCode Interview Problems Explained

In this video, we explain the Sliding Window Pattern from scratch in a simple and intuitive way. Sliding Window is one of the most ...

16:45
Day - 5 Master Sliding Window Pattern in DSA | LeetCode Interview Problems Explained

202 views

7 days ago

Prasanth Test Architect
Day 5 Prefix Sum Explained | Subarray Sum Equals K | Java Coding Interview

Learn one of the most important coding interview patterns — Prefix Sum. This problem appears frequently in SDET, QA ...

13:25
Day 5 Prefix Sum Explained | Subarray Sum Equals K | Java Coding Interview

11 views

4 days ago

EppsNetSolutions
FAANG Coding Interview Question: Gas Station

FAANG Coding Interview Question: Gas Station (Greedy Algorithm)** Can you solve this popular **FAANG interview question**?

16:06
FAANG Coding Interview Question: Gas Station

256 views

2 days ago

BettaTech
All Programming Paradigms, explained in 14 minutes

► My Computer Science Academy: https://link.bettatech.net/academia Van Roy Taxonomy Paper: https://webperso.info.ucl.ac.be ...

14:40
All Programming Paradigms, explained in 14 minutes

6,744 views

1 day ago

SHAGUN SINGH IITM
🛑DSA in 2026🔥 | DSA Patterns Roadmap | Learn Data Structures the Right Way #dsa

This presentation explains a structured and pattern-based approach to learning Data Structures and Algorithms (DSA). Instead ...

11:49
🛑DSA in 2026🔥 | DSA Patterns Roadmap | Learn Data Structures the Right Way #dsa

302 views

5 days ago

codewithvibe
Master the Two Pointer Pattern in JS — Templates, Hints & Examples

Welcome to Vibetechstack In this video, we break down the Two Pointer Pattern in JavaScript and explain the most important ...

7:24
Master the Two Pointer Pattern in JS — Templates, Hints & Examples

62 views

7 days ago

EppsNetSolutions
Google Coding Interview Question  Sort List

Coding Interview Problem Walkthrough — Clear Reasoning, Real Patterns In this video, we walk through "Sort List," focusing on ...

9:30
Google Coding Interview Question Sort List

8 views

6 hours ago

KNOWLEDGE DOCTOR
Episode 04 : Most Popular DSA Question with the Two Pointer Technique

Data Structures and Algorithms (DSA) patterns are proven problem-solving techniques that help you identify the right approach ...

17:15
Episode 04 : Most Popular DSA Question with the Two Pointer Technique

38 views

4 days ago

BigData Factory
SQL Interview Questions for Data Engineer | Real Interview Questions

In this video, I walk through real SQL interview questions for Data Engineer roles, based on my actual interview experience, ...

4:45
SQL Interview Questions for Data Engineer | Real Interview Questions

123 views

5 days ago

Pattern Coders
Leetcode 1- Two Sum | Contains Duplicate 2 | Powerful HashMap {value : index} pattern

Learn LeetCode HashMap Pattern visually Subscribe for daily DSA + interview prep In this video, we cover the powerful ...

7:52
Leetcode 1- Two Sum | Contains Duplicate 2 | Powerful HashMap {value : index} pattern

32 views

6 days ago

Developer Coder
Find Smallest Letter Greater Than Target | LeetCode 744 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we explore LeetCode 744 – Find Smallest Letter Greater Than Target, a classic ...

7:31
Find Smallest Letter Greater Than Target | LeetCode 744 | Java Code | Developer Coder

89 views

3 days ago

codewithvibe
The Two-Stack Pattern - LC

Most coding interview candidates FAIL the Min Stack problem — not because it's hard, but because they don't know the TWO ...

13:01
The Two-Stack Pattern - LC

19 views

5 days ago

EppsNetSolutions
Don’t Use Selection Sort! | Solving "Largest Permutation" Efficiently

FREE "12 Coding Interview Patterns That Actually Get Asked" PDF https://tinyurl.com/12-coding-patterns Interview Patterns ...

16:30
Don’t Use Selection Sort! | Solving "Largest Permutation" Efficiently

8 views

6 days ago

BeyondThe{}girl
Capgemini 2026 Hiring Pattern || Tips & Tricks || #capgemini #trending #mnc #viral

... capgemini hiring 2026 batch link, capgemini 2026 hiring pattern, capgemini date of joining, capgemini after interview process, ...

7:07
Capgemini 2026 Hiring Pattern || Tips & Tricks || #capgemini #trending #mnc #viral

56 views

4 days ago

Munawar Munir Coding Guru
Top 20 Most Important .NET Core (.NET 8) Interview Questions - 2026 ❓🚀

Preparing for a .NET Core or C# Developer Interview in 2026? This video covers the Top 20 most important .NET Core interview ...

7:02
Top 20 Most Important .NET Core (.NET 8) Interview Questions - 2026 ❓🚀

30 views

6 days ago

TechTrek
LeetCode Que - 167 Two Sum II - Input Array Is Sorted

LeetCode 167 | Two Sum II | Two Pointer Approach Explained In this video, we solve LeetCode Question 167: Two Sum II – Input ...

4:09
LeetCode Que - 167 Two Sum II - Input Array Is Sorted

0 views

4 days ago

EppsNetSolutions
When to use LinkedHashMap vs HashMap? | Character Frequencies Problem

FREE "12 Coding Interview Patterns That Actually Get Asked" PDF https://tinyurl.com/12-coding-patterns Understand interview ...

8:44
When to use LinkedHashMap vs HashMap? | Character Frequencies Problem

9 views

4 days ago

LogicUnboxed
Microservices Architecture Challenges | Explained with Real Project Example  Interview Question
7:10
Microservices Architecture Challenges | Explained with Real Project Example Interview Question

0 views

0

CodeNet Masters
Is Subsequence Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

In this video, we solve the popular LeetCode problem "Is Subsequence" using the efficient Two Pointer technique. You'll learn ...

12:02
Is Subsequence Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

0 views

3 hours ago

Code with Raj
Rotate Array in O(1) Space | LeetCode Interview Classic Explained

Today, I solved the Rotate Array problem — a very common question asked in coding interviews and online assessments.

11:19
Rotate Array in O(1) Space | LeetCode Interview Classic Explained

9 views

4 days ago

CodeCrack interviews
Check Your JavaScript Skills with This Two Coding Challenges

#JavaScript #TwoPointers #BinarySearch #AddBinary #SearchInsertPosition #LeetCode #CodingInterview #InterviewPrep ...

12:24
Check Your JavaScript Skills with This Two Coding Challenges

0 views

5 days ago