Skip to content

EPW80/Greedy-vs-Exhaustive-Search

Repository files navigation

Greedy versus Exhaustive Search

  • Erik Williams 🦍

Description

  • set up an environment for implementing algorithms in C++, and use that to implement two algorithms that solve the same problem.

Project Objective

  • translate descriptions of two algorithms into pseudocode; analyze pseudocode mathematically; implement each algorithm in C++; test implementation; and describe results.

Results

Greedy vs Exhaustive

Releases

No releases published

Packages

No packages published