ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

559 results

Soner CAN
Two Pointers Technique (in JavaScript)

This is another one of the most commonly used interview question solution techniques. In this video I tried to implement Two ...

26:39
Two Pointers Technique (in JavaScript)

6,111 views

7 years ago

Mike the Coder
Grokking the Coding Interview | Two Pointer

00:00 Introduction 02:17 Two Sum 04:49 Fast and Slow Pointer 06:21 Reverse Array 07:13 MergeSort 09:28 QuickSort 12:06 ...

48:41
Grokking the Coding Interview | Two Pointer

9,257 views

3 years ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

100,216 views

4 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,305 views

4 years ago

Data Lounge
Algorithms & Data Structures 04.02.2024| Shortest Subarray Sum Two Pointers  Prefix Sums

Join us: https://discord.gg/sZkePhaWSZ --- The task is to find the shortest subarray in an array where the sum of its elements is ...

1:56:48
Algorithms & Data Structures 04.02.2024| Shortest Subarray Sum Two Pointers Prefix Sums

49 views

1 year ago

Christian Baune
FastAndSlow pointers VS ADD1

What is faster ? Iterating a linked list to find its size, then iterating a second time until you reach half its size OR using two pointer, ...

29:54
FastAndSlow pointers VS ADD1

11 views

1 year ago

EuroPython Conference
Eli Holderness - Pointers? In my Python? It's more likely than you think

Pointers? In my Python? It's more likely than you think [EuroPython 2021 - Talk - 2021-07-30 - Optiver] [Online] By Eli Holderness ...

25:50
Eli Holderness - Pointers? In my Python? It's more likely than you think

1,230 views

4 years ago

Aaron Baugher
6502 Assembly Language Programming #17: Pointers to Pointers

While coding on the Worm program in video #16, I realized we would need pointers to pointers, or double-pointers. I didn't think ...

22:31
6502 Assembly Language Programming #17: Pointers to Pointers

689 views

6 years ago

CodeWithARB
Intersection of Two Arrays II   (LeetCode 350)  (HashMap, Two Pointer)

Watch at 1.25x or 1.5x In this Video, I explained the solution for Intersection of Two Arrays II problem. I solved the problem using ...

25:18
Intersection of Two Arrays II (LeetCode 350) (HashMap, Two Pointer)

538 views

1 year ago

CppNow
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:30:21
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

2,164 views

7 years ago

Einsteinzee
Learning by doing :: MPI -- Partitioned Communications In MPI

This video is part of the new series called "Learning by doing :: MPI" which serves as an introductory course on MPI (Message ...

35:35
Learning by doing :: MPI -- Partitioned Communications In MPI

91 views

1 year ago

Hack Code
🚀 LeetCode 253: Meeting Rooms || | Brute Force to Optimized Solutions | Two Pointers | Min Heap| DSA

Welcome back to Hack Code! In today's video, we're tackling a classic coding interview problem: Meeting Rooms II from LeetCode ...

26:18
🚀 LeetCode 253: Meeting Rooms || | Brute Force to Optimized Solutions | Two Pointers | Min Heap| DSA

213 views

1 year ago

MUCplusplus
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

C++ offers a small set of 'smart' pointers, each of them encoding a set of rules and responsibilities in a type, overall making code ...

1:18:57
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

251 views

5 years ago

CodeWithARB
Most Profit Assigning Work   (LeetCode 826)  (2 Approaches) (Heap, Sorting, Two Pointer)

Watch at 1.25x or 1.5x In this Video, I explained the solution for Most Profit Assigning Work problem. I solved the problem using ...

30:50
Most Profit Assigning Work (LeetCode 826) (2 Approaches) (Heap, Sorting, Two Pointer)

659 views

1 year ago

CppNow
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:07:28
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

2,305 views

6 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust (part 3)

We continue our journey implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow along ...

6:48:30
Implementing Hazard Pointers in Rust (part 3)

12,166 views

4 years ago

Mohamed Abdo | محمد عبده
58 - Two Pointers Technique & Interactive Problems - C++ Level 2 Problem Solving

00:00 introduction 00:26 interactive problems 16:35 two pointers technique My Codeforces ...

45:45
58 - Two Pointers Technique & Interactive Problems - C++ Level 2 Problem Solving

54 views

3 weeks ago

Embecosm
GNU Tools Cauldron 2014 - Overview of Pointer Checker Implementation in GCC

Presenter: Ilya Enkovich Abstract: Invalid memory access problem is commonly found in many C/C++ programs and leads to time ...

53:29
GNU Tools Cauldron 2014 - Overview of Pointer Checker Implementation in GCC

212 views

11 years ago

Ron Wellman
11 - Dynamic Memory Allocation

In video 11 of our series on rediscovering the C programming language, we'll discuss dynamic memory allocation. We'll discuss ...

1:07:01
11 - Dynamic Memory Allocation

89 views

5 years ago

CodeWithARB
Sum of Square Numbers   (LeetCode 633)  (Maths) (Two Pointer Approach)

Watch at 1.25x or 1.5x In this Video, I explained the solution for Patching Array problem. I solved the problem by taking analog ...

23:27
Sum of Square Numbers (LeetCode 633) (Maths) (Two Pointer Approach)

306 views

1 year ago

Qt Group
QtWS17 - Pointer Handlers for fluid applications in Qt Quick, Shawn Rutledge, The Qt Company

Over the last few years we have discussed adding a new way in QtQuick to handle events from pointing devices such as ...

50:07
QtWS17 - Pointer Handlers for fluid applications in Qt Quick, Shawn Rutledge, The Qt Company

1,563 views

8 years ago

Mike the Coder
Coding Interview Pattern | Fast and Slow Pointers

Hi guys, My name is Mike the Coder and this is my programming youtube channel. I like C++ and please message me or comment ...

33:56
Coding Interview Pattern | Fast and Slow Pointers

4,417 views

3 years ago

MUCplusplus
[MUC++] Nicolas Chaussé - Two Kinds of Type Erasure

Duck Typing and Mixins are a blessing in “dynamic” languages such as Python and Ruby, as one can inject new behavior at will ...

23:19
[MUC++] Nicolas Chaussé - Two Kinds of Type Erasure

381 views

3 years ago

Adam Doupé
CSE 340 F16: 10-31-16 "The Runtime Environment pt. 2"

Recorded lecture for CSE 340 F16 on 10/31/16. We discussed the stack, function frames, local variables, base pointers, and ...

48:20
CSE 340 F16: 10-31-16 "The Runtime Environment pt. 2"

1,045 views

9 years ago

CppNow
C++Now 2017: Bob Steagall “Testing the Limits of Allocator Awareness"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:45:32
C++Now 2017: Bob Steagall “Testing the Limits of Allocator Awareness"

1,420 views

8 years ago