Doing It Wrong

learn in public

Site Navigation

  • Home
  • Books
  • Work & Play

Site Search

You are here: Home / Archives for Temporal

Measuring Temporal and Spatial Complexity

posted on November 27, 2023

What is Big O?

  • way to categorize your algorithm’s time or memory requirements
  • not an exact measurement
  • meant to generalize the growth of your algorithm

Why do we use it?

It helps us make decisions about what data structures and algorithms to use. Knowing how they will perform can help you make the right decision between performance and complexity.

Filed Under: Development Tagged With: Complexity, Reference, Spatial, Temporal

Profile Links

  • GitHub
  • Buy Me a Coffee?

Recent Posts

  • Event Listeners
  • A Philosophy of Software Design
  • The Programmer’s Brain
  • Thoughts on Microservices
  • API Design Patterns

Recent Comments

No comments to show.

Archives

  • May 2025
  • September 2024
  • July 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • December 2022
  • December 2021

Categories

  • Development