mraediaz
Database Engineer with a double degree in Computer Science and Mathematics. Learn more at mraediaz.github.io
Pinned Repositories
AnalysisAndDevelopmentOfSortingAlgorithms
Validating and analyzing the run-time complexity of Insertion Sort, Merge Sort, Heap Sort, and Quick Sort. We hope to discover the conditions, if any exist, where it would be most efficient to use one sort versus another by analyzing their best, worst, and random case run-times for multiple input sizes.
chicago-justice
Crime and Punishment in Chicago
CutRod
Explore dynamic programming using the example of cutting a rod of length n
FirstYearForums
First Year Forum app
Knapsack
This class will create the knapsack, the items, and implement the three strategies to it to find their different execution times.
LongestSubsequence
Given two strings with the characters "ACGT" This program will print the longest subsequence using dynamic programming.
mraediaz.github.io
PowersOfTwo
This class accepts an integer from the user between 0-20 and then shows the powers of two up until that integer.
Proportion-Calculator
SeniorIndividualProjectSIP
Thesis report regarding the importance of women in computer science, disparities caused by discrimination, and the success rate of various strategies commonly used to encourage gender diversity in technology.
mraediaz's Repositories
mraediaz/Knapsack
This class will create the knapsack, the items, and implement the three strategies to it to find their different execution times.
mraediaz/mraediaz.github.io
mraediaz/SeniorIndividualProjectSIP
Thesis report regarding the importance of women in computer science, disparities caused by discrimination, and the success rate of various strategies commonly used to encourage gender diversity in technology.
mraediaz/AnalysisAndDevelopmentOfSortingAlgorithms
Validating and analyzing the run-time complexity of Insertion Sort, Merge Sort, Heap Sort, and Quick Sort. We hope to discover the conditions, if any exist, where it would be most efficient to use one sort versus another by analyzing their best, worst, and random case run-times for multiple input sizes.
mraediaz/chicago-justice
Crime and Punishment in Chicago
mraediaz/CutRod
Explore dynamic programming using the example of cutting a rod of length n
mraediaz/FirstYearForums
First Year Forum app
mraediaz/FYEApp
FYE/Orientation Application for COMP490/489
mraediaz/LongestSubsequence
Given two strings with the characters "ACGT" This program will print the longest subsequence using dynamic programming.
mraediaz/PowersOfTwo
This class accepts an integer from the user between 0-20 and then shows the powers of two up until that integer.
mraediaz/Proportion-Calculator
mraediaz/xjava
Exercism Exercises in Java