ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

407 results

AnshiTechTalks
Unlock Next Permutation on LeetCode! 🚀 Step-by-Step Solution to Ace Coding Interviews 🔥

Ace the LeetCode "Next Permutation" Problem Like a Pro! Hey, coders! Today, I'm tackling one of the most essential problems ...

22:32
Unlock Next Permutation on LeetCode! 🚀 Step-by-Step Solution to Ace Coding Interviews 🔥

44 views

11 months ago

Time and Space Mastery
Next Permutation 😱O(N) time and 😱 O(1) space most optimal  - DSA in Tamil ( C++, Java, Python)

Welcome to the DSA in Tamil Channel! In this channel, we focus on teaching Data Structures and Algorithms (DSA) in Tamil using ...

29:52
Next Permutation 😱O(N) time and 😱 O(1) space most optimal - DSA in Tamil ( C++, Java, Python)

668 views

10 months ago

MDTech
Next Permutation Explained | LeetCode 31 | JavaScript (Step-by-Step Solution)

In this video, I explain how to solve the **Next Permutation** problem (LeetCode #31) in both **Java** and **JavaScript**.

29:17
Next Permutation Explained | LeetCode 31 | JavaScript (Step-by-Step Solution)

22 views

1 month ago

Debugging Life
🔢 Next Permutation |Lexicographically Next Greater Sequence ✨|LeetCode 31🚀#dsaforbeginners #leetcode

In this video, we'll solve the Next Permutation problem step by step ‍ ‍ . We'll learn how to rearrange numbers into the ...

23:41
🔢 Next Permutation |Lexicographically Next Greater Sequence ✨|LeetCode 31🚀#dsaforbeginners #leetcode

0 views

3 months ago

MDTech
Next Permutation Explained | LeetCode 31 | Java (Step-by-Step Solution)

In this video, I explain how to solve the **Next Permutation** problem (LeetCode #31) in both **Java** and **JavaScript**.

30:11
Next Permutation Explained | LeetCode 31 | Java (Step-by-Step Solution)

14 views

1 month ago

AlitaCode
LeetCode 31: Next Permutation

LeetCode 31: Next Permutation Difficulty: Medium Topics: Array, Backtracking, Graph, Math, Recursion ⏱️ Timestamps: 00:00 ...

24:57
LeetCode 31: Next Permutation

0 views

2 months ago

Learn Coding
C++ DSA Permutation | Recursion & Backtracking | Data Structures and Algorithms

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

23:04
C++ DSA Permutation | Recursion & Backtracking | Data Structures and Algorithms

1,239 views

3 months ago

Learning-Hub
Next Permutation 🔢 | LeetCode 31🔥 | Java 💻 | Step-by-Step Algorithm 🛠️ & Dry Run ✏️✨ with Examples 📊

Welcome to another coding interview problem breakdown! In this video, we'll dive deep into the Next Permutation problem from ...

32:37
Next Permutation 🔢 | LeetCode 31🔥 | Java 💻 | Step-by-Step Algorithm 🛠️ & Dry Run ✏️✨ with Examples 📊

48 views

4 months ago

Daiki Algo Coach
Next Permutation (LeetCode)

https://leetcode.com/problems/next-permutation/submissions/1664451503/ Proof that nums[pivot_idx +1:] is sorted in unstrictly ...

34:02
Next Permutation (LeetCode)

12 views

6 months ago

Techdose
Maximum K to Sort a Permutation | Leetcode 3644

This video explains Maximum K to Sort a Permutation using the most optimal bit manipulation using bitwise and approach.

21:09
Maximum K to Sort a Permutation | Leetcode 3644

1,388 views

4 months ago

codestorywithMIK
Count the Number of Computer Unlocking Permutations | Simplest Explanation | Leetcode 3577 | MIK

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

20:10
Count the Number of Computer Unlocking Permutations | Simplest Explanation | Leetcode 3577 | MIK

4,664 views

11 days ago

Samurai Coder
#20 Practice coding with Samurai Coder! - Next Permutation

Playlist: https://youtube.com/playlist?list=PLHmgKcMyrjFLvu96fXIpVd_2RSlB-kTIC&si=XEkkhqRuFNKn1F9i LeetCode Problem ...

1:54:41
#20 Practice coding with Samurai Coder! - Next Permutation

1 view

2 months ago

Programming Live with Larry
3734. Lexicographically Smallest Palindromic Permutation Greater Than Target (Leetcode Hard)

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

49:49
3734. Lexicographically Smallest Palindromic Permutation Greater Than Target (Leetcode Hard)

326 views

1 month ago

Shivam Bhatt
Next Permutation // leetcode 31 // two pointers // day 19

Next Permutation // leetcode 31 // two pointers // day 19 in this video i will be giving you the video solution of leetcode problem ...

59:55
Next Permutation // leetcode 31 // two pointers // day 19

14 views

4 months ago

Rudra Pandey
31 Next Permutation  | Leetcode

Next permutation of an array of integers is the next lexicographically greater permutation of its integer. This question has been ...

29:04
31 Next Permutation | Leetcode

19 views

2 weeks ago

Developer Coder
Count the Number of Computer Unlocking Permutations | LeetCode 3577 | Java Code | Developer Coder

Unlock the smart way to solve LeetCode 3577 – Count the Number of Computer Unlocking Permutations using efficient ...

20:37
Count the Number of Computer Unlocking Permutations | LeetCode 3577 | Java Code | Developer Coder

132 views

11 days ago

Daiki Algo Coach
Next Permutation (LeetCode)

https://leetcode.com/problems/next-permutation/submissions/1764925048/ # Improvements I should have used helper methods ...

41:28
Next Permutation (LeetCode)

17 views

3 months 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)

117 views

4 weeks ago

Himani
31. Next Permutation

https://leetcode.com/problems/next-permutation/description/

22:58
31. Next Permutation

14 views

4 months ago

Jash Rashne
Leetcode 3720: Lexicographically Smallest Permutation Greater Than Target

Jumping into the "Lexicographically Smallest Permutation Greater Than Target" problem from LeetCode Weekly Contest 472!

40:31
Leetcode 3720: Lexicographically Smallest Permutation Greater Than Target

138 views

2 months ago