issues
search
RPI-Subway-Challenge
/
subwayChallenge
Finds fastest path through all 472 NYC subway stations
https://en.wikipedia.org/wiki/Subway_Challenge
MIT License
8
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create move helper function for algorithms
#49
mduboef
closed
2 years ago
0
Data structures: list of pairs can be optimized to be a map
#48
yeyun163
closed
1 year ago
0
A Function / Few Functions that Prints the Current Status of Traveling
#47
ZhiqiEliWang
closed
2 years ago
0
issue #42 verify-visited fixed
#46
ZhiqiEliWang
closed
2 years ago
0
Reduce branches ending in a single station
#45
mduboef
closed
1 year ago
2
Add files via upload
#44
yeyun163
closed
2 years ago
0
A* heuristic
#43
mduboef
closed
2 years ago
1
Verify that stations are being marked as visited during manual traversal
#42
mduboef
closed
2 years ago
0
Static class diagram
#41
mduboef
closed
2 years ago
0
Update heuristic to be sum of distance to all unvisited
#40
mduboef
closed
2 years ago
0
Expand BFS Goal
#39
mduboef
closed
2 years ago
0
Merge 2 BFS implementations
#38
mduboef
closed
2 years ago
0
BFS
#37
RomeBits
closed
2 years ago
0
Visited bool in Station
#36
mduboef
closed
2 years ago
0
< operator for stations
#35
mduboef
closed
2 years ago
0
Create Station.removeTrip() function
#34
mduboef
closed
2 years ago
0
Create a comparator (!= and ==) for stations
#33
RomeBits
closed
2 years ago
0
Delete duplicate trips
#32
mduboef
closed
2 years ago
0
Store line as part of trip
#31
mduboef
closed
2 years ago
0
Better approximate train trip duration
#30
mduboef
closed
2 years ago
0
Validate that the list of trips for each station is correct
#29
RomeBits
closed
2 years ago
0
Validate that the trip objects contain correct travel times
#28
RomeBits
closed
2 years ago
0
Manual traversal of stations
#27
RomeBits
closed
2 years ago
0
Start to read walkData.txt
#26
mduboef
closed
2 years ago
0
Create trip objects from walkData.txt
#25
mduboef
closed
2 years ago
0
UCS for use in A*
#24
mduboef
closed
1 year ago
0
A* heuristic
#23
mduboef
closed
2 years ago
0
BFS looping issue
#22
mduboef
closed
2 years ago
1
Added a way to get the Euclidean distance in miles
#21
RomeBits
closed
2 years ago
0
Decide on longitude latitude ordering
#20
RomeBits
closed
2 years ago
0
Enable manual traversal via command line
#19
mduboef
closed
2 years ago
1
Create global clock
#18
mduboef
closed
2 years ago
0
addTrip function in Station
#17
mduboef
closed
2 years ago
1
Clean up Trip class
#16
mduboef
closed
2 years ago
0
Change trip duration from an int to a time object
#15
mduboef
closed
2 years ago
1
Create Trips object for pairs of stations deemed walkable in algo.cpp
#14
mduboef
closed
2 years ago
1
Given a line object create Trip objects for every set of neighbors
#13
mduboef
closed
2 years ago
0
addLines function in Station
#12
mduboef
closed
2 years ago
0
MIT License
#11
mduboef
closed
2 years ago
0
Add permissive open source liscensing
#10
mduboef
closed
2 years ago
0
Debug all class files
#9
mduboef
closed
2 years ago
0
Update lines private variable in Station
#8
mduboef
closed
2 years ago
0
Read & parse new text file of line info
#7
mduboef
closed
2 years ago
0
Feature csv parsing
#6
RomeBits
closed
2 years ago
0
Create time operators
#5
mduboef
closed
2 years ago
0
Find way to import Station class into algos.cpp
#4
mduboef
closed
2 years ago
0
Finish class constrcutors and helper fucntions
#3
mduboef
closed
2 years ago
0
Read basic info from Master CSV
#2
mduboef
closed
2 years ago
0
V2
#1
mduboef
closed
3 years ago
0
Previous