Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm & C++ Exercises – Module 09 42 Coding School

A series of C++98 projects exploring real-world inspired problems.

🧩 Projects

🪙 BitcoinExchange

Parses historical exchange rates and calculates the value of a given amount of bitcoin on a specified date.

🧮 RPN (Reverse Polish Notation)

Implements a simple calculator that evaluates mathematical expressions in postfix notation.

📈 PmergeMe

Implements the Ford–Johnson merge-insert sort algorithm using two STL containers. Measures and compares performance.

⚙️ Technologies

  • C++98
  • Standard Template Library (STL)
  • Containers: map, stack, vector, deque
  • Time measurement with <chrono>

🛠 Build & Run

make
./<program_name> [args...]

About

C++ exercises: Reverse Polish Notation, and Ford-Johnson sorting with performance comparison.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages