Skip to content

The fastest one was the character mode function, the second fastest was the longest mirror, and the slowest was the longest subset trio algorithm

License

Notifications You must be signed in to change notification settings

miles-dev33/Dynamic-Programming-Classification

Repository files navigation

Project 1: empirical analysis

Group members:

Miles McCloskey miles.mccloskey@csu.fullerton.edu

Chase Moynihan chasemoy@csu.fullerton.edu

Diego Franchi diegofranchi@csu.fullerton.edu

Project Description: This project implements 3 main algorithms, the first being the character mode which calculates the most reoccurring character from the input of a vector of strings. The next algorithm that it calculates is the longest mirrored string which checks to see which mirror string is the longest by storing a vector of the mirrored strings found and returning the contents of the index containing the longest one. Finally, the last algorithm that we are implementing in this project is the longest subset trio, which essentially finds the longest trio of words from a vector of N strings, and returns it.

About

The fastest one was the character mode function, the second fastest was the longest mirror, and the slowest was the longest subset trio algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published