ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,929 results

PyCon SG
Learning programming and problem solving through solving algorithm problems - Education Summit 2018

Speaker: Mr Lee Tsung-Hsien, Staff Software Engineer at Toyota Research Institute, co-author of Elements of Programming ...

28:37
Learning programming and problem solving through solving algorithm problems - Education Summit 2018

127 views

7 years ago

Mr Dimmick's Computing Channel
Dry running algorithms with trace tables

In this video you will learn how to use trace tables to dry-run an algorithm by following a few worked examples, including iterating ...

20:35
Dry running algorithms with trace tables

54,919 views

4 years ago

Ben Rosenberg
Min Cost Flow: Cycle Cancelling Algorithm and ILP Formulation

In this video, I go over the Min Cost Flow problem, and two different ways of solving it, one algorithmic and one computational.

24:52
Min Cost Flow: Cycle Cancelling Algorithm and ILP Formulation

13,138 views

3 years ago

Luis R. Izquierdo
Introduction to Metaheuristics (8/9). Local search applied to the Travelling Salesman Problem

Playlist at https://www.youtube.com/playlist?list=PLN4kTzLXGGgWNf4CDyoZZOsjOCftW5ej6 Erratum: In the slide shown at 12:30, ...

23:22
Introduction to Metaheuristics (8/9). Local search applied to the Travelling Salesman Problem

16,621 views

5 years ago

CodeX
Mastering Algorithm Questions: Cracking the Coding Interview

Uncover the secrets to mastering algorithm questions with confidence in this comprehensive guide. Practice algorithms coding ...

4:12:40
Mastering Algorithm Questions: Cracking the Coding Interview

212 views

2 years ago

Sophie Huiberts
Open Problems & Diet Problems

I wrote this as a lecture series for the IPCO 2024 summer school. This is an abbreviated version. We discuss theoretical analysis ...

50:14
Open Problems & Diet Problems

1,408 views

1 year ago

TPM Workshop
Invited Talk by V. Gogate - Algorithms for Solving The Constrained Most Probable Explanation Problem

Invited Talk by Vibhav Gogate (UT Dallas, USA) at the 5th Workshop on Tractable Probabilistic Modeling @ UAI 2022, Eindhoven, ...

41:05
Invited Talk by V. Gogate - Algorithms for Solving The Constrained Most Probable Explanation Problem

111 views

3 years ago

Steven Gordon
Simplified Data Encryption Standard (DES) Example

Worked example of Simplified DES. Taken from my lecture on Block Ciphers and DES (CSS441, L05, Y15): ...

44:01
Simplified Data Encryption Standard (DES) Example

76,076 views

6 years ago

Data Lounge
Algorithms & Data Structures 25.02.2024| Solving Complex Problems Efficiently Algorithm Optimization

Join us: https://discord.gg/sZkePhaWSZ --- The discussion focused on solving a problem using the BFS algorithm to find the ...

2:12:12
Algorithms & Data Structures 25.02.2024| Solving Complex Problems Efficiently Algorithm Optimization

54 views

1 year ago

Tech Interviews and Competitive Programming Meetup
Graphs Part 5: Problem Solving with Dijkstra's Algorithm

This is "Problem Solving with Dijkstra's Algorithm", part 5 of a larger series on graphs. It's a recording of a live class that was taught ...

44:32
Graphs Part 5: Problem Solving with Dijkstra's Algorithm

229 views

7 years ago

Adam Gaweda, Dr. Sensei
Meta-Heuristics (Simulated Annealing / Genetic Algorithms) - Intro to Artificial Intelligence

The lecture series follows NC State's CSC 411 - Intro to AI with Dr. Adam Gaweda. This particular lecture introduces students to ...

1:09:14
Meta-Heuristics (Simulated Annealing / Genetic Algorithms) - Intro to Artificial Intelligence

545 views

1 year ago

J and Beyond e.V.
Solve All Your Problems

