ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

774 results

vlogommentary
Understanding C Pointers: Why str[0] and &str[0] Have Different Addresses

Clear explanation of pointers in C, focusing on the difference between str[0] and &str[0] addresses in arrays of strings.

3:48
Understanding C Pointers: Why str[0] and &str[0] Have Different Addresses

0 views

2d ago

KALAGADDAKIRANKUMAR
The Array Illusion  Pointers and Raw Memory in C

The Array Illusion Pointers and Raw Memory in C.

3:33
The Array Illusion Pointers and Raw Memory in C

14 views

4d ago

vlogommentary
Fixing Unexpected Behavior with numpy Masked Arrays and ctypes Pointers

Learn how to correctly pass masked numpy arrays to C shared libraries using ctypes by preserving array references to avoid ...

2:38
Fixing Unexpected Behavior with numpy Masked Arrays and ctypes Pointers

2 views

9d ago

Hit x Trial
Why Do Arrays Start at 0? The Two Real Answers

Why do arrays start at 0? Two real answers: in C programming, array indexing is pointer arithmetic, so the index is a distance from ...

1:55
Why Do Arrays Start at 0? The Two Real Answers

5 views

12d ago

Errors overflow
Two Pointer Technique Explained | DSA for Beginners | O(n) Array Traversal

Learn the Two Pointer Technique, one of the most useful patterns for solving array and string problems efficiently. In this video, we ...

1:44
Two Pointer Technique Explained | DSA for Beginners | O(n) Array Traversal

10 views

3w ago

GoUnderTheHood
11   Passing a slice to a function

A function can change your elements but cannot change your length. That asymmetry looks arbitrary until you remember the ...

2:14
11 Passing a slice to a function

22 views

3w ago

NeuralBackend
C Language in 100 Seconds: Pointers, Memory & Speed!

Master C in 100 seconds: Manual memory, pointers & raw speed! ⚡ @neuralbackend #clanguage #coding.

2:09
C Language in 100 Seconds: Pointers, Memory & Speed!

59 views

3w ago

Mymagicpencil- AI Teacher
Solve Array Problems Twice as Fast | Two Pointers | DSA #6

Two simple pointers can crush problems that look really hard. Lesson 6 of Advanced DSA shows you exactly when and how to ...

1:57
Solve Array Problems Twice as Fast | Two Pointers | DSA #6

2 views

15h ago

Embedded Linux Academy
C Pointers Explained in 2 Minutes | How Pointers Work in C

What is a pointer in C? In this beginner-friendly video, we'll understand how pointers work in C using simple memory diagrams ...

1:38
C Pointers Explained in 2 Minutes | How Pointers Work in C

64 views

2w ago

Swift Coding
How to Reverse an Array in O(1) Space Complexity

Learn how to reverse an array in-place using the classic two-pointer technique in Swift! In this tutorial, we break down how two ...

3:44
How to Reverse an Array in O(1) Space Complexity

12 views

12d ago

Learnify Loop
#108 · Two sum II (sorted, two pointers) — Animation + Code Walkthrough | DSA

DSA Series — Lesson 108 of 110 Two sum II (sorted, two pointers) — In a sorted array, find two values that add to a target using ...

3:33
#108 · Two sum II (sorted, two pointers) — Animation + Code Walkthrough | DSA

6 views

4w ago

Logic Loop
Reverse array using two pointer approach🙂#dsa #algorithm #ai

Learn the Reverse array Problem in a simple and beginner-friendly way! In this video, we explain: What is the Reverse array ...

0:31
Reverse array using two pointer approach🙂#dsa #algorithm #ai

7 views

4w ago

code2day
two pointers

Welcome to our DSA learning series! This video is part of our structured Data Structures and Algorithms learning journey, ...

2:09
two pointers

2 views

7d ago

Live To Code
Data Structures for Interview Preparation | 2D Arrays & Matrices Explained Visually

2D arrays (matrices) look like a grid, but there's no "grid" inside the computer at all. In this video, we break down how 2D arrays ...

1:44
Data Structures for Interview Preparation | 2D Arrays & Matrices Explained Visually

37 views

3w ago

EDUITLEARNING
Learn DSA the EASY Way! | Two Pointer Technique Visualized Step-by-Step | DSA Using Java

DSA DOESN'T HAVE TO BE COMPLICATED. Learning Data Structures & Algorithms becomes much easier when you don't just ...

0:39
Learn DSA the EASY Way! | Two Pointer Technique Visualized Step-by-Step | DSA Using Java

25 views

3w ago

NammaCode
Master Two Pointers in 3 Minutes 🚀 | Two Sum II | DSA C++

MASTER THE TWO POINTERS PATTERN! In this video, we learn one of the most important DSA patterns — **Two Pointers** ...

3:01
Master Two Pointers in 3 Minutes 🚀 | Two Sum II | DSA C++

46 views

8d ago