ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

219 results

Mike the Coder
Grokking the Coding Interview | Sliding Window

... Subarray Problem 06:17 Brute Force Each Subarray of Size 5 07:35 Sliding Window Algorithm 11:45 Maximum Sum Subarray ...

42:57
Grokking the Coding Interview | Sliding Window

38,408 views

3 years ago

Riffomonas Project
Creating a sliding window with the slider R package to quantify the level of drought (CC239)

Creating a sliding window with the slider R package to quantify the level of drought (CC239) The slider R package has a great set ...

35:11
Creating a sliding window with the slider R package to quantify the level of drought (CC239)

9,487 views

3 years ago

Soner CAN
Window Sliding Technique (in JavaScript)

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

21:33
Window Sliding Technique (in JavaScript)

4,091 views

7 years ago

Digital Signal Processing
bug FIR design/windowing: Window functions in Python (0006,Py)

... here in in Python so if he replace a hunting so if he do if we do that here and to the humming window so when we see here he is ...

29:17
bug FIR design/windowing: Window functions in Python (0006,Py)

3,743 views

8 years ago

Hack Code
LeetCode76:Minimum Window Substring Solution Detailed Explanation| Sliding Window|Step-by-Step Guide

Welcome to our in-depth tutorial on solving LeetCode 76: Minimum Window Substring! In this video, we break down the problem ...

24:23
LeetCode76:Minimum Window Substring Solution Detailed Explanation| Sliding Window|Step-by-Step Guide

631 views

1 year ago

Squid: Schools for Quantum Information Development
Parallel window decoding enables scalable fault tolerant quantum computation - Luka Skoric| TQC 2023

Luka Skoric Parallel window decoding enables scalable fault tolerant quantum computation https://arxiv.org/abs/2209.08552 ...

24:39
Parallel window decoding enables scalable fault tolerant quantum computation - Luka Skoric| TQC 2023

154 views

2 years ago

Steven Gordon
Sliding Window Flow Control (ITS323, L16, Y15)

Sliding window flow control; example of changing window size as frames transmitted and acked; maximum efficiency of sliding ...

1:20:36
Sliding Window Flow Control (ITS323, L16, Y15)

2,534 views

10 years ago

Julien Simon
Deep dive - Better Attention layers for Transformer models

The self-attention mechanism is at the core of transformer models. As amazing as it is, it requires a significant amount of ...

40:54
Deep dive - Better Attention layers for Transformer models

14,630 views

1 year ago

CTO Bhaiya
Day 18/90 | LeetCode 424 - Longest Repeating Character Replacement | Brute Force + Sliding Window

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

52:17
Day 18/90 | LeetCode 424 - Longest Repeating Character Replacement | Brute Force + Sliding Window

719 views

2 weeks ago

Steven Gordon
Sliding Window and Stop-and-Wait ARQ (ITS323, Lecture 19, 2014)

Sliding-Window Flow Control Effiency; Introduction to Stop-and-wait ARQ. Lecture 19 of ITS323 Introduction to Data ...

1:21:52
Sliding Window and Stop-and-Wait ARQ (ITS323, Lecture 19, 2014)

11,231 views

11 years ago

ifca
FC22: Sliding Window Challenge Process for Congestion Detection

Paper by Ayelet Lotem, Sarah Azouvi, Aviv Zohar, Patrick McCorry presented at Financial Cryptography and Data Security 2022.

20:18
FC22: Sliding Window Challenge Process for Congestion Detection

38 views

3 years ago

Kinetic Coding
Sliding Window | Stacks | Data Structure | Algorithms | Java | Programming

Welcome to Lecture 68 of our Data Structures and Algorithms (DS) series on the Kinetic Coding! In this video, we dive deep into ...

26:00
Sliding Window | Stacks | Data Structure | Algorithms | Java | Programming

57 views

1 year ago

Riffomonas Project
R vs Python: Which should you learn for reproducible data science (CC168)

R vs Python: this phrase has over 4.25 billion results on google. Perhaps you've read a few of those results. But how can you ...

