ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106 results

Back To Back SWE
Compute The Next Permutation of A Numeric Sequence - Case Analysis ("Next Permutation" on Leetcode)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

12:40
Compute The Next Permutation of A Numeric Sequence - Case Analysis ("Next Permutation" on Leetcode)

121,887 views

6 years ago

ComputerBread
Leetcode 46. Permutations : Introduction to backtracking

Let's introduce backtracking with the leetcode problem 46. Permutation Leetcode playlist: ...

10:06
Leetcode 46. Permutations : Introduction to backtracking

124,814 views

5 years ago

Back To Back SWE
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

0/1 Code & Problem Statement ...

13:44
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms

546,155 views

6 years ago

Numberphile
The Josephus Problem - Numberphile

The Josephus Problem, featuring Daniel Erman from University of Wisconsin-Madison. Winning at Dots and Boxes: ...

13:58
The Josephus Problem - Numberphile

6,909,281 views

9 years ago

Geekific
Permutations and Combinations Explained and Implemented | Backtracking | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the last video of this ...

5:56
Permutations and Combinations Explained and Implemented | Backtracking | Geekific

2,505 views

2 years ago

Geekific
Answer Coding Interviews Follow-Up Questions | Intersection of Arrays Part 2 | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of ...

6:04
Answer Coding Interviews Follow-Up Questions | Intersection of Arrays Part 2 | Geekific

953 views

2 years ago

Geekific
Subsets I & II Java Multiple Solutions | Backtracking | Subsets vs Combinations | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the last video of this ...

4:59
Subsets I & II Java Multiple Solutions | Backtracking | Subsets vs Combinations | Geekific

961 views

2 years ago

Inside code
How to solve (almost) any binary tree coding problem

Learn graph theory algorithms: https://inscod.com/graphalgo ⚙ Learn dynamic programming: https://inscod.com/dp_course ...

4:20
How to solve (almost) any binary tree coding problem

283,514 views

5 years ago

Inside code
Dynamic programming + Math: Count sorted vowel strings (LeetCode #1641) [3 solutions]

Source code: https://gist.github.com/syphh/b17643161e2d8a494944411abcf3a9e2 Learn graph theory algorithms: ...

18:03
Dynamic programming + Math: Count sorted vowel strings (LeetCode #1641) [3 solutions]

2,417 views

4 years ago

Koray Kara
Merge Two Sorted Lists - Leetcode 21 - Java

Leetcode BLIND-75 Solutions: https://www.youtube.com/playlist?list=PLYz3B3MBs9EnnNxfkOZwbchV34b84H_1_ Problem Link: ...

13:47
Merge Two Sorted Lists - Leetcode 21 - Java

74 views

2 years ago

Nikhil Lohia
Number of Good Pairs (LeetCode 1512) | Full solution with visuals and examples | Study Algorithms

Given an array, we need to find the number of good pairs that can be formed with the elements. A pair is said to be good if the ...

14:13
Number of Good Pairs (LeetCode 1512) | Full solution with visuals and examples | Study Algorithms

24,708 views

3 years ago

Profound Academy
Prefix Sum Array and Range Sum Queries

Prefix Sum Arrays or simply Prefix Sums are used to perform fast range sum queries on a given array. The total time complexity of ...

7:30
Prefix Sum Array and Range Sum Queries

43,318 views

2 years ago

Algo Engine
LeetCode #28: Find Index of First Occurrence in a String | KMP Algorithm

A step-by-step visualization of #LeetCode question 28: Find the Index of the First Occurrence in a String (KMP Algorithm) 0:00 ...

13:38
LeetCode #28: Find Index of First Occurrence in a String | KMP Algorithm

18,266 views

2 years ago

codestorywithMIK
Combinations | INTUITIVE | Backtracking Template | Two Ways | Similar Problems | Leetcode-77

****************Similar Qns************ Combination Sum - https://leetcode.com/problems/combination-sum/ Permutations ...

18:37
Combinations | INTUITIVE | Backtracking Template | Two Ways | Similar Problems | Leetcode-77

24,979 views

2 years ago

ClickJoy
Missing Number in Sequence Array PermCheck Tutorial – Is it a Permutation? Codility Test Explained

Watch and see how I bombed two times on the test before realizing two different better ways to solve. The winner on this ...

4:11
Missing Number in Sequence Array PermCheck Tutorial – Is it a Permutation? Codility Test Explained

3,424 views

6 years ago

cpp in pajamas
LeetCode 60: Permutation Sequence (This video is in Hebrew!)

(All permutations coming soon. Stay tuned).

16:36
LeetCode 60: Permutation Sequence (This video is in Hebrew!)

76 views

2 years ago

GeeksforGeeks
Josephus Problem | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/josephus-problem-set-1-a-on-solution/ Special ...

12:13
Josephus Problem | GeeksforGeeks

164,841 views

8 years ago

LIFE CODING WITH JAVA
Check Permutation #java

LIFE CODING WITH JAVA Check Permutation Send Feedback For a given two strings, 'str1' and 'str2', check whether they are a ...

12:32
Check Permutation #java

909 views

2 years ago

EduEverybody
89 Gray Code | Interview Question | leetcode 89 with Full Explanation , Solution in Python

Leetcode Easy Level Questions Complete Playlist https://youtube.com/playlist?list=PLAynB7_AQADYKRz_LIpaK7avd0Z1rhS7n ...

15:42
89 Gray Code | Interview Question | leetcode 89 with Full Explanation , Solution in Python

797 views

4 years ago

Javarevisited
[Solved] - How to Find Permutation Of Given String | Example Tutorial | Code Below

Further Learning [Best Data Structure and Algorithms Courses ]: Data Structures and Algorithms: Deep Dive Using Java [Udemy] ...

4:31
[Solved] - How to Find Permutation Of Given String | Example Tutorial | Code Below

905 views

3 years ago

Inside code
Next greater number problem - Inside code

Solution code: Python: https://gist.github.com/syphh/31c149453a2151aa2a7c5ceae5f873e5 Java: ...

8:41
Next greater number problem - Inside code

13,855 views

5 years ago

EduEverybody
838 Push Dominoes | Medium Level Question Push Dominoes | leetcode 138 solution

Leetcode Medium Level Question: 838. Push Dominoes https://leetcode.com/problems/push-dominoes/ Solution Link: ...

18:12
838 Push Dominoes | Medium Level Question Push Dominoes | leetcode 138 solution

226 views

4 years ago

Back To Back SWE
Generate All Strings With n Matched Parentheses - Backtracking ("Generate Parentheses" on LeetCode)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

12:01
Generate All Strings With n Matched Parentheses - Backtracking ("Generate Parentheses" on LeetCode)

96,350 views

6 years ago

EduEverybody
804 Unique Morse Code Words | Complete Playlist of Easy Level Questions of leetcode |Solution in py3

Leetcode Easy Level Questions Complete Playlist Leetcode Easy Level Question: ...

5:33
804 Unique Morse Code Words | Complete Playlist of Easy Level Questions of leetcode |Solution in py3

149 views

4 years ago

Gyan Portal
Leetcode 744: Find Smallest Letter Greater Than Target | Binary Search Explained

Welcome to my YouTube channel! In this video, we dive into LeetCode problem 744, 'Find Smallest Letter Greater Than Target,' ...

11:15
Leetcode 744: Find Smallest Letter Greater Than Target | Binary Search Explained

96 views

2 years ago