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 ๐ช.