Skip to content

Repository of the course Algorithmic Fundamentals, which is part of the University Program Software Engineering in Universidad Complutense de Madrid (UCM).

Notifications You must be signed in to change notification settings

JuanRomo-dev/FAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33d9e75 · Sep 15, 2023
Sep 16, 2022
Sep 16, 2022
Jan 4, 2023
Sep 23, 2022
Jan 4, 2023
Jan 4, 2023
Jan 4, 2023
Oct 14, 2022
Jan 14, 2023
Nov 11, 2022
Jan 14, 2023
Jan 19, 2023
Nov 10, 2022
Dec 1, 2022
Dec 16, 2022
Dec 17, 2022
Dec 17, 2022
Dec 19, 2022
Dec 20, 2022
Dec 27, 2022
Dec 28, 2022
Dec 28, 2022
Dec 30, 2022
Jan 14, 2023
Jan 2, 2023
Jan 19, 2023
Dec 2, 2022
Sep 15, 2023

Repository files navigation

FAL

Repositorio de la asignatura Fundamentos de Algoritmia del 2º curso de Ingeniería de Software en la Universidad Complutense de Madrid (UCM).

En esta asignatura, he resuelto diversos problemas aplicando los siguientes algoritmos: Iterativos, Recursivos, Divide y Vencerás, y Vuelta Atrás. Para ello, utilizando el lenguaje C++, y TADs de este como los vectores, implementé las diversas soluciones.

También se han tratado conceptos teóricos, como el análisis del coste de un algoritmo, implementación de precondiciones y postcondiciones, cotas, o casos recursivos.

ENGLISH

Repository of the course Algorithmic Fundamentals, which is part of the University Program Software Engineering in Universidad Complutense de Madrid (UCM).

On this course, I solved different problems, using the following algorithmic techniques: Iterative Algorithms, Recursive Algorithms, Divide and Conquer, and Backtracking. I used C++ and some of its Abstract Data Types like vectors for the solutions.

Also I studied some theory concepts, such as the analysis of algorithm cost, implementation of Preconditions, Postconditions, and Invariants, Algorithm Dimension or implementation of recursive cases.

About

Repository of the course Algorithmic Fundamentals, which is part of the University Program Software Engineering in Universidad Complutense de Madrid (UCM).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages