A series of C++98 projects exploring real-world inspired problems.
Parses historical exchange rates and calculates the value of a given amount of bitcoin on a specified date.
Implements a simple calculator that evaluates mathematical expressions in postfix notation.
Implements the Ford–Johnson merge-insert sort algorithm using two STL containers. Measures and compares performance.
- C++98
- Standard Template Library (STL)
- Containers:
map,stack,vector,deque - Time measurement with
<chrono>
make
./<program_name> [args...]