Este repositorio contiene ejemplos basicos de los algoritmos y estructura de datos para los concursos de programacion.
Cada algoritmo y/o estructura de datos contiene un README separado donde se explica el funcionamiento de dicho algorithm ademas de las diferentes fuentes.
A data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.
ATrie