In this repository I publish some projects I have made in Design And Analysis of Algorithms class:
- IsPrime
Program that determines if a number written by the user is prime. - Recurrence equations iterators
Project that has the implementation of 6 iterators. - Activity
Linear search with certainty and matrix traversals. - Activity 3
Implementation of 3 sorting algorithms and 3 solutions to the minimum coin change problem. - MultipleSequenceAlignmentProject
Aligns various DNA sequences.