ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

19,803 results

Quoc Dat Phung
How to Prove or Disprove Big-O - Introduction to Computer Science

In this video, I will show you how to prove or disprove Big O. I will also go over the formal definition of the formula Big O using ...

18:35
How to Prove or Disprove Big-O - Introduction to Computer Science

86,484 views

2 years ago

Fireship
Big-O Notation in 100 Seconds

Learn Big-O Notation in 100 Seconds (of Computer Science). ⚡ #compsci #100SecondsOfCode Install the quiz app iOS ...

1:40
Big-O Notation in 100 Seconds

630,495 views

6 years ago

Professor Painter
Asymptotic Notation 3 - Example of Big O Notation

In this video use the definition of Big-O to examine the growth rate of a polynomial.

6:55
Asymptotic Notation 3 - Example of Big O Notation

51,053 views

4 years ago

Bro Code
Learn Big O notation in 6 minutes 📈

Big O notation tutorial example explained #big #O #notation.

6:25
Learn Big O notation in 6 minutes 📈

554,993 views

4 years ago

randerson112358
Prove Big-O

Learn how to prove computer science asymptotic analysis. This video proves f(n) = O( g(n) ) or in this case f(n) = O(n^2). Big Oh ...

7:10
Prove Big-O

208,956 views

11 years ago

TrustyTutorials
Solving Big-O Problems

Today, we're going over Big-O notation. Most tutorials online cover how to find Big-O in the context of computer programs, but not ...

4:04
Solving Big-O Problems

12,172 views

4 years ago

The Coding Gopher
Big O Proofs in 5 Minutes

In this video, we dive into the process of proving Big O complexity for different algorithms. ☕ Buy Me a Coffee: ...

5:10
Big O Proofs in 5 Minutes

945 views

1 year ago

Michael Sambol
Big-O notation in 5 minutes

Introduction to big-O notation. Code: https://github.com/msambol/dsa Sources: 1. Algorithms by S. Dasgupta, C. H. Papadimitriou, ...

5:13
Big-O notation in 5 minutes

1,394,607 views

9 years ago

People also watched

freeCodeCamp.org
Big O Notation - Full Course

This course will teach you how to understand and apply the concepts of Big O Notation to Software Engineering. Big-O notation is ...

1:56:16
Big O Notation - Full Course

641,635 views

4 years ago

NeetCode
Big-O Notation - Everything you Need for Coding Interviews

My friends at Warp are offering a discount on their premium Pro plan for only $1/month your first month ...

14:40
Big-O Notation - Everything you Need for Coding Interviews

53,902 views

6 months ago

SimonDev
What Big-O notation ACTUALLY tells you, and how I almost failed my Google Interview

What is Big-O notation, and what are some misconceptions that even advanced engineers have? Patreon: ...

10:48
What Big-O notation ACTUALLY tells you, and how I almost failed my Google Interview

383,907 views

4 years ago

zhuli
The Dark Side of Pascal's Triangle #SoME4

Phi operator taken from: https://www.youtube.com/watch?v=D0EUFP7-P1M This video fixes many of the technical errors from the ...

51:28
The Dark Side of Pascal's Triangle #SoME4

9,640 views

6 days ago

Kantan Coding
Big O Notation Series #7: Time Complexity Visualization of Recursive Fibonacci

In this video, I will show you how to visualize and understand the time complexity of recursive fibonacci. You will learn about Big ...

8:10
Big O Notation Series #7: Time Complexity Visualization of Recursive Fibonacci

37,835 views

4 years ago

Sprint Master
5 Common Time Complexities Explained | O(1) | O(n) | O(n^2) | O(logn) | O(nlogn) | Sprint Master

Big Oh Notation 2. Omega Notation 3. Theta Notation Out of all these three notations, Big Oh Notation is the most common and ...

16:14
5 Common Time Complexities Explained | O(1) | O(n) | O(n^2) | O(logn) | O(nlogn) | Sprint Master

5,128 views

5 years ago

Web Dev Simplified
Learn Big O Notation In 12 Minutes

Big O Notation is one of the more confusing computer science topics since it is not very intuitive. It also is one of the most important ...

12:18
Learn Big O Notation In 12 Minutes

208,578 views

5 years ago

profbillbyrne
Big Oh Notation (and Omega and Theta)

Data Structures and Algorithms 1.2 - Big Oh notation, Running times.

48:03
Big Oh Notation (and Omega and Theta)

216,844 views

13 years ago

HackerRank
Big O Notation

Learn about Big O notation, an equation that describes how the run time scales with respect to some input variables. This video is ...

8:37
Big O Notation

1,751,015 views

9 years ago

Simple Snippets
What is Big O notation & Time Complexity of Algorithms | Algorithm Analysis in Data Structures

Support Simple Snippets by Donations - Google Pay UPI ID - tanmaysakpal11@okicici PayPal - paypal.me/tanmaysakpal11 ...

39:21
What is Big O notation & Time Complexity of Algorithms | Algorithm Analysis in Data Structures

82,359 views

6 years ago

Keep On Coding
Big O Notation - Code Examples

Instagram: https://www.instagram.com/keep_on_coding/ Merch: https://teespring.com/stores/keep-on-coding Patreon: ...

15:18
Big O Notation - Code Examples

132,099 views

5 years ago

EECS 203
Proving & Disproving big O

small edit at 6:45 - c*x^2 should evaluate to 2c^2 + c.

8:08
Proving & Disproving big O

9,069 views

4 years ago

NeetCode
Big-O Notation - For Coding Interviews

https://neetcode.io/ - Get lifetime access to all current & future courses I create! Going over all of the common big O time and space ...

20:38
Big-O Notation - For Coding Interviews

747,588 views

3 years ago

Back To Back SWE
Asymptotic Notations 101: Big O, Big Omega, & Theta (Asymptotic Analysis Bootcamp)

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

23:16
Asymptotic Notations 101: Big O, Big Omega, & Theta (Asymptotic Analysis Bootcamp)

394,365 views

6 years ago

Abdul Bari
1.8.1 Asymptotic Notations Big Oh - Omega - Theta #1

Asymptotic Notations #1 Big - Oh Omega Theta PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on Udemy ...

15:46
1.8.1 Asymptotic Notations Big Oh - Omega - Theta #1

2,378,103 views

8 years ago

Professor Painter
Asymptotic Notation 5 - Big O Notation and Logs

In this video we examine the complexity of an expression that involves logarithms and demonstrate how this changes our ...

6:01
Asymptotic Notation 5 - Big O Notation and Logs

25,666 views

4 years ago