Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosassebastian2003/advanced-algorithms

Projects from my fifth semester algorithms course
https://github.com/rosassebastian2003/advanced-algorithms

Last synced: about 2 months ago
JSON representation

Projects from my fifth semester algorithms course

Awesome Lists containing this project

README

        

# Created by
- Sebastian Rosas Maciel - A01233989
---
## Table of Contents
---
### Feb
- Act 1.1 - Merge Sort: Contains a simple merge sort algorythm which can manage doubles and sort them in descending order, there's also a test method for the user to create a double vector of as many elements as desired, to the print the initial vector as well as the sorted vector
-