ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

57 results

O
Top K Frequent Words [min-heap method] - LeetCode
10:41
Top K Frequent Words [min-heap method] - LeetCode

10 views

6 days ago

Codin Copy Pen
Master OOPS - this keyword, Heap memory, Constructors | Lecture 2

Welcome to Lecture 2 of the OOP playlist — we'll learn what is stack and heap memory, how to allocate object in heap memory, ...

35:26
Master OOPS - this keyword, Heap memory, Constructors | Lecture 2

102 views

4 days ago

CTO Bhaiya
Day 51/90 |⚡1792. Maximum Average Pass Ratio 🔥 Brute Force to Greedy Heap (Full Intuition)🔥 #6

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:08:20
Day 51/90 |⚡1792. Maximum Average Pass Ratio 🔥 Brute Force to Greedy Heap (Full Intuition)🔥 #6

237 views

3 days ago

SystemDRHandsOnCourseDemo
Memory Allocation Algorithms

The Real Problem: Fragmentation Is Killing Your RSS Here's what no one explains clearly: free() in glibc's ptmalloc almost never ...

0:51
Memory Allocation Algorithms

0 views

5 days ago

Artindi
How To Fail At RTS Games

A genre most gamers have tried. RTS is a classic that seems to be making a comeback! Maybe... Do you have what it takes to ...

4:07
How To Fail At RTS Games

31,712 views

4 days ago

CTO Bhaiya
Day 52/90 |⚡K-Way Merge Pattern (Theory + Intuition + Templates) - Part-1| DSA Pattern #7 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

40:24
Day 52/90 |⚡K-Way Merge Pattern (Theory + Intuition + Templates) - Part-1| DSA Pattern #7 #heap

233 views

2 days ago

jason myers
Week 6 Supplemental Lecture
18:38
Week 6 Supplemental Lecture

12 views

6 days ago

LearnPy
Mini-Max Algorithm Explained with Example | Artificial Intelligence Tutorial

Mini-Max Algorithm is one of the most important algorithms in Artificial Intelligence and Game Theory. It is widely used in games ...

8:29
Mini-Max Algorithm Explained with Example | Artificial Intelligence Tutorial

0 views

6 days ago

SystemDRHandsOnCourseDemo
Optimizing Swap Space Management: Tuning vm.swappiness for Server Workloads

What vm.swappiness Actually Is Most documentation describes swappiness as "how aggressively the kernel swaps." That's ...

0:27
Optimizing Swap Space Management: Tuning vm.swappiness for Server Workloads

0 views

4 days ago

DIGITAL WAVE
Top Array & String Interview Questions for Placements 2026  | DSA Preparation | Google,  Amazon

Are you preparing for campus placements, technical interviews, coding rounds, or university exams? In this video, we cover the ...

3:31
Top Array & String Interview Questions for Placements 2026 | DSA Preparation | Google, Amazon

10 views

6 days ago

Golf0ned
studying compilers every day until i land a compiler role (day 163)

resolving stack args Join the discord: https://discord.com/invite/KV2zChaX2J Support my work: ...

59:09
studying compilers every day until i land a compiler role (day 163)

139 views

Streamed 7 days ago

Devendra Tarak
Day -15 of reaching for my prime self

This is stream day 37. We'll be solving graph problems on cses.

1:17:55
Day -15 of reaching for my prime self

2 views

Streamed 6 days ago

KN ACADEMY
TCS (One Shot) Coding Questions | Actual Coding Questions Asked in TCS NQT 2026 | Previous Year

TCS #tcsnqt TCS NQT Mock Test + Sheet ...

1:25:10
TCS (One Shot) Coding Questions | Actual Coding Questions Asked in TCS NQT 2026 | Previous Year

6,932 views

2 days ago

CTO Bhaiya
Day 54/90 |⚡🚀 From Simple Merge to K Sorted Lists 🚀 Master the K-Way Merge Pattern for Interviews

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:07:03
Day 54/90 |⚡🚀 From Simple Merge to K Sorted Lists 🚀 Master the K-Way Merge Pattern for Interviews

113 views

13 hours ago

CTO Bhaiya
Day 53/90 |⚡🚀 Master K-Way Merge Using Divide & Conquer | Pairwise Merge Deep Dive | DSA Pattern #7

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

19:36
Day 53/90 |⚡🚀 Master K-Way Merge Using Divide & Conquer | Pairwise Merge Deep Dive | DSA Pattern #7

139 views

1 day ago

Info Techiezz
Kth Largest Element in an Array | LeetCode 215 | FAANG Coding Interview Question | TCS NQT + Digital

Kth Largest Element in an Array | LeetCode 215 | FAANG Coding Interview Question Learn how to solve LeetCode 215 – Kth ...

24:03
Kth Largest Element in an Array | LeetCode 215 | FAANG Coding Interview Question | TCS NQT + Digital

423 views

3 days ago

programming with miq
C++ Course:Dynamic memory allocation

In this video, we explain how dynamic memory allocation works in C++, why it's needed, and how it allows programs to request ...

14:02
C++ Course:Dynamic memory allocation

0 views

4 days ago

GHOST TRADER
My Broadcast 1

mbm.

1:32:02
My Broadcast 1

0 views

Streamed 7 days ago

Sarthin - စာသင်
Day 46 - Heap Memory ပေါ်မှာ Integer Array များ တည်ဆောက်ခြင်း (ft_range) 🔢💾

100 Days Challenge ရဲ့ Day 46 ကို ရောက်ရှိလာပါပြီ။ ဒီနေ့မှာတော့ Dynamic Memory ...

10:54
Day 46 - Heap Memory ပေါ်မှာ Integer Array များ တည်ဆောက်ခြင်း (ft_range) 🔢💾

0 views

6 days ago

DIGITAL WAVE
Top DSA Interview Questions for Placements 2026  | Linked List in DSA | Google Amazon TCS

Are you preparing for campus placements, technical interviews, coding rounds, or university exams? In this video, we cover the ...

3:38
Top DSA Interview Questions for Placements 2026 | Linked List in DSA | Google Amazon TCS

14 views

6 days ago

LearnPy
Alpha-Beta Pruning Explained in 10 Minutes 🔥 | Minimax Optimization | AI for Exams & Interviews

Alpha-Beta Pruning is an optimized version of the Minimax algorithm used in Artificial Intelligence for game playing problems.

19:20
Alpha-Beta Pruning Explained in 10 Minutes 🔥 | Minimax Optimization | AI for Exams & Interviews

0 views

5 days ago

Suraku Academy
STOP Memory Leaks in C! Easy Strategies Every Coder NEEDS to Know (2026 Guide) | Suraku Academy

Are you unknowingly leaking memory in your C programs? Memory leaks are one of the most common and dangerous problems ...

45:57
STOP Memory Leaks in C! Easy Strategies Every Coder NEEDS to Know (2026 Guide) | Suraku Academy

28 views

20 hours ago

Shubham Kandpal
Repository Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

7:32
Repository Design Pattern

0 views

4 days ago

Shubham Kandpal
Design Pattern Interview Question 3

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

4:16
Design Pattern Interview Question 3

0 views

7 hours ago

Shubham Kandpal
Design Pattern Interview Question 2

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

3:48
Design Pattern Interview Question 2

2 views

1 day ago