ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,262,491 results

Fireship
Problem-Solving for Developers - A Beginner's Guide

How to approach problem-solving as a developer . Seven steps and strategies to solve software development challenges faster.

10:44
Problem-Solving for Developers - A Beginner's Guide

829,390 views

5 years ago

Internet Made Coder
Algorithms Explained for Beginners - How I Wish I Was Taught

Check out Algorithms to Live By and receive an additional 20% discount on the annual subscription at ...

17:38
Algorithms Explained for Beginners - How I Wish I Was Taught

474,957 views

3 years ago

Sahil & Sarra
8 patterns to solve 80% Leetcode problems

Try my free email crash course to crush technical interviews: Interview Master (now called InstaByte) - https://instabyte.io/ ▻ For ...

7:30
8 patterns to solve 80% Leetcode problems

997,079 views

1 year ago

TED-Ed
What's an algorithm? - David J. Malan

View full lesson: http://ed.ted.com/lessons/your-brain-can-solve-algorithms-david-j-malan An algorithm is a mathematical method ...

4:58
What's an algorithm? - David J. Malan

2,720,477 views

12 years ago

Codebagel
How to Solve ANY LeetCode Problem (Step-by-Step)

You can solve ANY coding interview problem - you just need a step-by-step approach. In this video, I'll show you a formula for ...

12:37
How to Solve ANY LeetCode Problem (Step-by-Step)

559,386 views

1 year ago

Colin Galen
Unlocking Your Intuition: How to Solve Hard Problems Easily

This is all in the context of problem solving - programming, math, chess, life, etc. Any sort of "mind sport" or problem solving ...

17:34
Unlocking Your Intuition: How to Solve Hard Problems Easily

1,702,330 views

3 years ago

AjSarco
How to Make Algorithm and Flowchart from a given problem

This tutorial serves as a guide for beginners on how to make an algorithm and flowchart from a given problem. Examples in the ...

5:26
How to Make Algorithm and Flowchart from a given problem

302,454 views

5 years ago

Ashish Pratap Singh
LeetCode was HARD until I Learned these 15 Patterns

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

13:00
LeetCode was HARD until I Learned these 15 Patterns

1,485,019 views

1 year ago

Tech With Nikola
Mastering Dynamic Programming - How to solve any interview problem (Part 1)

Mastering Dynamic Programming: An Introduction Are you ready to unravel the secrets of dynamic programming? Dive into ...

19:41
Mastering Dynamic Programming - How to solve any interview problem (Part 1)

1,062,259 views

2 years ago

Sahil & Sarra
5 steps to solve any Dynamic Programming problem

Try my free email crash course to crush technical interviews: https://instabyte.io/ ▻ For more content like this, subscribe to our ...

8:43
5 steps to solve any Dynamic Programming problem

101,661 views

1 year ago

PsychExamReview
Problem-Solving: Algorithms vs. Heuristics (Intro Psych Tutorial #91)

www.psychexamreview.com In this video I explain the difference between an algorithm and a heuristic and provide an example ...

4:50
Problem-Solving: Algorithms vs. Heuristics (Intro Psych Tutorial #91)

53,339 views

8 years ago

BBC Ideas
What exactly is an algorithm? Algorithms explained | BBC Ideas

What is an algorithm? You may be familiar with the idea in the context of Instagram, YouTube or Facebook, but it can feel like a big ...

7:54
What exactly is an algorithm? Algorithms explained | BBC Ideas

544,023 views

6 years ago

Notes Hunting
FUNDAMENTALS OF ALGORITHMIC PROBLEM SOLVING

Steps to design and analyze an algorithm and important problem types are explained here.

6:10
FUNDAMENTALS OF ALGORITHMIC PROBLEM SOLVING

58,429 views

5 years ago

Channels new to you

Digital Education
Algorithms for Problem Solving | Generate and Test Algorithm | 11th Computer | Chapter 3 | Lec 2

Social Media Links: ______/❤ All Students are requested to Follow Me on Social Media!! ❤\______ Instagram:➜ ...

11:07
Algorithms for Problem Solving | Generate and Test Algorithm | 11th Computer | Chapter 3 | Lec 2

195 views

3 months ago

Academics with AB
Greedy Algorithm | 11th Computer - Chapter 3 - Lec 8

In this video, we introduce the Greedy Algorithm, a popular method used in computer science to solve optimization problems.

8:07
Greedy Algorithm | 11th Computer - Chapter 3 - Lec 8

10,818 views

4 months ago

Academics with AB
Backtracking | Algorithm Design Techniques | 11th Computer - Chapter 3 - Lec 10

This topic is part of Chapter 3: Problem Solving and Algorithms from the 1st Year Computer Science syllabus. In this video, we ...

6:33
Backtracking | Algorithm Design Techniques | 11th Computer - Chapter 3 - Lec 10

6,724 views

4 months ago

Academics with AB
Bubble Sort Algorithm | Sorting Algorithms | 11th Computer - Chapter 3 - Lec 11

In this video, we explain the Bubble Sort Algorithm in a simple, visual, and beginner-friendly way – perfect for 1st Year Computer ...

11:03
Bubble Sort Algorithm | Sorting Algorithms | 11th Computer - Chapter 3 - Lec 11

9,684 views

4 months ago

Academics with AB
BFS (Breadth First Search) Algorithms | Graph Algorithms | 11th Computer Ch 3 - Lec 15

Breadth‑First Search (BFS) Explained | 11th Computer | Algorithms & Problem Solving (Chapter 3)” Welcome to our deep dive into ...

12:00
BFS (Breadth First Search) Algorithms | Graph Algorithms | 11th Computer Ch 3 - Lec 15

9,453 views

4 months ago

Harshita Verma
I Wasted 6 Months on DSA Playlists... Here's What Actually Works

Are you stuck in the DSA playlist trap? 🚨 In this video, I expose the BIGGEST mistake that's ruining your coding interview ...

11:01
I Wasted 6 Months on DSA Playlists... Here's What Actually Works

210,585 views

2 months ago

Profound Academy
Sliding Window Technique

The Sliding Window technique is a key tool in algorithmic problem-solving that can significantly speed up calculations and ...

6:18
Sliding Window Technique

90,650 views

2 years ago

OneStop Academy [Tutorial]
Problem solving and algorithms

An algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to ...

14:01
Problem solving and algorithms

16,091 views

6 years ago

Develepment
Improving your Data Structures, Algorithms, and Problem Solving Skills

How can you improve your data structures, algorithms, and problem solving skills? We explore this topic in this video.

4:17
Improving your Data Structures, Algorithms, and Problem Solving Skills

15,363 views

6 years ago

Abdul Bari
3. Greedy Method -  Introduction

Introduction to Greedy Method What are Feasible and Optimal Solutions General Method of Greedy Examples to Explain Greedy ...

12:02
3. Greedy Method - Introduction

1,818,755 views

7 years ago

Bitflip
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...

7:25
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

24,455 views

6 months ago

GeeksforGeeks
Introduction to Greedy Algorithms | GeeksforGeeks

Explanation for the article: http://www.geeksforgeeks.org/greedy-algorithms-set-1-activity-selection-problem/ This video is ...

5:32
Introduction to Greedy Algorithms | GeeksforGeeks

836,563 views

8 years ago

Ashish Pratap Singh
How I Mastered Data Structures and Algorithms

Master DSA patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

10:45
How I Mastered Data Structures and Algorithms

545,053 views

1 year ago