{"id":24131551,"url":"https://github.com/teenbiscuits/practicas-pp","last_synced_at":"2026-02-04T08:38:14.066Z","repository":{"id":271909606,"uuid":"865346717","full_name":"TeenBiscuits/Practicas-PP","owner":"TeenBiscuits","description":"Prácticas de la asignatura Paradigmas de la Programación en OCaml. Curso 2024/2025. No es mucho, pero es trabajo honesto","archived":false,"fork":false,"pushed_at":"2025-01-15T17:33:05.000Z","size":5654,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T01:58:53.039Z","etag":null,"topics":["fic","ocaml","pp","udc"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeenBiscuits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-30T11:37:45.000Z","updated_at":"2025-01-15T17:33:26.000Z","dependencies_parsed_at":"2025-01-10T17:42:24.610Z","dependency_job_id":"6e485d35-7b41-4d62-8c4f-490bc8c8c72c","html_url":"https://github.com/TeenBiscuits/Practicas-PP","commit_stats":null,"previous_names":["teenbiscuits/practicas-pp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-PP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-PP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-PP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-PP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeenBiscuits","download_url":"https://codeload.github.com/TeenBiscuits/Practicas-PP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329420,"owners_count":19944985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fic","ocaml","pp","udc"],"created_at":"2025-01-11T21:17:59.800Z","updated_at":"2026-02-04T08:38:13.986Z","avatar_url":"https://github.com/TeenBiscuits.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Practicas-PP\n\nPrácticas de la asignatura Paradigmas de la Programación en OCaml. Curso 2024/2025.\n\n\u003e [!NOTE]\n\u003e No todas las prácticas están perfectas ni mucho menos, muchas no fueron ni entregadas a tiempo. **Úsalas bajo tu propio riesgo.**\n\n\u003e No es mucho, pero es trabajo honesto\n\n- [x] [P1 - Práctica 1](/P01/)\n  - [x] [nombre.ml](/P01/nombre.ml)\n  - [x] [pi.ml](/P01/pi.ml)\n  - [x] [expr.ml](/P01/expr.ml)\n  - [x] [e.ml](/P01/e.ml)\n- [x] [P2 - Práctica 2](/P02/)\n  - [x] [frases.ml](/P02/frases.ml)\n- [x] [P3 - Práctica 3](/P03/)\n  - [x] [def.ml](/P03/def.ml)\n  - [x] [def_a.ml](/P03/def_a.ml)\n  - [x] [funciones.ml](/P03/funciones.ml)\n  - [x] [frases2.ml (Opcional)](/P03/frases2.ml)\n  - [x] [if_then_else.ml (Opcional)](/P03/if_then_else.ml)\n\n- [ ] [P4](/P04/)\n  - [x] [E1 - La conjetura de Collatz](/P04/E1/)\n    - [x] [collatz.ml](/P04/E1/collatz.ml)\n    - [x] [collatz_plus.ml (Opcional)](/P04/E1/collatz_plus.ml)\n  - [x] [E2 - El algoritmo de Euclides](/P04/E2/)\n    - [x] [mcd.ml](/P04/E2/mcd.ml)\n    - [x] [mcd_pasos.ml (Opcional)](/P04/E2/mcd_pasos.ml)\n  - [ ] [E3 - La sucesión de Fibonacci (Opcional)](/P04/E3/)\n    - [ ] fibto.ml\n    - [ ] fast_fibto.ml\n- [x] [P5 - \"101\"](/P05/)\n  - [x] [binarystr.ml](/P05/binarystr.ml)\n- [ ] [P6](/P06/)\n  - [x] [E1 - MCM (Opcional)](/P06/E1/)\n    - [x] mcm.ml\n  - [ ] [E2 - Factores](/P06/E2/)\n    - [ ] factores.ml\n    - [ ] factores_plus.ml\n  - [ ] [E3 - Hanoi 😱](/P06/E3/)\n    - [ ] [hanoi.ml](/P06/E3/hanoi.ml)\n\n- [ ] [P7 - Listas y Excepciones](/P07/)\n  - [x] [mcm_plus.ml](/P07/mcm_plus.ml)\n  - [ ] myList.ml\n- [ ] [P8 - Folding \u0026 Listing](/P08/)\n  - [ ] folding.ml (Opcional)\n  - [ ] listing.ml\n- [ ] [P9 - Práctica 9](/P09/)\n  - [ ] hanoi_plus.ml\n  - [ ] tail.ml (Opcional)\n\n- [ ] [P10 - Práctica 10](/P10/)\n  - [ ] galopada.ml\n  - [ ] lazy_queen.ml (Opcional)\n- [ ] [P11 - Práctica 11](/P11/)\n  - [x] [binTree.ml](/P11/binTree.ml)\n  - [x] [stBinTree.ml](/P11/stBinTree.ml)\n  - [ ] gTree.ml\n- [ ] [P12 - Práctica 12 (Opcional)](/P12/)\n  - [ ] binSubTrees.ml\n\n- [ ] [P13 - Práctica 13](/P13/)\n  - [ ] [E1 - Dijkstra](/P13/E1/)\n    - [ ] dijkstra.ml\n  - [ ] [E2 - Un Mundo Imperativo (Opcional)](/P13/E2/)\n    - [ ] list_loop.ml \n    - [ ] array_loop.ml\n\n## Pruebas Competitivas\n\n- [ ] [PC1 - Más Hanoi](/PC1/)\n  - [ ] [hanoi_plus.ml](/PC1/hanoi_plus.ml)\n- [ ] [PC2 - Solo Chess](/PC2/)\n  - [ ] solo.ml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteenbiscuits%2Fpracticas-pp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteenbiscuits%2Fpracticas-pp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteenbiscuits%2Fpracticas-pp/lists"}