Skip to content

The C++ Module 09 delves into advanced concepts of the Standard Template Library (STL) through three comprehensive exercises.

Notifications You must be signed in to change notification settings

chahid001/cpp09

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Module 09: STL Adventures 🚀

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.


📂 Repository Structure

Exercise Description 📜
ex00 🪙 Bitcoin Exchange - Simulate a cryptocurrency exchange!
ex01 Reverse Polish Notation (RPN) Calculator 🧮
ex02 🔄 PmergeMe - Optimized sorting with STL containers!

🛠️ Getting Started

To run any exercise:

  1. Navigate to the desired exercise folder:
    cd ex00  
  2. Build the project using make:
    make  
  3. Run the program:
    ./ex00  

📌 Highlights

  • 🌟 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.

🚀 Let's Explore!

Get started with the first exercise: Bitcoin Exchange 🪙.

About

The C++ Module 09 delves into advanced concepts of the Standard Template Library (STL) through three comprehensive exercises.

Topics

Resources

Stars

Watchers

Forks