24:33
R vs Python: Which should you learn for reproducible data science (CC168)

11,502 views

4 years ago

Dr. Elham Shawky
Lecture 3: Sliding Window algorithm رؤية الحاسب بالعربي
23:17
Lecture 3: Sliding Window algorithm رؤية الحاسب بالعربي

379 views

1 year ago

CodeWithARB
Grumpy Bookstore Owner   (LeetCode 1052)  (Sliding Window)

Solution and Explaination of Leetcode POTD: Solve this problem first for better understanding: ...

27:13
Grumpy Bookstore Owner (LeetCode 1052) (Sliding Window)

244 views

1 year ago

Steven Gordon
ITS323, Lecture 17, CS/IT, 21 Aug 2013 - Sliding Window Efficiency

Lecture 17 of ITS323 Introduction to Data Communications at Sirindhorn International Institute of Technology, Thammasat ...

1:14:42
ITS323, Lecture 17, CS/IT, 21 Aug 2013 - Sliding Window Efficiency

1,959 views

12 years ago

Steven Gordon
Stop-and-wait flow control on Virtual Network

Demo of using stop-and-wait flow control (written in Python) on a virtnet Virtual Network for an assignment. Course material via: ...

23:11
Stop-and-wait flow control on Virtual Network

500 views

11 years ago

Apache Beam
Beam Learning Month #2: Windows from open to close

In data processing, Windows are a way of subdividing the data to be processed in groups according to the timestamps of its ...

1:01:21
Beam Learning Month #2: Windows from open to close

29,584 views

4 years ago

Steven Gordon
ARQ Error Control  (ITS323, L17, Y15)

Stop-and-wait ARQ, including performance analysis; Go-Back-N and Selective-Reject ARQ. Course material via: ...

1:17:12
ARQ Error Control (ITS323, L17, Y15)

1,477 views

10 years ago

CodeWithARB
Minimum Number of K Consecutive Bit Flips   (LeetCode 995)  (Hard) (Sliding Window and Queue)

Solution and Explaination of Leetcode POTD: Question: ...

54:48
Minimum Number of K Consecutive Bit Flips (LeetCode 995) (Hard) (Sliding Window and Queue)

780 views

1 year ago

CodeWithARB
Longest Continuous Subarray With Abs Diff less than or equals to limit(LC 1438)(Sliding Window, Map)

Solution and Explaination of Leetcode POTD: Solve this problem first for better understanding: ...

30:45
Longest Continuous Subarray With Abs Diff less than or equals to limit(LC 1438)(Sliding Window, Map)

1,183 views

1 year ago

CodeEmporium
How to enhance performance of a Convolution Network? Feature Pyramid Networks - Explained!

In this video, we take a look at Feature Pyramid Networks (FPN). What is it? How does it work? Why they are so useful in computer ...

27:31
How to enhance performance of a Convolution Network? Feature Pyramid Networks - Explained!

515 views

2 weeks ago

PyCon SG
Python vs C - Experience in implementing data structures and algorithms - Education Summit 2018

Speaker: Mr Tamim Shahriar, Engineering Manager, Grab, author of bestselling children programming books in Bangladesh ...

21:08
Python vs C - Experience in implementing data structures and algorithms - Education Summit 2018

655 views

7 years ago

The Medical Data Mining Course
Algorithms (Time Series Segmentation) | Medical Data Mining L01T05 | Introduction & Scientific Know.

The Online Certificate Program in Genomics and Biomedical Informatics Bar-Ilan University & Sheba Medical Center Course ...

25:04
Algorithms (Time Series Segmentation) | Medical Data Mining L01T05 | Introduction & Scientific Know.

1,654 views

7 years ago

CodeWithARB
Minimum Swaps to Group All 1's Together II (LeetCode 2134)  (Sliding Window)

Solution and Explaination of Leetcode POTD: Solve this problem first for better understanding: ...

26:03
Minimum Swaps to Group All 1's Together II (LeetCode 2134) (Sliding Window)

522 views

1 year ago