Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kplanisphere/problemario-3-mdlp-u2
Metodología de la Programación - UNIDAD 2: ARREGLOS, CADENAS Y REGISTROS
https://github.com/kplanisphere/problemario-3-mdlp-u2
pseint pseudocode school-assignment
Last synced: 10 days ago
JSON representation
Metodología de la Programación - UNIDAD 2: ARREGLOS, CADENAS Y REGISTROS
- Host: GitHub
- URL: https://github.com/kplanisphere/problemario-3-mdlp-u2
- Owner: KPlanisphere
- Created: 2023-10-04T20:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T20:22:58.000Z (over 1 year ago)
- Last Synced: 2024-11-07T21:20:51.148Z (2 months ago)
- Topics: pseint, pseudocode, school-assignment
- Language: Papyrus
- Homepage: https://linktr.ee/planisphere.kgz
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problemario 3 - MDLP U2
1. Diseñar un algoritmo que permita administrar una librería usa una estructura que contiene el código del libro, titulo y el precio del libro. El algoritmo debe contar con las siguientes opciones presentadas en forma de menú.
- Registrar Libro
- Ordenar por precio en forma ascendente/descendente
- Buscar el libro de mayor/menor precio
- Salir