Jonathan Turner Turner
Turner pushed to main at Turner/CS4306-Algorithm_Analysis 2024-04-06 17:22:07 +00:00
8d916ed661 Started implementing Merge/Quicksort.
Turner pushed to main at Turner/CS4306-Algorithm_Analysis 2024-03-24 02:20:47 +00:00
d0a47f7b64 Added headers and fixed the loops/prints. Added Comments.
f04910cb73 Began the sentinel loop.
e0f1af33a1 Updated copilot gitignore.
a7c4cfa36c Removed unneeded conditional.
1feed10d53 Merge remote-tracking branch 'origin/dev' into dev
Compare 19 commits »
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-23 21:47:08 +00:00
d0a47f7b64 Added headers and fixed the loops/prints. Added Comments.
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-23 03:24:49 +00:00
f04910cb73 Began the sentinel loop.
e0f1af33a1 Updated copilot gitignore.
a7c4cfa36c Removed unneeded conditional.
Compare 3 commits »
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-21 16:56:24 +00:00
1feed10d53 Merge remote-tracking branch 'origin/dev' into dev
d9735ec2bd Fixed InterpolationSearch getting caught on missing element.
Compare 2 commits »
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-21 16:54:47 +00:00
abb7b04383 Fixed InterpolationSearch getting caught on missing element.
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-21 16:54:22 +00:00
b97fb17561 Began implementation of TestInterpolationSearch#runIntSearch
d31dbbb4d8 Implemented TestInterpolationSearch#RandomDistinct
aec729b236 Implemented InterpolationSearch.java
Compare 3 commits »
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-03-07 17:29:19 +00:00
f842d5c2ea Starting Assignment 3
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-02-24 03:26:19 +00:00
726af6ba4b Finished Assignment 2.
Turner pushed to dev at Turner/CS4306-Algorithm_Analysis 2024-02-23 03:12:27 +00:00
9d87b9924f Started Big O Analysis.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-12 19:04:40 +00:00
9f5e04d11d A1 Assignment Submitted.
8e17de3392 Finished Project, Creating Performance Files and References.
d4ba6c78d4 Finished commenting.
97ccd4d66b Finished commenting.
22ffd96380 Implemented functionality to record number of nodes used.
Compare 16 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-12 19:01:51 +00:00
9f5e04d11d A1 Assignment Submitted.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-12 03:58:34 +00:00
8e17de3392 Finished Project, Creating Performance Files and References.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-12 03:00:22 +00:00
d4ba6c78d4 Finished commenting.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-12 03:00:11 +00:00
97ccd4d66b Finished commenting.
22ffd96380 Implemented functionality to record number of nodes used.
4753ba5aa9 Documented and Organized Code.
76c66440d6 Added iteration counter to Solver.java
29328c2288 Removed Files.
Compare 5 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-12 02:32:33 +00:00
136c78cd9d Implemented iteration counter and modified some doucmentation.
3ac16301fb Removed unused files.
8f28761776 Removed Driver.java due to replacing with JavaFX.
8d87ca5aab Removed Driver.java due to replacing with JavaFX.
7a81bd5dc8 Removed unused imports and provided JavaDocs.
Compare 7 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 22:43:46 +00:00
e0932b4721 Removed performance files.
Turner pushed to master at Turner/CS3642-Artificial_Intelligence 2024-02-11 22:42:51 +00:00
2da192b76d Finished designing and refractering code for GUI.
76888ebec7 Added Default Starting File.
66f2448b37 Modified DFS to perform more optimal for output analysis.
48d2c51652 Added support for both Mac M1 and X86 Windows
f096276422 Implemented most functionality for the GUI and error correction. Removed Certain display settings.
Compare 5 commits »
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 22:42:08 +00:00
2da192b76d Finished designing and refractering code for GUI.
Turner pushed to dev at Turner/CS3642-Artificial_Intelligence 2024-02-11 21:47:01 +00:00
76888ebec7 Added Default Starting File.