Commit Graph

112 Commits

Author SHA1 Message Date
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
64fc5d553f new random number files 2020-06-05 14:09:49 -05:00
288e70a7a2 deleting random number files without max value 2020-06-05 13:44:24 -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
eugenefischer
39c59da215 Update README.md 2020-06-02 14:10:50 -05:00
eugenefischer
092cde2552 Update README.md 2020-06-02 14:10:17 -05:00
eugenefischer
6414f9bbea Update README.md 2020-06-02 14:09:49 -05:00
b7f54db3f3 moving file 2020-06-02 14:06:50 -05:00
87b4928c92 large range random number files 2020-06-02 14:05:40 -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
277eff10e1 Merge branch 'master' of https://github.com/eugenefischer/Tutoring-APCompSci 2020-06-02 13:06:22 -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
652c484544 initial commit 2020-06-01 18:40:41 -05:00
a6144d029a formatting output 2020-06-01 18:21:13 -05:00
5bcefd48e9 renamed for consistency with other files 2020-06-01 18:10:57 -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
779ae0804f made directory for random number files 2020-05-31 12:12:58 -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
741d29f148 implemented making of random number files in AlgorithmTester, started sorting code 2020-05-30 12:29:30 -05:00
37ad93f370 Writing body of AlgorithmTester and RandomNumberFileMaker 2020-05-30 11:33:43 -05:00
fbd13aaac3 test implementation of classes with autoboxing 2020-05-30 10:33:12 -05:00
10662f96d9 Initial commit for RandomNumberFileReader class 2020-05-30 09:45:38 -05:00
136a759e73 Polymorphism example in SortResult 2020-05-30 09:41:56 -05:00
d11a20536e Update README.md 2020-05-29 12:39:28 -05:00
747aabe3ab testing 2020-05-29 10:54:06 -05:00
378620e597 Fixing some data types and class declarations 2020-05-29 09:58:45 -05:00
31915918f0 continuing to fill out module for student 2020-05-29 09:48:47 -05:00