ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38 results

Mxy
The Stack & Local Variables in Assembly | Beginner Tutorial | Stack Frame | Function Prologues

Watch the course from the beginning: https://youtu.be/PxiMLtsuGO0 Previous Video in Course: https://youtu.be/JII8lz2wH7w ...

36:31
The Stack & Local Variables in Assembly | Beginner Tutorial | Stack Frame | Function Prologues

467 views

2 days ago

Imran Latif
Mastering Dictionaries & Recursion: Essential Programming Concepts Explained  #datastructures

Welcome to this comprehensive programming tutorial where we dive deep into two fundamental concepts: Dictionaries (Hash ...

29:29
Mastering Dictionaries & Recursion: Essential Programming Concepts Explained #datastructures

98 views

Streamed 23 hours ago

GDGC DBIT
Day 25 | Linked List Advanced | Copy List with Random Pointer + Recursion Basics

In today's session, we cover an advanced linked list problem along with an important prerequisite concept for trees — Recursion ...

1:04:24
Day 25 | Linked List Advanced | Copy List with Random Pointer + Recursion Basics

0 views

6 days ago

Dynamic Coding
🎯 Python Recursion Explained 🔁 | How Recursive Functions Really Work (With Examples)   @dc_1136

Description Recursion is one of the most important and conceptually powerful topics in Python programming. In this video, we ...

50:17
🎯 Python Recursion Explained 🔁 | How Recursive Functions Really Work (With Examples) @dc_1136

6 views

2 days ago

izumicode
LeetCode 416 Partition Equal Subset Sum | Recursion to Memoization |  C++

... Time Complexity Recursion → O(2^n) Memoization → O(n × target) Space Complexity Recursion stack → O(n) Memoization ...

21:16
LeetCode 416 Partition Equal Subset Sum | Recursion to Memoization | C++

0 views

5 days ago

KKS - Computer Science
Data Structure and Algorithm | DSA tutorial | DSA one shot

Data Structures and Algorithms (DSA) | One Shot Tutorial This one-shot video covers the most important concepts of Data ...

9:44:14
Data Structure and Algorithm | DSA tutorial | DSA one shot

54 views

4 days ago

KKS - Computer Science
Data Structure and Algorithm | DSA tutorial | DSA one shot

Data Structures and Algorithms (DSA) | One Shot Tutorial This one-shot video covers the most important concepts of Data ...

9:45:27
Data Structure and Algorithm | DSA tutorial | DSA one shot

131 views

4 days ago

Logic Over Syntax
👉 Master Theorem 🔥😱 | ➡️😎  Crack Time Complexity | Divide & Conquer Made Easy 🧠 | DSA | Telugu 🇮🇳

Join this channel to get access to perks: https://www.youtube.com/channel/UC2YcnseCdo5FSc_ztxRJ0VA/join Buy Me a Coffee ...

48:48
👉 Master Theorem 🔥😱 | ➡️😎 Crack Time Complexity | Divide & Conquer Made Easy 🧠 | DSA | Telugu 🇮🇳

73 views

5 days ago

Logic Over Syntax
👉 Power of 2 🔥 | Divide & Conquer Explained Simply 🧠 | Step by Step 🚀 | DSA | Telugu 🇮🇳

Join this channel to get access to perks: https://www.youtube.com/channel/UC2YcnseCdo5FSc_ztxRJ0VA/join Buy Me a Coffee ...

32:04
👉 Power of 2 🔥 | Divide & Conquer Explained Simply 🧠 | Step by Step 🚀 | DSA | Telugu 🇮🇳

110 views

4 days ago

Jon Gjengset
impl Rust: Avro IDL tool in Rust via LLM

Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, ...

4:54:38
impl Rust: Avro IDL tool in Rust via LLM

7,495 views

3 days ago

First Hand Devs | FHD
Stacks | Unit-1 | Academic DSA Series | NSUT | FHD

Welcome back to the Academic DSA Series for NSUT, presented by First Hand Devs (FHD). After mastering the "Big O" lens of ...

27:34
Stacks | Unit-1 | Academic DSA Series | NSUT | FHD

52 views

6 days ago

Jai Balayya Academy
Class 3 : Programming and Data Structures

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

1:06:38
Class 3 : Programming and Data Structures

135 views

2 days ago

Jai Balayya Academy
Class 1 : Programming and Data Structures

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

1:04:33
Class 1 : Programming and Data Structures

800 views

3 days ago

Study Placement
Maximum Score Using Exactly K Pairs 🔥 LeetCode 3836 | Weekly Contest 488 Q4 | DP + Recursion + Memo

In this video, we solve LeetCode 3836 – Maximum Score Using Exactly K Pairs from Weekly Contest 488.

20:48
Maximum Score Using Exactly K Pairs 🔥 LeetCode 3836 | Weekly Contest 488 Q4 | DP + Recursion + Memo

177 views

1 day ago

Elina Classes
DSA 2.3 Stack in Data Structure | Basic Computer Instructor | Seniour | EMRS

DSA 2.3 Stack in Data Structure | Basic Computer Instructor | Seniour | EMRS This video provides a detailed lecture on Stacks in ...

1:49:51
DSA 2.3 Stack in Data Structure | Basic Computer Instructor | Seniour | EMRS

38 views

Streamed 4 days ago

Jai Balayya Academy
Class 2 : Programming and Data Structures

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

58:50
Class 2 : Programming and Data Structures

256 views

3 days ago

Jai Balayya Academy
Class 4 : Programming and Data Structures

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

1:00:24
Class 4 : Programming and Data Structures

103 views

1 day ago

English Practice 4 Every1
Про рекурсию и стек вызовов | Алгоритмы и Структуры Данных | Lecture 5 recursion js code

Разбираем, почему рекурсия выглядит “магией”, но на самом деле это просто аккуратная работа стека, где каждый вызов ...

33:53
Про рекурсию и стек вызовов | Алгоритмы и Структуры Данных | Lecture 5 recursion js code

4 views

11 hours ago

IDAS_Durham
Procedural Programming - Day5: Introduction to Scientific Software Programming in C and C++
1:23:02
Procedural Programming - Day5: Introduction to Scientific Software Programming in C and C++

0 views

6 days ago

Web Dev Mastery
N-Queens Problem | Using Backtracking in Java | LeetCode 51 | DSA in Java Course #27

Learn how to solve the N-Queens Problem using Backtracking in Java with full dry run and explanation. This is one of the most ...

33:49
N-Queens Problem | Using Backtracking in Java | LeetCode 51 | DSA in Java Course #27

81 views

5 days ago

Web Dev Mastery
Knight’s Tour Problem Using Backtracking in Java | LeetCode 2596 | DSA in Java Course #28

Learn how to solve the Knight's Tour Problem using Backtracking in Java with complete dry run. This is a classic ...

28:50
Knight’s Tour Problem Using Backtracking in Java | LeetCode 2596 | DSA in Java Course #28

42 views

1 day ago

Web Dev Mastery
Permutation of Array in Java | Array & String Permutations | LeetCode 46 | DSA in Java Course #26

Learn how to generate all Permutations using Backtracking in Java with full explanation and dry run. This video covers one of the ...

36:16
Permutation of Array in Java | Array & String Permutations | LeetCode 46 | DSA in Java Course #26

101 views

6 days ago

Unacademy GATE CSIT & DA
GATE 2026 Theory of Computation Maha Revision Part 2 | TOC One Shot | TOC Ankit Doyla Sir

Download Free Notes: https://unacademy.com/content/gate/csit-da GATE 2026 and 2027 - CSIT, DSAI & Interview Preparation ...

11:32:21
GATE 2026 Theory of Computation Maha Revision Part 2 | TOC One Shot | TOC Ankit Doyla Sir

14,304 views

Streamed 4 days ago

IndieFacts
Learning Java | Day 10 - Hour Zero of | LateNight chill stream

Solving some leetcode problems based on LinkedList using Java.

2:33:26
Learning Java | Day 10 - Hour Zero of | LateNight chill stream

139 views

Streamed 7 days ago

Karan Mashru
16.9 Range Max Queries Using Segment Trees

Question Link : https://www.geeksforgeeks.org/problems/range-min-max-queries4557/1 1. Complete DSA For Placements Playlist ...

21:21
16.9 Range Max Queries Using Segment Trees

18 views

5 days ago