https://github.com/felixarpa/LP-Haskell
🎓 Haskell problems of Programming Languages (FIB)
https://github.com/felixarpa/LP-Haskell
fib functional-programming haskell
Last synced: 2 months ago
JSON representation
🎓 Haskell problems of Programming Languages (FIB)
- Host: GitHub
- URL: https://github.com/felixarpa/LP-Haskell
- Owner: felixarpa
- License: apache-2.0
- Created: 2017-10-19T08:15:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T11:36:31.000Z (over 7 years ago)
- Last Synced: 2024-07-31T20:43:59.700Z (10 months ago)
- Topics: fib, functional-programming, haskell
- Language: Haskell
- Homepage:
- Size: 3.59 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LP-Haskell
Haskell problems of Programming Languages (FIB)## Problems in Haskell
### Lab 1
- [P77907](lab1/P77907_ca/P77907.hs) Funcions amb nombres
- [P25054](lab1/P25054_ca/P25054.hs) Funcions amb llistes
- [P29040](lab1/P29040_ca/P29040.hs) Ordenació### Lab 2
- [P93632](lab2/P93632_ca/P93632.hs) Ús de funcions d'ordre superior (1)
- [P31745](lab2/P31745_ca/P31745.hs) Ús de funcions d'ordre superior (2)
- [P93588](lab2/P93588_ca/P93588.hs) Ús de llistes per comprensió
- [P90677](lab2/P90677_ca/P90677.hs) Definició de funcions d'ordre superior (1)
- [P71775](lab2/P71775_ca/P71775.hs) Definició de funcions d'ordre superior (2)
- [P98957](lab2/P98957_ca/P98957.hs) Llistes infinites### Lab 3
- [P93632](lab3/P37072_ca/P37072.hs) Arbre binari
- [P31745](lab3/P80618_ca/P80618.hs) Cua
- [P93588](lab3/P87974_ca/P87974.hs) Hola maco/a!
- [P90677](lab3/P87082_ca/P87082.hs) Índex de massa corporal
- [P70540](lab3/P70540_ca/P70540.hs) Expressions### More problems
- [P13133](more/P13133_ca/P13133.hs) Càlculs (1)
- [P97301](more/P97301_ca/P97301.hs) FizzBuzz
- [P82972](more/P82972_ca/P82972.hs) Candidats
- [P11570](more/P11570_ca/P11570.hs) Pensions
- [P87706](more/P87706_ca/P87706.hs) Arbres binaris de cerca: ***test-7:** Tests d’eficiència, genericitat i integritat amb totes les funcions.*### TODO
- [P41691](more/P41691_ca/) Multiplicació de polinomis
- [P79515](more/P79515_ca/) Arbres AVL
- [P54585](more/P54585_ca/) Punts més propers
- [P77791](more/P77791_ca/) Collatz
- [P27104](more/P27104_ca/) Programació dinàmica## Pràctica
El codi i l'explicació de la pràctica està en [aquest enllaç](practica/). Com podeu veure aquest repositori **no té llicencia**, per tant, no està permés copiar-lo com s'explica [aquí](https://choosealicense.com/no-license/) i a la [Wikipedia](https://en.wikipedia.org/wiki/License-free_software).