Covid-19 Data Parse

Covid-19 Data Parse

Description:

The project had two working versions. One version used a map (Red-Black Tree) while the other used a hashmap.

Program Details:
  • Shows number of countries that the data had on
  • Displays the number of confirmed cases
  • Displays number of deaths & recovered
  • Displays countries confirmed, deaths, recovered by abbreviation
Data Structure: Hashmap, Map (Red-Black Tree)
Leveraged Knowledge:
  • Different data structures for the same project
  • Use of open source data to generate data analysis on current events

Download Code Here