The purpose of this project is to create a simple leaderboard for the game league of legends. This project sorts the users based on their power and rank. I created this so that I can practice my skills in Max/Min heaps data structure.
- Use heap to organize leaderboard
- View the highest ranking user
- Add a new user
- Extract the top player
- Optimized design for command line
- C++
Make sure you have installed git and c++ compiler in your system.
-
Clone the GitHub repository to your local machine:
git clone https://github.com/frrst-ian/lol-leaderboard.git
-
Navigate to the project's directory:
cd lol-leaderboard
-
Open main.cpp file and run the project using your local compiler.