ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

27,573 results

freeCodeCamp.org
Solve Coding Interview Backtracking Problems - Crash Course

Master the backtracking problem and solve two LeetCode hard problems in this crash course. ✏️ This course was developed by ...

36:51
Solve Coding Interview Backtracking Problems - Crash Course

201,454 views

4 years ago

Reducible
5 Simple Steps for Solving Any Recursive Problem

In this video, we take a look at one of the more challenging computer science concepts: Recursion. We introduce 5 simple steps to ...

21:03
5 Simple Steps for Solving Any Recursive Problem

1,476,062 views

6 years ago

freeCodeCamp.org
Recursion in Programming - Full Course

Recursion is a powerful technique that helps us bridge the gap between complex problems being solved with elegant code.

1:51:36
Recursion in Programming - Full Course

1,099,444 views

4 years ago

Brainy Things
Knight Tour Problem Backtracking Python 3 | Backtracking in Python | Backtracking Problems

Knight Tour Problem Backtracking Python 3 | Backtracking in Python | Backtracking Problems • This video contains: ▻Knight Tour ...

21:44
Knight Tour Problem Backtracking Python 3 | Backtracking in Python | Backtracking Problems

4,313 views

5 years ago

freeCodeCamp.org
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

333,295 views

5 months ago

Ahmad Bazzi
Modified Newton method | Backtracking Armijo | Theory and Python Code | Optimization Techniques #5

Buy me a coffee: https://paypal.me/donationlink240 Support me on Patreon: https://www.patreon.com/c/ahmadbazzi In this ...

43:57
Modified Newton method | Backtracking Armijo | Theory and Python Code | Optimization Techniques #5

33,910 views

3 years ago

Apna College
Recursion Part 3 : Backtracking in Detail | Print all Subsets | Subsets II

Lecture 43 : Recursion (Part 3) We will learn about more about recursion : -Backtracking -Print all Subsets -Subset Problem ...

42:20
Recursion Part 3 : Backtracking in Detail | Print all Subsets | Subsets II

159,745 views

1 year ago

AlgoMonster
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

https://algo.monster/ Best place to learn and practice coding interviews Almost all LeetCode problems can be solved with the ...

21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

600,400 views

1 year ago

Innovit Technologies
Backtracking Problem Solving with LeetCode in Python | Innovit Technologies

Master Backtracking – Solve Complex Search Problems Step by Step In this video by Innovit Technologies, we focus on ...

1:27:23
Backtracking Problem Solving with LeetCode in Python | Innovit Technologies

12 views

3 months ago

Computer Programming for Beginners
Solve Sudoku in Python using recursive backtracking algorithm

Python program to solve Easy and Hard Sudoku problems using recursive backtracking algorithm. This uses a brute force ...

23:24
Solve Sudoku in Python using recursive backtracking algorithm

97 views

2 years ago

MIT OpenCourseWare
6. Recursion and Dictionaries

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

48:22
6. Recursion and Dictionaries

400,879 views

8 years ago

NeetCode
Word Search II - Backtracking Trie - Leetcode 212 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

20:54
Word Search II - Backtracking Trie - Leetcode 212 - Python

199,928 views

4 years ago

nETSETOS
Permutation Using Backtracking 🔥 | Complete Backtracking Analysis | Algo + Code

Complete Backtracking Analysis | ( Algo + Code ) Time Complexity - O(n!) Space Complexity - O(n) GitHub Link for Python Code:- ...

43:49
Permutation Using Backtracking 🔥 | Complete Backtracking Analysis | Algo + Code

2,128 views

5 years ago

taptap
Python tutorial | what is backtracking and how to use it | competitive programming | coding basics

A backtracking algorithm begins with an empty solution and extends the solution step by step. The search recursively goes ...

20:19
Python tutorial | what is backtracking and how to use it | competitive programming | coding basics

2,300 views

3 years ago

James Peralta
Coding Patterns: Backtracking

Backtracking is essentially brute forcing a problem. Conceptually, one can imagine the procedure of backtracking as a tree ...

32:59
Coding Patterns: Backtracking

6,296 views

8 months ago

Kunal Kushwaha
Backtracking Introduction + Maze Problems - Theory + Code + Tips

This video covers an introduction to #backtracking, along with maze path problems. An important video for interviews covering ...

1:28:10
Backtracking Introduction + Maze Problems - Theory + Code + Tips

294,080 views

4 years ago

Deepak Singh
Backtracking Algorithm | Visualizing  Queen Problem using python /pygame

In This video i explain Queen problem which about placing queen on chess board such that queen cant attack each other .

58:53
Backtracking Algorithm | Visualizing Queen Problem using python /pygame

884 views

5 years ago

Ahmad Bazzi
Modified Newton method | Wolfe Backtracking | Theory and Python Code | Optimization Algorithms #6

Buy me a coffee: https://paypal.me/donationlink240 Support me on Patreon: https://www.patreon.com/c/ahmadbazzi In this ...

38:46
Modified Newton method | Wolfe Backtracking | Theory and Python Code | Optimization Algorithms #6

56,974 views

3 years ago

javidx9
Programming Mazes

I'm tired, hot and sun-burnt, holidays are never that relaxing. Anyway, here I introduce one of my favorite algorithms - the ...

27:11
Programming Mazes

206,447 views

8 years ago

Deepti Talesra
Combination Sum - LeetCode 39 - Python (Dynamic Programming and Recursive/Backtracking!) #leetcode

Explaining how to solve Combination Sum in Python both ways - a recursive backtracking approach as well as a dynamic ...

22:25
Combination Sum - LeetCode 39 - Python (Dynamic Programming and Recursive/Backtracking!) #leetcode

2,984 views

1 year ago

Reducible
5 Simple Steps for Solving Dynamic Programming Problems

In this video, we go over five steps that you can use as a framework to solve dynamic programming problems. You will see how ...

21:27
5 Simple Steps for Solving Dynamic Programming Problems

1,387,233 views

5 years ago

Apna College
Rat in a Maze Problem | Backtracking

Lecture 47 of DSA Placement Series Company wise DSA Sheet Link ...

32:45
Rat in a Maze Problem | Backtracking

79,884 views

1 year ago

Code and Debug
DSA in Python - Rat in a Maze | Recursion & Backtracking | GFG Problem - Part 81 [Hindi]

🚀 Welcome to Part 81 of Code & Debug’s DSA in Python Course! In this lecture, we solve the famous Rat in a Maze problem from ...

29:49
DSA in Python - Rat in a Maze | Recursion & Backtracking | GFG Problem - Part 81 [Hindi]

1,971 views

8 months ago

Apna College
Recursion (Basics to Advanced) & Backtracking for Placements

Want to study for Tech Placements/Internships from us : Our Latest Placement Batches : https://linktr.ee/apnacollege.in Share your ...

6:16:32
Recursion (Basics to Advanced) & Backtracking for Placements

128,673 views

11 months ago

Ahmad Bazzi
Newton's method | Backtracking Armijo Search | Theory and Python Code | Optimization Algorithms #2

In this one, I will show you what the (damped) newton algorithm is and how to use it with Armijo backtracking line search. We will ...

34:59
Newton's method | Backtracking Armijo Search | Theory and Python Code | Optimization Algorithms #2

58,060 views

3 years ago