ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147 results

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

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

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

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

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,663 views

11 days ago

CodeZen by Sharad
LeetCode 31: Next Permutation | Java Solution with Explanation & Dry Run

LeetCode 31: Next Permutation | Java Solution Explained with Dry Run In this video, we solve LeetCode 31: Next Permutation ...

22:33
LeetCode 31: Next Permutation | Java Solution with Explanation & Dry Run

93 views

8 months ago

freeCodeCamp.org
Neetcode 150 Course - All Coding Interview Questions Solved

The NeetCode 150 is the most important LeetCode problems you need to master, selected to cover all major algorithmic patterns ...

38:57:11
Neetcode 150 Course - All Coding Interview Questions Solved

572,667 views

11 months ago

Code Optimizers
Lecture-27 | Next Permutation | Java+DSA

Lecture-27 | Next Permutation | Java+DSA #coding #telugu #job #java #python #trending #btech #college #javacoding ...

34:33
Lecture-27 | Next Permutation | Java+DSA

120 views

9 months ago

AlitaCode
LeetCode 46: Permutations

LeetCode 46: Permutations Difficulty: Medium Topics: Array, Backtracking, Heap, Math, Recursion ⏱ Timestamps: 00:00 ...

25:54
LeetCode 46: Permutations

0 views

2 months ago

Code Harmony
LeetCode 1079 Letter Tile Possibilities | Permutations | Backtracking | Asked in Google Amazon

LeetCode Problem 1079. Letter Tile Possibilities [ 17 Feb 2025 ] Resources & Links: Code Harmony Website: ...

21:56
LeetCode 1079 Letter Tile Possibilities | Permutations | Backtracking | Asked in Google Amazon

251 views

10 months ago

AlitaCode
LeetCode 484: Find Permutation

LeetCode 484: Find Permutation Difficulty: Medium Topics: Array, Backtracking, Dynamic Programming, Graph, Greedy ...

27:05
LeetCode 484: Find Permutation

4 views

1 month ago

EduAcers
ARRAYS | NEXT PERMUTATION | STRIVER's SDE SHEET | LEET CODE | CODING INTERVIEW PROBLEMS | PLACEMENT

Welcome to my deep-dive into LeetCode Question 31 – Next Permutation, part of Striver's SDE Sheet for Arrays. In this video, I ...

29:52
ARRAYS | NEXT PERMUTATION | STRIVER's SDE SHEET | LEET CODE | CODING INTERVIEW PROBLEMS | PLACEMENT

290 views

9 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

TLE Eliminators - by Priyansh
Leetcode Weekly Contest 462 | Video Solutions - A to D | by Vibhaas | TLE Eliminators

Join us live for Leetcode Weekly Contest 462 as we break down Problems A, B, C and D. New to CP or unsure of your level?

1:39:08
Leetcode Weekly Contest 462 | Video Solutions - A to D | by Vibhaas | TLE Eliminators

6,172 views

Streamed 4 months ago

codestorywithMIK
Next Greater Numerically Balanced Number | 3 Approaches | Leetcode 2048 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 23rd Video of our Playlist ...

35:43
Next Greater Numerically Balanced Number | 3 Approaches | Leetcode 2048 | codestorywithMIK

8,992 views

1 month ago

AlitaCode
LeetCode 1053: Previous Permutation With One Swap

LeetCode 1053: Previous Permutation With One Swap Difficulty: Medium Topics: Array, Graph, Greedy, Math, Sorting ...

25:19
LeetCode 1053: Previous Permutation With One Swap

1 view

1 month ago

Developer Coder
Find the Count of Good Integers | LeetCode 3272 | Permutations | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we will explore the fascinating problem "Find the Count of Good Integers" from ...

42:23
Find the Count of Good Integers | LeetCode 3272 | Permutations | Java Code | Developer Coder

29 views

8 months ago

ExpertFunda
Leetcode 1920. Build Array from Permutation || Java || Today’s Contest Question

Leetcode #BuildArray #Leetcode1920 #JavaSolution #ArrayProblem #TodaysLeetcodeProblem #LeetcodeContestSolutions ...

23:22
Leetcode 1920. Build Array from Permutation || Java || Today’s Contest Question

39 views

7 months ago

Sanyam IIT Guwahati
Next Greater Numerically Balanced Number | Most Optimal Solution | LeetCode 2048

Solving LeetCode problem 2048. Next Greater Numerically Balanced Number requires finding the smallest balanced number greater ...

20:03
Next Greater Numerically Balanced Number | Most Optimal Solution | LeetCode 2048

1,887 views

1 month ago

AlitaCode
LeetCode 1053: Previous Permutation With One Swap

LeetCode 1053: Previous Permutation With One Swap Difficulty: Medium Topics: Array, Binary Search, Graph, Greedy, Math ...

27:30
LeetCode 1053: Previous Permutation With One Swap

4 views

1 month ago

AlitaCode
LeetCode 903: Valid Permutations for DI Sequence

LeetCode 903: Valid Permutations for DI Sequence Difficulty: Hard Topics: Array, Backtracking, Dynamic Programming, Graph, ...

31:01
LeetCode 903: Valid Permutations for DI Sequence

17 views

1 month ago

AlitaCode
LeetCode 266: Palindrome Permutation

LeetCode 266: Palindrome Permutation Difficulty: Easy Topics: Array, Dynamic Programming, Math, String, Two Pointers ...

27:27
LeetCode 266: Palindrome Permutation

1 view

2 months ago

AlitaCode
LeetCode 1806: Minimum Number of Operations to Reinitialize a Permutation

LeetCode 1806: Minimum Number of Operations to Reinitialize a Permutation Difficulty: Medium Topics: Array, Graph, Linked ...

26:40
LeetCode 1806: Minimum Number of Operations to Reinitialize a Permutation

0 views

3 weeks ago

CodeCrush
Permutation in String | LeetCode 567  | Java

In this video, we dive into LeetCode 567: Permutation in String! This is a classic sliding window problem where we check if one ...

32:48
Permutation in String | LeetCode 567 | Java

10 views

9 months ago