DEV Community

# bigo

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Basics: Big O Notation

Basics: Big O Notation

140
Comments 2
3 min read
Big-O Notation Cheat Sheet: quick answers to Big-O questions

Big-O Notation Cheat Sheet: quick answers to Big-O questions

102
Comments 2
4 min read
Learning Some Computer Science will Make You a Better (And More Expensive) Engineer

Learning Some Computer Science will Make You a Better (And More Expensive) Engineer

91
Comments 8
5 min read
You Can’t Improve What You Don’t Understand: Know thy Algorithm’s Run Time Complexity

You Can’t Improve What You Don’t Understand: Know thy Algorithm’s Run Time Complexity

62
Comments 1
5 min read
Find Duplicates in an Array

Find Duplicates in an Array

38
Comments 16
4 min read
Complexidade de algoritmos - Notação Big O

Complexidade de algoritmos - Notação Big O

33
Comments 1
2 min read
Big O Notation: O(Log N)

Big O Notation: O(Log N)

22
Comments 1
3 min read
Asymptotic Notations B(OOT) : Big-O, Big-Omega, Big-Theta

Asymptotic Notations B(OOT) : Big-O, Big-Omega, Big-Theta

18
Comments
4 min read
Big O Notation: O(N Log N)

Big O Notation: O(N Log N)

17
Comments
4 min read
Singly Linked Lists Implementation in JavaScript and Python

Singly Linked Lists Implementation in JavaScript and Python

17
Comments
13 min read
Big-O Notation for Coding Interviews Explained Fast

Big-O Notation for Coding Interviews Explained Fast

17
Comments
3 min read
Big O Notation: Powers of N

Big O Notation: Powers of N

15
Comments 2
5 min read
Big O Notation: O(2^N)

Big O Notation: O(2^N)

13
Comments 2
3 min read
Data Structures 101: Introduction to Data Structures and Algorithms

Data Structures 101: Introduction to Data Structures and Algorithms

13
Comments 1
4 min read
An Introduction to Big O Notation

An Introduction to Big O Notation

12
Comments 1
4 min read
Beginners guide to finding the time complexity of an algorithm

Beginners guide to finding the time complexity of an algorithm

11
Comments 4
3 min read
Big O Notation: O(N!)

Big O Notation: O(N!)

10
Comments 2
4 min read
Let's learn the Big-O

Let's learn the Big-O

10
Comments 2
6 min read
'Big O' in Python with decorator

'Big O' in Python with decorator

10
Comments
2 min read
Big O notation in short

Big O notation in short

9
Comments
3 min read
Simple Introduction to Logarithms for Complexity Analysis

Simple Introduction to Logarithms for Complexity Analysis

9
Comments
6 min read
Big O: A Beginner's Guide:

Big O: A Beginner's Guide:

8
Comments 1
5 min read
The Big O Notation | Quadratic, constant and linear calculations in javascript

The Big O Notation | Quadratic, constant and linear calculations in javascript

7
Comments
3 min read
The Idea Behind Time Complexity

The Idea Behind Time Complexity

7
Comments
3 min read
An Introduction to Big O Notation

An Introduction to Big O Notation

6
Comments
7 min read
Surviving Big O: Part I

Surviving Big O: Part I

6
Comments
7 min read
Prepping for DSAs: Make Array Consecutive

Prepping for DSAs: Make Array Consecutive

6
Comments
2 min read
Algorithmic Complexity

Algorithmic Complexity

6
Comments
14 min read
Big O Notation

Big O Notation

6
Comments
3 min read
Basic Big O notation and Selection Sort

Basic Big O notation and Selection Sort

5
Comments
3 min read
Big O notation 1/2

Big O notation 1/2

5
Comments
3 min read
Data structures and algorithms __Evaluating Program Efficiency and sorting

Data structures and algorithms __Evaluating Program Efficiency and sorting

5
Comments
6 min read
How to validate a Sudoku board

How to validate a Sudoku board

5
Comments
2 min read
Road to algorithm world

Road to algorithm world

4
Comments
6 min read
Big O | Como calcular, na prática, em Javascript?

Big O | Como calcular, na prática, em Javascript?

4
Comments
1 min read
How do you optimizing recursive functions

How do you optimizing recursive functions

4
Comments
2 min read
Question: How was the assumption made?

Question: How was the assumption made?

4
Comments
1 min read
Let's Talk About Big-O - Time Complexity

Let's Talk About Big-O - Time Complexity

2
Comments
7 min read
Back to basics - The Big O (Part 1)

Back to basics - The Big O (Part 1)

2
Comments
3 min read
Big O Time/Space Complexity Types Explained - Logarithmic, Polynomial, Exponential, and More

Big O Time/Space Complexity Types Explained - Logarithmic, Polynomial, Exponential, and More

2
Comments 1
1 min read
Why a Hash Table is a Performant Data Structure

Why a Hash Table is a Performant Data Structure

1
Comments
3 min read
Efficient Design

Efficient Design

1
Comments
8 min read
When Big O Does and Does Not Matter

When Big O Does and Does Not Matter

1
Comments
1 min read
The cost of amortized time complexity

The cost of amortized time complexity

Comments
3 min read
Let's Talk About Big-O - Space Complexity

Let's Talk About Big-O - Space Complexity

Comments
5 min read
算法的时间复杂度表达方式“O”是啥?怎么读?

算法的时间复杂度表达方式“O”是啥?怎么读?

Comments 1
1 min read
Big O Notation: Understanding Time and Space Complexity

Big O Notation: Understanding Time and Space Complexity

Comments
4 min read
Big O Notation in Action: Analyzing the Complexity of Common Algorithms

Big O Notation in Action: Analyzing the Complexity of Common Algorithms

Comments
3 min read
An overview of Big O notation

An overview of Big O notation

Comments
4 min read
LinkedList Implementation of the most critical methods using Java generics.

LinkedList Implementation of the most critical methods using Java generics.

Comments
4 min read
Big O

Big O

Comments
1 min read
loading...