jultty / sop-paren

A solution to the parenthesization problem presented in IFSP's Systems Analysis curriculum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English description below

Uma solução para o problema de parentização apresentado no curso de Análise de Sistemas do IFSP, durante a disciplina de Sistemas Operacionais.

Você pode compilar e rodar o código executando os wrappers gradlew (Unix) ou gradlew.bat (Windows) com o parâmetro run:

$ ./gradlew run

This is a solution to the parenthesization problem presented in IFSP's Systems Analysis curriculum, during the Operating Systems course.

You can compile and run the code by executing the gradlew (Unix) or gradlew.bat (Windows) wrappers with the run parameter, as shown in the code snippet above.

About

A solution to the parenthesization problem presented in IFSP's Systems Analysis curriculum.


Languages

Language:Java 97.4%Language:Shell 2.6%