by Chad Windnagle Solving Problems and debugging issues can be challenging and complex. Web applications have so many ...

25:46
Solve All Your Problems

111 views

10 years ago

MA CLASSES
Linear Programming ( LPP) - Simplex Method [ Introduction], Lecture - 01

Hello Students, in this video I have discussed general form of Linear programming Problem, Solution of LPP, Feasible Solution of ...

41:20
Linear Programming ( LPP) - Simplex Method [ Introduction], Lecture - 01

66,053 views

6 years ago

SI335 SI335
Unit 7 Class 30: Comparing Problems

How do you compare computation problems independently of any particular algorithm for those problems? Let's get meta - this is ...

25:52
Unit 7 Class 30: Comparing Problems

110 views

4 years ago

Code with Nakov | SoftUni Global
Problem Solving in Programming - An Essential Guide [Dev Concepts #41]

Problem solving and algorithmic (logical) thinking are essential for every developer. In this video, you will learn about these and ...

1:47:45
Problem Solving in Programming - An Essential Guide [Dev Concepts #41]

11,129 views

3 years ago

EuroPython Conference
Solving Multi-Objective Constrained Optimisation Problems using Pymoo — Pranjal Biyani

EuroPython 2023 — North Hall on 2023-07-19] ...

44:23
Solving Multi-Objective Constrained Optimisation Problems using Pymoo — Pranjal Biyani

8,438 views

2 years ago

Gavin Sinclair
Intro to Informatics (1) - solving an easy LeetCode problem (Two Sum)

This video assumes little to no knowledge of programming and demonstrates what it means to solve an algorithmic problem.

44:36
Intro to Informatics (1) - solving an easy LeetCode problem (Two Sum)

25 views

5 years ago

Data Lounge
Algorithms & Data Structures 17.03.2024| Optimizing Tree Height Problem-Solving Strategies

Join us: https://discord.gg/sZkePhaWSZ --- The conversation revolves around choosing a new topic for problem-solving, ...

1:48:27
Algorithms & Data Structures 17.03.2024| Optimizing Tree Height Problem-Solving Strategies

24 views

1 year ago

Dandalf
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

The video covers algorithm design conversion to code, testing and validating for correct program output, problems and solutions ...

22:46
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

140 views

1 year ago

ITLearnz
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 1/4)

Ace Algorithms Coding Interview: Solve Distilled Curated Blind 75 Questions. We will guide you through the Blind 75 LeetCode ...

4:11:46
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 1/4)

1,037 views

2 years ago

ETAPS 2017
Fundamental Algorithmic Problems and Challenges in Dynamical and Cyber-Physical Systems

FoSSaCS invited talk, given by Joël Ouaknine (MPI-SWS, Germany, and University of Oxford, UK). Dynamical and cyber-physical ...

1:00:02
Fundamental Algorithmic Problems and Challenges in Dynamical and Cyber-Physical Systems

400 views

8 years ago

TechZ
Introduction to Algorithmic Design and Analysis

Introduction to Algorithmic Design and Analysis. We will embark on a journey to explore the fundamental principles and ...

1:55:50
Introduction to Algorithmic Design and Analysis

635 views

2 years ago

Dr. P. Saravanan PSG CT
Robertson Algorithm for Signed 2's Complement Multiplication - Updated

Updated version of Signed 2's Complement Multiplication Algorithm.

35:35
Robertson Algorithm for Signed 2's Complement Multiplication - Updated

25,471 views

8 years ago

itzsoft
Python Data Structures and Algorithms for Interviews

Learn about data structure & algorithm concepts in Python and how to solve algorithm challenges you may encounter in an coding ...

1:29:48
Python Data Structures and Algorithms for Interviews

155 views

3 years ago

NPTEL IIT Bombay
Lecture 19A: Line search methods for unconstrained optimization

Week 10: Lecture 19A: Line search methods for unconstrained optimization.

21:19
Lecture 19A: Line search methods for unconstrained optimization

11,054 views

4 years ago