ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

817 results

BMR EDUCATION
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

C Arrays — Complete & In-Depth Guide Arrays are one of the most important building blocks of C programming. In this completely ...

12:18
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

86 views

4 weeks ago

Learn Coding
C Pointers | What is Pointer? Full Explanation | Learn Coding

C Programming Series Schedule Update C Language videos will be uploaded every Monday, Wednesday, and Friday at 5 ...

18:30
C Pointers | What is Pointer? Full Explanation | Learn Coding

3,058 views

2 weeks ago

Semicolon
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

Explore Rust's **fat pointers** and understand why they're essential. Learn how slices (`[T]`) and trait objects (`dyn Trait`) use fat ...

10:30
Rust Fat Pointers | Thin vs Fat Pointers Explained with Examples

905 views

2 weeks ago

CodeLucky
Sort Transformed Array - LeetCode Solution (Two Pointers Pattern)

Learn how to solve the 'Sort Transformed Array' coding interview problem using the Two Pointers technique! In this video, we ...

4:17
Sort Transformed Array - LeetCode Solution (Two Pointers Pattern)

11 views

2 weeks ago

Prof-Lam
Create a dynamic array using pointer

Demonstrate how to dynamically create an array of integer at run time and using pointer to access elements. This method ...

14:36
Create a dynamic array using pointer

3 views

9 days ago

CodeLucky
Find Pair With Given Sum in Sorted Array (Two Pointer Technique) - Coding Interview Problem

Learn how to efficiently find a pair of numbers with a given sum in a sorted array using the Two Pointer technique! In this video ...

4:00
Find Pair With Given Sum in Sorted Array (Two Pointer Technique) - Coding Interview Problem

4 views

3 weeks ago

RisingBrain
String Patterns in DSA | Two Pointers & Sliding Window

In this video, I explain the most important patterns of the String data structure used in DSA and coding interviews. String problems ...

10:09
String Patterns in DSA | Two Pointers & Sliding Window

3,777 views

2 weeks ago

Χρήστος Μιχαλης
Arrays and Pointers in C
14:56
Arrays and Pointers in C

12 views

8 days ago

Deep Engineering
Raw Pointers vs Smart Pointers: The “Moral Contract” for Ownership (Patrice Roy)

In this Deep Engineering interview clip, Patrice Roy breaks down when it can be appropriate to avoid STL containers or smart ...

10:41
Raw Pointers vs Smart Pointers: The “Moral Contract” for Ownership (Patrice Roy)

1 view

3 weeks ago

study2simple
Two Pointers in Seven Minutes

A visual, intutive explanation of core algorithm pattern two pointers.

6:54
Two Pointers in Seven Minutes

17 views

2 weeks ago

Hello Algo: The Podcast
03 Sorted Squared Array | Two Pointer Technique Explained

Sorted Squared Array | Two Pointer Technique Explained In this video, we solve the Sorted Squared Array problem using an ...

6:26
03 Sorted Squared Array | Two Pointer Technique Explained

8 views

12 days ago

alcode
I UNDERSTAND MEMORY NOW (C++ Ep. 4: More Pointers and Memory Leaks)

Addressing some feedback from a viewer on the last video and illustrating stack vs heap memory, and how memory leaks occur.

17:48
I UNDERSTAND MEMORY NOW (C++ Ep. 4: More Pointers and Memory Leaks)

1,051 views

11 days ago

Learn to Code with CodeChef
Pointers Part 1| Learn C | CodeChef Learn Series

In Part 2, we dive deeper into working with pointers in C. You'll learn: Pointer arithmetic Pointers with arrays Common pointer ...

4:19
Pointers Part 1| Learn C | CodeChef Learn Series

11 views

9 days ago

Learn Coding and Related Stuff
Lecture 24 - Pointer to Arrays (C++) - Programming Fundamentals
7:28
Lecture 24 - Pointer to Arrays (C++) - Programming Fundamentals

6 views

2 weeks ago

V Code
Day 3/300 | Two pointers | squares of sorted array
7:27
Day 3/300 | Two pointers | squares of sorted array

6 views

5 days ago

CodeQuotient
Passing Array to Function in C | Call by Reference| Pointer & Memory Concept

In this video, you will learn how arrays are passed to functions in C programming. The video covers call by reference, base ...

7:15
Passing Array to Function in C | Call by Reference| Pointer & Memory Concept

10 views

2 weeks ago

StudentSpark – Ignite Your Engineering Mind
Pointers in C | Complete Tutorial for Beginners (Must Know!)

Pointers are one of the most important and confusing topics in C programming. In this video, you will learn Pointers in C from ...

11:36
Pointers in C | Complete Tutorial for Beginners (Must Know!)

0 views

7 days ago

Learn to Code with CodeChef
Pointers Part 1| Learn C | CodeChef Learn Series

This video introduces pointers in C, one of the most important and powerful concepts. You'll learn: What pointers are Memory ...

6:54
Pointers Part 1| Learn C | CodeChef Learn Series

32 views

9 days ago

Let's start
Two pointers approach in arrays || DSA || SDE

In this questions, we are using two pointers approach to find the two indices of two elements whose sum add up to the target.

11:37
Two pointers approach in arrays || DSA || SDE

7 views

4 weeks ago

Script Bit
Iterators vs Pointers in C++

In this episode we will take a look at iterators in c++ Timestamps: 0:00 intro 0:39 Iterators with vectors 4:18 Similarities with ...

10:02
Iterators vs Pointers in C++

14 views

4 weeks ago

TELUGU IT TUTORIALS
C Pointers Explained: Pointer Arithmetic, Arrays & Structures (With Examples)

In this video, you will learn Pointers in C with clear explanation and real-time examples. We will cover: ✅ Pointer ...

18:35
C Pointers Explained: Pointer Arithmetic, Arrays & Structures (With Examples)

8 views

10 days ago

Leetcode w dropout PhD
Remove duplicates from Sorted Array - C++ (Two pointers, Array)

coding #leetcode #twopointers #array #C #cplusplus.

8:52
Remove duplicates from Sorted Array - C++ (Two pointers, Array)

45 views

2 weeks ago

Dark Tensor
ARRAYS

Stop memorizing syntax. It's time to see how Arrays actually work "under the hood" of your computer's memory. In this video, we ...

8:11
ARRAYS

16 views

2 weeks 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

5 days ago

codeTips
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | 2 Pointers

LeetCode Problem – Minimize Maximum Pair Sum in Array | C++ Solution Explained In this video, we solve the LeetCode ...

11:45
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | 2 Pointers

174 views

10 days ago