Commit Graph

65 Commits

Author SHA1 Message Date
eugenefischer
31a6ad5cf8 Revert "Revert "Stream test"" 2020-06-11 14:06:24 -05:00
eugenefischer
435a9ef718 Revert "Stream test" 2020-06-11 14:03:27 -05:00
b614b0d0ce rewritten to use streams 2020-06-11 13:48:53 -05:00
3c49635303 now using Stream and try-with-resources syntax 2020-06-11 12:48:08 -05:00
50506d4465 remove old code 2020-06-11 12:25:46 -05:00
3ac8c7e315 bug fix 2020-06-11 12:24:06 -05:00
3ffcb05d13 use writeToArray() method 2020-06-11 12:20:13 -05:00
5a45b0ca3e Add number range to output 2020-06-11 12:17:33 -05:00
ba8820896e file now only read once 2020-06-11 12:00:27 -05:00
7f59fadc42 advance scanner past bad input on error 2020-06-11 11:05:47 -05:00
c67a2f25d5 removing extraneous override 2020-06-08 15:39:01 -05:00
5cac156f29 update flowchart 2020-06-08 13:44:48 -05:00
6472b7a902 finished flowchart 2020-06-08 13:38:32 -05:00
8ddce68e4d bug fix 2020-06-08 12:35:06 -05:00
cb3dca5d62 editing sort type strings 2020-06-08 12:35:00 -05:00
d3398c9b65 bug fix 2020-06-08 12:06:05 -05:00
d9b51e1c53 adding three-way partitioned quick sort 2020-06-08 12:00:51 -05:00
9f0ce5056d implementing 3-way partition quicksort 2020-06-08 11:56:48 -05:00
9d501eb6c8 changing quickSort() so it can be overridden 2020-06-08 11:56:07 -05:00
ad3bc3a431 Class to implment three way partition quick sort 2020-06-05 19:01:27 -05:00
52095c928d adding usage flowchart 2020-06-05 14:42:23 -05:00
f6bd8bbfc7 added constructor to allow variant subtyping 2020-06-05 14:14:11 -05:00
b7452d22be bugfix: now prints max number entered, not max-1 2020-06-05 13:43:05 -05:00
02f551cf0c Refactor to use writeToArray() method 2020-06-05 13:40:07 -05:00
6eb7f2046a refactor to use writeToArray() method 2020-06-05 13:20:11 -05:00
3bb022d745 writeToArray() bugfix 2020-06-05 13:19:51 -05:00
6364af3947 adding a writeToArray method and documenting code 2020-06-05 13:12:17 -05:00
bc3b45ff12 adding more detail to class diagram 2020-06-04 22:09:53 -05:00
a4f9682a4a updating class diagram 2020-06-04 16:29:42 -05:00
8753939edf testing a mermaid class diagram 2020-06-04 15:50:53 -05:00
3e6069fa85 formatting output 2020-06-04 10:51:23 -05:00
becfb0d452 formatting output 2020-06-02 13:59:20 -05:00
f04117225e formatting time output 2020-06-02 13:51:27 -05:00
9597c56c5d added code to count write operations used 2020-06-02 13:31:55 -05:00
2e8fa28a5a added code to count number of writes used 2020-06-02 13:26:54 -05:00
826f4ebe0e add field and method for writes used 2020-06-02 13:21:53 -05:00
f5a0a78490 removed extraneous code 2020-06-02 13:21:32 -05:00
d63182a55b added field for writes used 2020-06-02 13:19:01 -05:00
f0b987afe5 adding merge sort 2020-06-02 13:05:26 -05:00
9db2462791 initial commit 2020-06-02 13:05:17 -05:00
e182d4b49d added string array and boolean array for algorithm choices, to make adding new ones easier 2020-06-02 11:46:48 -05:00
a6144d029a formatting output 2020-06-01 18:21:13 -05:00
82ea963393 Added check that counting array isn't empty; avoids crash when file does not exist 2020-06-01 18:10:19 -05:00
e21c430d42 Adding print option to UI 2020-06-01 16:32:03 -05:00
db07554c4c Rewriting to use compare() method for comparison counting 2020-06-01 16:25:20 -05:00
c12372b2c0 implementing quick sort 2020-06-01 16:19:29 -05:00
118936b0a5 commenting out unused imports 2020-05-31 12:08:39 -05:00
13b66741a5 implemented counting sort 2020-05-31 12:07:41 -05:00
4574231dcb Eliminated swap counting, got bubble, selection, and insertion sort working 2020-05-31 09:49:28 -05:00
c680ec7671 much implementation, ready for first test 2020-05-30 18:46:10 -05:00