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
- Host: GitHub
- URL: https://github.com/emanuelefavero/human-code
- Owner: emanuelefavero
- Created: 2026-04-30T19:55:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-02T09:00:05.000Z (about 2 months ago)
- Last Synced: 2026-05-02T10:05:26.592Z (about 2 months ago)
- Topics: algorithms, exercises, logic, problem-solving, pseudocode
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)