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