Satellite Categorizer is a C-based program that organizes and analyzes information about satellites. The program reads data from a CSV file, categorizes satellites based on various properties, and provides insightful queries.
- Clone the Repository:
git clone https://github.com/mariocroix/S1-Satellite-Categorizer.git
- Navigate to the Project Directory:
cd S1-Satellite-Categorizer - Build the Program:
make
- Run the Program:
./Satellite-Categorizer
- Categorize satellites based on name, purpose, country, agency, orbit type, launch date, and more.
- Explore statistics and rankings of satellites using provided queries.
- Efficiently handle large datasets with dynamic arrays and hashmaps.