ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

203 results

Leet's Code
Leetcode 3754 & 3756 Concatenate Non-Zero Digits and Multiply by Sum I & II | Prefix array | O(N+Q)

Hi, in this video, I have explained LeetCode problems 3754 & 3756, Concatenate Non-Zero Digits and Multiply by Sum I & II. 1.

30:23
Leetcode 3754 & 3756 Concatenate Non-Zero Digits and Multiply by Sum I & II | Prefix array | O(N+Q)

182 views

2 weeks ago

Leet's Code
Leetcode 3752. Lexicographically Smallest Negated Permutation that Sums to Target | Greedy |O(NlogN)

Hi, in this video, I have explained LeetCode problem 3752. Lexicographically Smallest Negated Permutation that Sums to Target.

20:30
Leetcode 3752. Lexicographically Smallest Negated Permutation that Sums to Target | Greedy |O(NlogN)

110 views

2 weeks ago

NeetCodeIO
Paths in Matrix Whose Sum Is Divisible by K - Leetcode 2435 - Python

https://neetcode.io/yt - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

21:50
Paths in Matrix Whose Sum Is Divisible by K - Leetcode 2435 - Python

6,157 views

2 weeks ago

Learn Coding
DSA Part-2 Dynamic Programming Questions | Leetcode Problems | Data Structures and Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

28:43
DSA Part-2 Dynamic Programming Questions | Leetcode Problems | Data Structures and Algorithms

1,069 views

4 weeks ago

Codehurdle
Leetcode Weekly Contest 478 | Video Solutions - A to C | by Shivam Parihar | Codehurdle

Welcome to the ultimate hub for competitive programming discussions. I upload new videos after every LeetCode, Codeforces, ...

25:35
Leetcode Weekly Contest 478 | Video Solutions - A to C | by Shivam Parihar | Codehurdle

248 views

13 days ago

Truly Learned
LeetCode #3 Longest Substring Without Repeating Characters — C++ (Brute Force, and Sliding Window)

Learn how to solve LeetCode #3 in C++ using brute force, improved brute force, and the optimal sliding window approach ...

31:26
LeetCode #3 Longest Substring Without Repeating Characters — C++ (Brute Force, and Sliding Window)

40 views

4 weeks ago

AlgorithmsUntilRED
LeetCode | Unique Length 3 Palindromic Subsequences | C++ | Golang | Rust

In this video, I solve the LeetCode problem “Unique Length-3 Palindromic Subsequences” using C++, Rust, and Go (Golang).

42:02
LeetCode | Unique Length 3 Palindromic Subsequences | C++ | Golang | Rust

40 views

3 weeks ago

NeetCodeIO
Count the Number of Substrings With Dominant Ones - Leetcode 3234 - Python

https://neetcode.io/yt - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

30:35
Count the Number of Substrings With Dominant Ones - Leetcode 3234 - Python

8,543 views

4 weeks ago

Learn Coding
C++ DSA String MatchingAlgorithm | LeetCode Problems | Data Structures and Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

23:36
C++ DSA String MatchingAlgorithm | LeetCode Problems | Data Structures and Algorithms

1,278 views

2 weeks ago

Learn Coding
C++ DSA Graph Questions | LeetCode Problems | Data Structures and Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

39:14
C++ DSA Graph Questions | LeetCode Problems | Data Structures and Algorithms

1,179 views

3 weeks ago

Codehurdle
Leetcode Biweekly Contest 171 | Video Solutions - A to C | by Kumar Prateek | Codehurdle

Welcome to CodeHurdle – Your Competitive Programming Companion! I upload video solutions and editorials after every ...

21:32
Leetcode Biweekly Contest 171 | Video Solutions - A to C | by Kumar Prateek | Codehurdle

71 views

6 days ago

Truly Learned
LeetCode #5 Longest Palindromic Substring — C++ (Brute Force and Center Expansion)

Learn how to solve LeetCode #5 in C++ using the naive brute force method and the optimal center-expansion approach ...

31:18
LeetCode #5 Longest Palindromic Substring — C++ (Brute Force and Center Expansion)

24 views

3 weeks ago

Learn Coding
C++ DSA Part-2 Graph Questions | LeetCode Problems | Data Structures and Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

35:24
C++ DSA Part-2 Graph Questions | LeetCode Problems | Data Structures and Algorithms

1,379 views

3 weeks ago

AlgorithmsUntilRED
LeetCode | Count Collisions on a Road | C++ | Golang | Rust

In this video, we solve “Count Collisions on a Road” (LeetCode) and walk through two different approaches, all implemented in ...

28:08
LeetCode | Count Collisions on a Road | C++ | Golang | Rust

67 views

8 days ago

MindMap Learning
4. Find all anagrams in a string(leetcode- 438). sliding window

Find All Anagrams in a String – LeetCode 438 Explained in Simple English (C Programming) In this video, I explain the LeetCode ...

22:23
4. Find all anagrams in a string(leetcode- 438). sliding window

13 views

12 days ago

codestorywithMIK
Count Mentions Per User | Simple | Straight Forward Explanation | Dry Run | Leetcode 3433 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 9th video of our ...

26:53
Count Mentions Per User | Simple | Straight Forward Explanation | Dry Run | Leetcode 3433 | MIK

4,416 views

1 day ago

CodeAnanta
LeetCode #1 Two Sum — Easiest HashMap Explanation in C++ (Step by Step) | CodeAnanta

In this video, I'll explain the LeetCode “Two Sum” problem in the simplest way using a HashMap (unordered_map in C++).

29:31
LeetCode #1 Two Sum — Easiest HashMap Explanation in C++ (Step by Step) | CodeAnanta

73 views

1 month ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 477 | Q1, Q2, Q3, Q4 Solution Explained C++ | Bitmask, Prefix Sum | Watch2X🚀

which Leetcode Weekly Contest 477: https://leetcode.com/contest/weekly-contest-477/ Q1. Concatenate Non-Zero Digits and ...

33:16
Leetcode Weekly Contest 477 | Q1, Q2, Q3, Q4 Solution Explained C++ | Bitmask, Prefix Sum | Watch2X🚀

920 views

2 weeks ago

AlgorithmsUntilRED
LeetCode | Increment Submatrices by One | C++ | Golang | Rust

In this video, we solve LeetCode 2536 – Increment Submatrices by One using two powerful techniques: What you'll learn ✓ A ...

57:40
LeetCode | Increment Submatrices by One | C++ | Golang | Rust

51 views

4 weeks ago

Trie Lab
LeetCode Hard (LC 188) - Best Time to Buy and Sell Stock IV | Dynamic Programming

Master the famous stock trading problem with at most K transactions! This LeetCode hard problem combines dynamic ...

20:21
LeetCode Hard (LC 188) - Best Time to Buy and Sell Stock IV | Dynamic Programming

45 views

10 days ago