Welcome to Module 09, where we dive into the world of the C++ Standard Template Library (STL)!
This repository contains exercises designed to showcase your mastery of STL concepts through exciting problem-solving challenges.
Exercise | Description 📜 |
---|---|
ex00 | 🪙 Bitcoin Exchange - Simulate a cryptocurrency exchange! |
ex01 | ➕ Reverse Polish Notation (RPN) Calculator 🧮 |
ex02 | 🔄 PmergeMe - Optimized sorting with STL containers! |
To run any exercise:
- Navigate to the desired exercise folder:
cd ex00
- Build the project using
make
:make
- Run the program:
./ex00
- 🌟 STL Concepts: Mastering maps, stacks, queues, and more!
- 🧪 Tested Solutions: Each exercise is rigorously tested for accuracy and performance.
- 💡 Insights: Each exercise folder contains detailed documentation to explain the thought process.
Get started with the first exercise: Bitcoin Exchange 🪙.