Skip to content

JordiSalaJuarez/99-Alice-Bob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Intro

Problem from kattis competition, found it fun to make the comunication between Alice and Bob using processes stdin/stdout such that alice.py calls bob.py

Problem

Alice and Bob play a game called 99, Alice starts by saying the number 0 and then Bob and Alice take turns, starting with Bob, increasing this number by either 1 or 2. The first that says the number 99 wins the game

Usage

python alice.py

or

chmod +x alice.py
./alice.py

Source

Problems from Baltic Olympiad in Informatics 2018, practice session (Simon Lindholm)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages