🛠️ Steven Gong

Search

SearchSearch
  • Algorithms
  • Topics

Jul 26, 2023, 1 min read

Algorithms

Definition: An algorithm is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output.

An algorithm is a “sequence of computational steps that transform the input into the output”.

Topics

  • Recursion
  • Loop Invariant
  • Divide and Conquer
  • Greedy Algorithms
  • Searching Algorithms
  • Sorting Algorithms
  • Data Compression

Graph View

Backlinks

  • 💻 Software Engineering (Programming)

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub