Skip to content

Producer-Consumer problem in Java and Python (JDK16 and Python3)

Notifications You must be signed in to change notification settings

cassiofb-dev/producer-consumer_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problema Produtor-Consumidor

preview Implementação do problema produtor-consumidor em:

  • Java
  • Python
  • C

Executando o código

Clone o repositório

git clone https://github.com/cassiofb-dev/producer-consumer_problem

Abra a pasta no terminal:

cd producer-consumer_problem

Para executar em Java - OpenJDK16

Compile:

javac Main.java

Execute:

java Main

Para executar em Python - Python3

Execute o comando

py main.py