Skip to content

frrst-ian/lol-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Description
  2. Design
  3. Features
  4. Technologies Used
  5. Installation

Description

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.

Design

Screenshot of leaderboard design

Features

  • Use heap to organize leaderboard
  • View the highest ranking user
  • Add a new user
  • Extract the top player
  • Optimized design for command line

Technologies Used

  • C++

Installation

Make sure you have installed git and c++ compiler in your system.

  1. Clone the GitHub repository to your local machine:

    git clone https://github.com/frrst-ian/lol-leaderboard.git
  2. Navigate to the project's directory:

    cd lol-leaderboard
  3. Open main.cpp file and run the project using your local compiler.

About

League of legends leaderboard, A power-based ranking system.

Topics

Resources

License

Stars

Watchers

Forks

Languages