Commit Graph

3 Commits

Author SHA1 Message Date
whaffman
8d6e32b681 Implement BitcoinExchange class with file handling and data processing
- Added BitcoinExchange class to manage Bitcoin data.
- Implemented methods for loading data from files and processing input.
- Introduced exception handling for various error scenarios (file not found, line format issues, negative values, etc.).
- Created a main function to demonstrate usage and handle command-line arguments.
- Added input data file with various test cases for validation.
2025-09-09 16:50:47 +02:00
whaffman
08c21e6efe Implement RPN class with evaluation logic, exception handling, and main function; update PmergeMe class to track comparisons and enhance input validation 2025-09-08 16:09:46 +02:00
whaffman
d0a1b09d9a initial 2025-08-24 20:51:08 +02:00