Git Product home page Git Product logo

sameetasadullah / covid-stats-algorithms Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 16.14 MB

A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc

License: MIT License

C++ 100.00%
algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence visual-studio longest-decreasing-subsequence longest-increasing-subsequence

covid-stats-algorithms's Introduction

Covid Statistics Algorithms

Description

A program to find out Covid Stats of Different Countries using Efficient Algorithms.

Algorithms

  • Longest Increasing Subsequence (LIS).
  • Longest Decreasing Subsequence (LDS).
  • Knapsack Algorithm.
  • Longest Common Subsequence (LCS).

Functionalities

  • Top 20 Countries with the most confirmed cases on a given day.
  • Highest New Cases between two given dates.
  • Longest Spread Period for a given country (Used LIS for this functionality).
  • Longest Daily Death Toll Decrease Period for a given country (Used LDS for this functionality).
  • Highest Possible Score attainable for aid (Used Knapsack for this functionality).
  • Compare the Response of any two countries against the virus (Used LCS for this functionality).

Manual

  1. You can Change Covid Data in the file named as WHO-COVID-19.csv.
  2. You can Change Weight of Countries using in knapsack algorithm in the file named as CountryWeight.csv.

Working Screenshots



covid-stats-algorithms's People

Contributors

sameetasadullah avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.