Pagwin pushed to main at Pagwin/cs440-assignment3 2025-08-14 19:49:41 +00:00
74a843720e got test(s) to compile and run even though I fail them
7dc09fd541 commented out lines in test to allow compilation
099905897e message for grading TA
12d0c45322 I'm to tired to figure out how to get the base and derived class configured to work properly much less the pointer casts
d90f19f897 more inheritence fuckery
Compare 10 commits »
Pagwin created repository Pagwin/cs440-assignment3 2025-08-14 19:49:33 +00:00
Pagwin created branch main in Pagwin/cs440-assignment2 2025-08-14 19:47:08 +00:00
Pagwin pushed to main at Pagwin/cs440-assignment2 2025-08-14 19:47:08 +00:00
ae0b45df73 Fixed issues and setup a makefile for submission
30babdb9dc some fixes
ce0f5f7ef0 slowly working through given tests to get Map fully working in all functionality
315a200c9b committing more tests
9271042e78 <, == and != done
Compare 10 commits »
Pagwin created repository Pagwin/cs440-assignment2 2025-08-14 19:46:29 +00:00
Pagwin created branch submission in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:54 +00:00
Pagwin pushed to submission at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:54 +00:00
Pagwin created branch shared_integration in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:41 +00:00
Pagwin pushed to shared_integration at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:41 +00:00
e1f5b4967e Fix merge conflicts from main to shared_integration
Pagwin created branch route_find in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:36 +00:00
Pagwin pushed to route_find at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:36 +00:00
390e2ae57d needed neo4j plugin added to docker compose
c6f5e8245a realized I was allowing query injection to graph db for no reason
a7a7abd901 code for adding edges added in but not quite done to avoid duplicate edge creation yet and completely untested
9118e59b3a slightly better neo4j import api that has provider prefix and what not be specified as an option
Compare 4 commits »
Pagwin created branch path-ui in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:29 +00:00
Pagwin pushed to path-ui at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:29 +00:00
23c20cdfd0 Updated demo video
5c2dd0395e Updated submission
9a01b1b443 Cleanup
a5090988d5 Merge branch 'main' into path-ui
2e3813398e UI and algorithm finished
Compare 7 commits »
Pagwin created branch feedback in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:12 +00:00
Pagwin pushed to feedback at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:12 +00:00
Pagwin created branch main in Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:01 +00:00
Pagwin pushed to main at Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:15:01 +00:00
9558d02f39 README stuff, hacky justfile added and demo is recorded
94fda78bd9 work on readme and license
8950751c82 (HACKS!!!)lots of bullshit hacks to remove later (#14)
e8de6475c7 Optimizations (#15)
d0387c7aa2 Working "find a path" code (#13)
Compare 10 commits »
Pagwin created repository Pagwin/BinghamtonBetterBus-v2 2025-08-13 21:14:34 +00:00
Pagwin pushed to main at Pagwin/psb 2025-08-12 04:03:15 +00:00
94d7047534 more grammar fuckery and some implementation of markdown parser
Pagwin pushed to main at Pagwin/psb 2025-08-12 00:58:34 +00:00
7c13bdc4af realized there was backtracking and didn't want to backtrack so asked LLM for left factored ABNF