4disease / csa

0 stars 1 forks source link

Kira Week 3 Grading #4

Open 4disease opened 2 years ago

4disease commented 2 years ago

CB wants you to work with Bubble Sort, Selection Sort, Insertion Sort and Merge Sort.

Sorts and Analysis -- Coding, Comments, and Documentation Build custom Bubble Sort, Selection Sort, Insertion Sort and Merge Sort. 25% Build a GitHub page that describes Sort implementations and the Big O complexity of these Sorts. 25% Analysis 25% 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% 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)

florayuan18 commented 2 years ago

Grade: 4.75/5

Sorts and Analysis -- Coding, Comments, and Documentation

Each sort function was clear on the Replit. It also ran very smoothly.

Analytics were clearly displayed/printed. All the requirements were met. However, there was no clear judgment on which of the sorts is the best, as it was not clarified.

GitHub Pages are organized very nicely, with clear references to Replit and IntelliJ code snippets. There are well over 10 commits on both the Java repository and the pages repository. Great job!