~/leocamacho.co

Get Around

  • 🧠 EdinburghAI

    Co-founder and President of my University's AI Society
  • 🛠️ Projects

    Side projects I've worked on
  • 📝 Essays

    Thoughts on AI, startups, and the future

Contact Me

  • 📧 Email
  • 💼 LinkedIn
  • 🐦 Twitter

Greedy Algorithms

Made Jun 22, 2025modified Jun 22, 20251 min read

What:

A type of Algorithms. It’s built off small, consecutive steps. Each decision is made for what’s the best thing you can do at that small, local step. Ideally, it ends being the globally best solution.

Examples:

  • Interval Scheduling
  • Dijkstra’s Algorithm
  • A specific sub-example of Greedy Algorithms: Greedy Approximation Algorithms

Graph View

  • What:
  • Examples:

Backlinks

  • Algorithms
  • Dijkstra's Algorithm
  • Dynamic Programming
  • Greedy Approximation Algorithms
  • Interval Scheduling

Created with Quartz v4.4.0 © 2025

  • GitHub
  • LinkedIn
  • Twitter