ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,880 results

Visualcoders
Best Way To Understand Dynamic Programming  - Follow This Approach

Dynamic Programming is just recursion with memory — and this video shows you how to identify a DP problem before you write a ...

7:23
Best Way To Understand Dynamic Programming - Follow This Approach

180 views

3 weeks ago

Tech With Nikola
Every Dynamic Programming Problem Is the Same 5 Patterns

Every Dynamic Programming Problem Is the Same 5 Patterns Check out my Dynamic Programming course (founders edition ...

19:52
Every Dynamic Programming Problem Is the Same 5 Patterns

10,415 views

3 weeks ago

JetBrains
Programming Languages Today and Tomorrow

Programming languages are created by humans, but they take on lives of their own. They are constantly evolving, shaped not only ...

1:26:18
Programming Languages Today and Tomorrow

4,237 views

Streamed 3 days ago

tony
How to Actually Learn Zig (2027 Edition)

This is a quick and painless tutorial on starting to impelement sort in Zig. *Repo:* https://github.com/tonybanters/zigsort-btw ...

23:04
How to Actually Learn Zig (2027 Edition)

23,256 views

3 days ago

TrondheimDC
Hubert Matthews - C++ - WHERE ARE WE HEADED? - TDC 2015

How is C++ is different to other languages and how does that affect the way we write and think about programs? C++11 adds a ...

29:02
Hubert Matthews - C++ - WHERE ARE WE HEADED? - TDC 2015

43 views

2 weeks ago

C++Online
Dynamic Asynchronous Tasking with Dependencies in C++

Online Workshops + Training Sessions Available through April-June 2026 from only £150 ($200) 14 Sessions Available on a ...

34:54
Dynamic Asynchronous Tasking with Dependencies in C++

240 views

4 weeks ago

Glass Box Computing
Dynamic Arrays: Lab Exercises — Data Structures in C | 3.12

Practice with dynamic arrays: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...

10:28
Dynamic Arrays: Lab Exercises — Data Structures in C | 3.12

8 views

4 weeks ago

Omar Faruk
Dynamic memory allocation in C
3:43
Dynamic memory allocation in C

10 views

10 days ago

Glass Box Computing
What Is a Dynamic Array? — Data Structures in C | 3.2

A plain, precise definition of dynamic arrays — and the one idea everything else follows from. We define it exactly, picture it, and ...

1:41
What Is a Dynamic Array? — Data Structures in C | 3.2

0 views

4 weeks ago

Grow Interns
Day 14: Dynamic Memory Allocation in C – Mastering malloc, calloc, realloc, and free

Welcome to Day 14 of our 28-Day C & C++ Masterclass! Today, we are reaching a major milestone as we wrap up the second ...

4:44
Day 14: Dynamic Memory Allocation in C – Mastering malloc, calloc, realloc, and free

9 views

10 days ago

CS Concise
16 | C Dynamic Memory Allocation | Programming Fundamentals

16 | C Dynamic Memory Allocation | Programming Fundamentals** Learn the fundamentals of **C Dynamic Memory Allocation** ...

7:52
16 | C Dynamic Memory Allocation | Programming Fundamentals

5 views

2 weeks ago

ROMULO_NS
42 C Piscine C08 Explained | Complete Guide to Every Exercise (English)

In this video, we go through the entire C08 module from the 42 Piscine, explaining every exercise in a simple and practical way.

7:36
42 C Piscine C08 Explained | Complete Guide to Every Exercise (English)

95 views

3 weeks ago

The Logic Blueprint
Palindrome Partitioning II Explained: From Recursion to Optimized DP

Dynamic Programming becomes much easier when you can see the blueprint behind the recurrence. In this video from The Logic ...

3:20
Palindrome Partitioning II Explained: From Recursion to Optimized DP

57 views

2 weeks ago

Glass Box Computing
Dynamic Arrays: Access, Insert & Delete — Data Structures in C | 3.7

Three operations on a dynamic array: get and set stay O(1), while insert and delete in the middle are still the array's O(n) shift.

5:14
Dynamic Arrays: Access, Insert & Delete — Data Structures in C | 3.7

4 views

4 weeks ago

Manas Krishna Jaiswal
Dynamic Programming Space Optimization Explained | DP Series Episode 4

Want to learn Dynamic Programming but find DP problems confusing? In this video, I'll show you how to use ChatGPT to learn ...

51:46
Dynamic Programming Space Optimization Explained | DP Series Episode 4

1 view

Streamed 3 weeks ago

963 Unplugged
Fixed Arrays vs Dynamic Lists: C vs C++ vs Java vs Python (Part 10)

Are you choosing the right array structure for your code? In Part 10 of the Coding Immersion Journey, we analyze how memory ...

2:18
Fixed Arrays vs Dynamic Lists: C vs C++ vs Java vs Python (Part 10)

11 views

2 weeks ago

Glass Box Computing
Why Dynamic Arrays? — Data Structures in C | 3.1

Before the how, the why: what problem dynamic arrays solve, and what it costs you to get them wrong. We start from a concrete ...

7:44
Why Dynamic Arrays? — Data Structures in C | 3.1

3 views

4 weeks ago

Course Seeded
Dynamic Programming Question Practice - The Treasure Hunt (Part 2) - A CourseSeeded Origin Problem

Feel free to ask your doubts on the doubts platform: https://doubts.course-seeded.com Solution Link (Navigate to Problem - 2 (Part ...

47:13
Dynamic Programming Question Practice - The Treasure Hunt (Part 2) - A CourseSeeded Origin Problem

29 views

9 days ago

Code & Conquer Daily
Stone Game II - Dynamic Programming Solution

LeetCode #1140: Stone Game II (Medium) Problem: Alice and Bob continue their games with piles of stones. There are a number ...

3:12
Stone Game II - Dynamic Programming Solution

17 views

2 weeks ago

Glass Box Computing
Dynamic Arrays: Common Mistakes — Data Structures in C | 3.10

The bugs people actually hit with dynamic arrays — shown, explained, and fixed. A gallery of real mistakes: what they look like, ...

3:26
Dynamic Arrays: Common Mistakes — Data Structures in C | 3.10

4 views

4 weeks ago