https://github.com/zanottipaolo/info1-dev
Info 1-Dev course exercises @ UniBg - Computer Engineering 2020/2021.
https://github.com/zanottipaolo/info1-dev
cpp
Last synced: 7 days ago
JSON representation
Info 1-Dev course exercises @ UniBg - Computer Engineering 2020/2021.
- Host: GitHub
- URL: https://github.com/zanottipaolo/info1-dev
- Owner: zanottipaolo
- Created: 2020-11-05T15:01:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T12:48:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T18:36:01.954Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Index :man_technologist:
Source code of Info 1-Dev course exercises @ UniBg - Computer Engineering 2020/2021.
## exe_2210
* [Prova](exe_2210/prova.cpp)
## exe_2910
* [Angolo](exe_2910/angolo.cpp)
* [Esercizio 2](exe_2910/esercizio_2_Zanotti.cpp)
* [Max](exe_2910/max.cpp)
* [Maxs](exe_2910/maxs.cpp)
* [Sums](exe_2910/sums.cpp)
* [Temperature converter](exe_2910/temperature_converter_Zanotti.cpp)
## exe_1211
* [Menu](exe_1211/consegna_menu_Zanotti.cpp)
* [Quadrati (con la somma)](exe_1211/quadrati_positivi.cpp)
* [Triangolo](exe_1211/triangolo.cpp)
## exe_1911
* [Funzioni](exe_1911/funzioni_menu_Zanotti.cpp)
* [Polinomio](exe_1911/polinomio.cpp)
* [Moda](exe_1911/moda.cpp)
## exe_2611
* [Palindromi](exe_2611/palindromi.cpp)
* [Matrice simmetrica](exe_2611/matrice_simmetrica.cpp)
* [Operazioni stringhe](exe_2611/menu_stringa_Zanotti.cpp)
## exe_0312
* [Stringhe - Struct](exe_0312/struct_studente_Zanotti.cpp)
## exe_1012
* [Ricerca Dicotomica](exe_1012/ricerca_dicotomica.cpp)
* [Albero binario](exe_1012/albero_binario_Zanotti.cpp)