Open ryanmgds opened 2 years ago
Total score: 3.5/5
Sorts and Analysis -- Coding, Comments, and Documentation Build custom Bubble Sort, Selection Sort, Insertion Sort and Merge Sort. 25% (Ryan has each type of sort and it works effectively)
Build a GitHub page that describes Sort implementations and the Big O complexity of these Sorts. 25% (Ryan has a gorgeous github page that explains the code)
Analysis 25% (not all the sorts run) Establish analytics including: time, comparisons and swaps. Average the results for each each Sort, run each at least 12 times and 5000 elements. You should throw out High and Low when doing analysis. Make your final/judgement on best sort considering Data Structure loading, Comparisons, Swaps, Big O complexity, and Time.
Individual GitHub pages, Replit, IntelliJ 25% (has the code on InteliJ and pushed to github repo) Organize files, directories and menus for all weeks. Make your GitHub pages fold into a personal portfolio Make sure all Code and Analytics runs on Replit and IntelliJ Ensure Individual GitHub Repository shows iteration on work (minimum of 10 commits on Java and 10 commits on Pages)
Total Score: 3.5/5
link to individual repo: https://github.com/ryanmgds/ryanmgds.github.io
Sorts and Analysis -- Coding, Comments, and Documentation Build custom Bubble Sort- https://github.com/ryanmgds/ryanmgds.github.io/blob/main/ryanbubblesort, Selection Sort- https://github.com/ryanmgds/ryanmgds.github.io/blob/main/SelectionSort, Insertion Sort- https://github.com/ryanmgds/ryanmgds.github.io/blob/main/insertionbubblesort, and Merge Sort- https://github.com/ryanmgds/ryanmgds.github.io/blob/main/MergeSort. 25%
Build a GitHub page that describes Sort implementations and the Big O complexity of these Sorts. 25%
Analysis 25% (dont have) Establish analytics including: time, comparisons and swaps. Average the results for each each Sort, run each at least 12 times and 5000 elements. You should throw out High and Low when doing analysis. Make your final/judgement on best sort considering Data Structure loading, Comparisons, Swaps, Big O complexity, and Time.
Individual GitHub pages, Replit, IntelliJ 25% - https://ryanmgds.github.io/ Organize files, directories and menus for all weeks. Make your GitHub pages fold into a personal portfolio Make sure all Code and Analytics runs on Replit and IntelliJ Ensure Individual GitHub Repository shows iteration on work (minimum of 10 commits on Java and 10 commits on Pages)