ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25 results

Technosage
Jump Game | Leetcode 55 | Top 150 interview question series

Top 150 interview question series Jump Game Leetcode problem number 55 JAVA interview programming playlist: ...

8:22
Jump Game | Leetcode 55 | Top 150 interview question series

5,942 views

9 months ago

Code Scribbler
LeetCode 45: Jump Game II | Java Solution | Dynamic Programming & Greedy Approach

Tackle the classic #jumpgame challenge where you need to find the minimum number of jumps to reach the end of an array of ...

8:13
LeetCode 45: Jump Game II | Java Solution | Dynamic Programming & Greedy Approach

138 views

5 months ago

Code and Debug
DSA in Python - Jump Game | Optimal Greedy | Leetcode 55 - Part 103 [Hindi]

Welcome to Part 103 of Code & Debug's DSA in Python Course! In this lecture, we solve Leetcode 55: Jump Game using an ...

9:46
DSA in Python - Jump Game | Optimal Greedy | Leetcode 55 - Part 103 [Hindi]

1,276 views

7 months ago

Code With K5KC
Jump Game - Leetcode 55 | Using DP and Greedy Approach

You are given an integer array `nums`. You are initially positioned at the array's **first index**, and each element in the array ...

14:12
Jump Game - Leetcode 55 | Using DP and Greedy Approach

23 views

7 months ago

Code Scribbler
LeetCode 55: Jump Game | C# Solution | Dynamic Programming & Greedy

In this problem, you need to determine if you can reach the last index of an array where each element represents your maximum ...

7:12
LeetCode 55: Jump Game | C# Solution | Dynamic Programming & Greedy

28 views

6 months ago

Code Scribbler
LeetCode 45: Jump Game II | C# Solution | Dynamic Programming & Greedy Approach

Description:** In this video, I solve the #jumpgame2 problem where we need to find the minimum number of jumps to reach the ...

8:15
LeetCode 45: Jump Game II | C# Solution | Dynamic Programming & Greedy Approach

46 views

6 months ago

Crappy Coder
LeetCode 55: Jump Game | Reverse Greedy JavaScript Solution

In this video, I solve LeetCode 55: Jump Game using a smart and efficient reverse greedy strategy in JavaScript. Instead of ...

8:25
LeetCode 55: Jump Game | Reverse Greedy JavaScript Solution

12 views

7 months ago

Code Shlawg
LeetCode 55- Jump Game 1, Without DP,  easy marking simulation to 1 pass code

This is a pretty trivial problem and can serve as a good entry point to DP for learners. Interestingly, the problem can be also done ...

5:45
LeetCode 55- Jump Game 1, Without DP, easy marking simulation to 1 pass code

6 views

6 months ago

Crappy Coder
LeetCode 45: Jump Game II | Greedy JavaScript Solution (Min Jumps)

In this video, I solve LeetCode 45: Jump Game II using an optimized greedy approach in JavaScript — no recursion, no dynamic ...

7:44
LeetCode 45: Jump Game II | Greedy JavaScript Solution (Min Jumps)

24 views

7 months ago

Code Scribbler
LeetCode 55: Jump Game | Python Solution | Greedy Algorithm

Solve the #jumpgame problem which asks if you can reach the last index by jumping from position to position based on the ...

7:20
LeetCode 55: Jump Game | Python Solution | Greedy Algorithm

117 views

5 months ago

Srk Codes
Leetcode:- 55 Jump Game Telugu | Can You Reach the End? | Greedy Approach in Python | srkcodes

Follow me on my new Instagram: https://instagram.com/srks.life The old link below doesn't work anymore — I changed my ID!

8:57
Leetcode:- 55 Jump Game Telugu | Can You Reach the End? | Greedy Approach in Python | srkcodes

291 views

7 months ago

First World Coder Problems
55. Jump Game | Решение с комментариями | LeetCode | dp

Подробное решение задачи Jump Game на языке программирования Python. Использование паттерна dynamic ...

14:17
55. Jump Game | Решение с комментариями | LeetCode | dp

