Skip to main content

Home/ OCG developers/ Group items tagged algorithms

Rss Feed Group items tagged

Steven van Dijk

A Beginner's Guide to Big O Notation « Rob Bell - 0 views

  •  
    Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm. [..] Hopefully this article will help you gain an understanding of the basics of Big O and Logarithms.
Steven van Dijk

(PluralSight course) Algorithms and Data Structures - 0 views

  •  
    "A look at the core data structures and algorithms used in day-to-day applications."
Steven van Dijk

There Are Only Two Roles of Code - 0 views

  •  
    "All code can be classified into two distinct roles; code that does work (algorithms) and code that coordinates work (coordinators)."
1 - 4 of 4
Showing 20 items per page