Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 556 Bytes

File metadata and controls

18 lines (11 loc) · 556 Bytes

Heuristic Core Greedy Algorithms

Application of core greedy algorithms for general heuristic problem-solving using Python

Table of contents

  1. Authorship
  2. Description

1 Authorship

Original publish date: May, 2023
License: MIT
Author: Alejandro Asensio Pérez

2 Description

This notebook explores the fundamental concepts of greedy algorithms and their application in heuristic problem-solving. It provides a collection of interactive Python notebooks.