20 views

4 months ago

vHiren
L12 - 1D DP | Jump Game 2 | LeetCode 45 | vHiren DP Series

Today in Lecture 12, we solve LeetCode 45. Jump Game II problem using 1D Dynamic Programming. The need to minimize ...

12:24
L12 - 1D DP | Jump Game 2 | LeetCode 45 | vHiren DP Series

37 views

8 days ago

Bitflip
How to Instantly Recognize Leetcode Patterns (500 problems later)

After struggling as a beginner, I've created a systematic ultimate guide to instantly recognize LeetCode problem patterns in under ...

6:56
How to Instantly Recognize Leetcode Patterns (500 problems later)

59,694 views

5 months ago

vHiren
L11 - 1D DP | Jump Game | Intuition Building | LeetCode 55 | vHiren DP Series

Today in Lecture 11, we solve LeetCode 55. Jump Game problem using 1D Dynamic Programming with a focus on intuition ...

17:23
L11 - 1D DP | Jump Game | Intuition Building | LeetCode 55 | vHiren DP Series

19 views

10 days ago

Kernel Queen 👑
Leetcode 3660 | Jump Game IX | Weekly Contest 464 | Hindi | Java

In this video, we solve LeetCode 3660 – Jump Game IX. The approach is to precompute two helper arrays: maxprefix → maximum ...

9:18
Leetcode 3660 | Jump Game IX | Weekly Contest 464 | Hindi | Java

104 views

3 months ago

Takla Coder
55. Jump Game  | #112 - 300 Days of Takla Coding Challenge

Problem: Jump Game You are given an array nums where each element represents the maximum number of steps you can jump ...

5:24
55. Jump Game | #112 - 300 Days of Takla Coding Challenge

23 views

10 months ago

Aditi Singh
Leetcode 55 |Jump Game 🏃‍♂️ | Day 43 - 75 Days DSA Challenge

Description: In this video, I discuss one of the most popular Greedy algorithm problems — Jump Game (Leetcode #55) ...

10:03
Leetcode 55 |Jump Game 🏃‍♂️ | Day 43 - 75 Days DSA Challenge

1,292 views

2 months ago

Code Scribbler
LeetCode 45: Jump Game II | Python Solution | Greedy Algorithm

In this video, I solve the LeetCode 45 Jump Game II problem using a greedy approach. #jumpgame #greedy ...

8:19
LeetCode 45: Jump Game II | Python Solution | Greedy Algorithm

64 views

5 months ago

Srk Codes
Leetcode 45: Jump Game II in Telugu | Brute Force, Memo, Greedy | Python DSA | srkcodes

Everything I use, love, or plan to buy – one Amazon list! https://www.amazon.in/shop/srkcodes ...

12:40
Leetcode 45: Jump Game II in Telugu | Brute Force, Memo, Greedy | Python DSA | srkcodes

28 views

1 month ago

RAHUL VIJAYAN
Master Minimum Jumps to Reach the End | MAANG Interview Question Explained with Code

Are you preparing for FAANG/MAANG-level interviews? Look no further! In this video, Rahul Vijayan breaks down one of the most ...

10:49
Master Minimum Jumps to Reach the End | MAANG Interview Question Explained with Code

53 views

11 months ago

shashCode
1092. Shortest Common Supersequence | leetcode daily challenge | dsa | dp | faang | shashcode

LCS: https://youtu.be/P3MFBCZCGXs?t=14917 Problem link: ...

12:36
1092. Shortest Common Supersequence | leetcode daily challenge | dsa | dp | faang | shashcode

2,090 views

9 months ago

Apna College
Must Do "DSA Problems" for Tech Placements & Internships

📌 DSA Sheet for Placements : https://docs.google.com/spreadsheets/d/1mvlc8EYc3OVVU3X7NKoC0iZJr_45BL_pVxiJec0r94c/edit?gid=0 ...

10:59
Must Do "DSA Problems" for Tech Placements & Internships

238,174 views

4 months ago