Add initial implementation of hw2

This commit is contained in:
2019-10-07 19:06:14 -07:00
commit bc155dc53c
4 changed files with 104 additions and 0 deletions

26
report.txt Normal file
View File

@@ -0,0 +1,26 @@
Q0: Which of the following sorting algorithms are (or can be made) stable?
A: mergesort, quicksort with first element as pivot, selection sort with insertion,
and insertion sort are stable.
Debrief:
1. Approximately how many hours did you spend on this assignment?
Less than 1 hour.
2. Would you rate it as easy, moderate, or difficult?
Seemed easy, I didn't have any difficulties.
3. Did you work on it mostly alone, or mostly with other people?
Note you are encouraged to discuss with your classmates,
but each students should submit his/her own code.
Alone.
4. How deeply do you feel you understand the material it covers (0%100%)?
Seems like 100%. Didn't have any difficulties.
5. Any other comments?
In my opinion, it kinda sucks that only 1 code assignment is auto-graded.