Skip to content

This repository includes projects that implemented three different types of algorithms , a divide and conquer algorithm was used to solve a Convex Hull problem (A1), a greedy algorithm was implemented to create triangle strips out of a triangle mesh (A2), and dynamic programming was used for the minimum area triangulation between two contours (A3.)

Notifications You must be signed in to change notification settings

miodrag4/CMPE-365-Algorithims

Repository files navigation

CMPE 365 Algorithims

Principles of design, analysis and implementation of efficient algorithms. Case studies from a variety of areas illustrate divide and conquer methods, the greedy approach, branch and bound algorithms and dynamic programming.

About

This repository includes projects that implemented three different types of algorithms , a divide and conquer algorithm was used to solve a Convex Hull problem (A1), a greedy algorithm was implemented to create triangle strips out of a triangle mesh (A2), and dynamic programming was used for the minimum area triangulation between two contours (A3.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages