An open API service indexing awesome lists of open source software.

https://github.com/emanuelefavero/human-code


https://github.com/emanuelefavero/human-code

algorithms exercises logic problem-solving pseudocode

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# Human Code

> Note: This repo is in Italian

Esercizio di pseudo-codice.

L'obiettivo e' scomporre problemi espressi ad alto livello in passaggi logici, usando costrutti come `SE`, `ALLORA`, `ALTRIMENTI`, `FINCHE'` e `PER OGNI`.

Ogni soluzione viene scritta in un file `.txt`, senza usare un linguaggio di programmazione specifico.

## Materiale

- [Esercizi](EXERCISES.md)
- [Cheatsheet pseudo-codice](CHEATSHEET.md)

## Soluzioni

- [1 Fare la spesa seguendo una lista](solutions/01-spesa.txt)
- [2 Aprire un pacchetto di figurine](solutions/02-figurine.txt)
- [3 Scegliere cosa guardare su Netflix](solutions/03-netflix.txt)
- [4 Preparare le lasagne alla bolognese](solutions/04-lasagne.txt)
- [5 Comprare qualcosa su Amazon](solutions/05-amazon.txt)
- [6 Ordinare una pizza](solutions/06-pizza.txt)
- [7 Scansionare un documento su più fogli fronte-retro](solutions/07-scansione.txt)
- [8 Contare i posti a tavola di 2 in 2](solutions/08-tavola.txt)
- [9 Caricare una foto su Instagram](solutions/09-instagram.txt)
- [10 Attraversare la strada](solutions/10-strada.txt)
- [11 Gioco del blackjack](solutions/11-blackjack.txt)