Skip to content

Roger-Wu/lottery-problem-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottery Problem Verifier

Overview

The Lottery Problem Verifier is designed to check if a set of lottery number combinations can cover all possible lottery outcomes.

Requirements

  • Python 3.x
  • Optional: PyPy 3.x (for enhanced performance)

Installation

No additional installation is required. Ensure that Python 3.x is installed on your system. If desired, PyPy 3.x can be installed to execute the script with improved performance.

Usage Instructions

Using Python

$ python3 scripts/verify_coverage.py

Using PyPy

For improved performance, especially with complex verification tasks, use PyPy:

$ pypy3 scripts/verify_coverage.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages