opcushing / cs225-final-project-wikiracer

UIUC CS 225 Final Project - WikiRacer solver
https://mediaspace.illinois.edu/media/t/1_1oquv61x
0 stars 0 forks source link

Data intake #5

Closed jamieRollison closed 1 year ago

jamieRollison commented 1 year ago

We need to be able to intake data and store it as a graph somehow. This issue also involves data correction: we should probably parse the data and replace url encoding with readable text. The parsing functions given to us in mp_schedule may be helpful here.

opcushing commented 1 year ago

I believe all this should go in the Wikigraph file constructor (branch: wiki-constructor). We will need:

Those parsing helpful functions will be useful. Let's adapt those and include them in utilities.cc / utilities.hpp

opcushing commented 1 year ago

We seem to have reached all the goals, so I'm marking this issue as closed. Great work!