A library of algorithms and data structures. Used in course EI1022/MT122 (Universitat Jaume I de Castelló)
Project description
Biblioteca algoritmia
Implementada en Python 3. Necesita Python 3.12 o superior.
Utilizada en dos asignaturas de la Universitat Jaume I de Castelló:
- EI1022: Grado en Ingeniería Informática.
- MT1022: Grado en Matemática Computacional.
Contenido
Estructuras de datos:
- Colas: Fifo, Lifo
- Listas enlazadas: LinkedList
- Grafos: Digraph, UndirectedGraph
- Montículos: MinHeap, MaxHeap
- Diccionarios de prioridad: MinHeapMap, MaxHeapMap
- Conjuntos disjuntos: MFSet
Algoritmos sobre grafos:
- Recorridos de vértices y aristas
- Componentes conexos
- Árbol de recubrimiento mínimo
- Camino más corto
- Algoritmo de Dijkstra
Esquemas algorítmicos:
- Búsqueda con retroceso (backtracking)
- Ramificación y acotación (brand and bound)
- Divide y vencerás (divide and conquer)
- Reduce y vencerás (reduce and conquer)
Problemas:
- Mochila (Knapsack)
- Cambio de moneda (Coin change)
- Empaquetado (Bin packing)
- Viajante (Travelling salesman)
- N-reinas (N-queens)
- Coloreado de grafos (Graph coloring)
- Voraces exactos: MST (Kruskal y Prim), mochila fraccionaria
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
algoritmia-3.1.3.tar.gz
(83.1 kB
view details)
Built Distribution
algoritmia-3.1.3-py3-none-any.whl
(102.7 kB
view details)
File details
Details for the file algoritmia-3.1.3.tar.gz
.
File metadata
- Download URL: algoritmia-3.1.3.tar.gz
- Upload date:
- Size: 83.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b907f79c9f4e704810949006c0e1e7ce3e1ba5483a489446c1749075dbf2635d |
|
MD5 | 799c9c38015d7a8ff6439e57c7b21a0e |
|
BLAKE2b-256 | 9614ece44582dfea52cd206c49a31736a74a7c2f279dba6432785ceb51635ff1 |
File details
Details for the file algoritmia-3.1.3-py3-none-any.whl
.
File metadata
- Download URL: algoritmia-3.1.3-py3-none-any.whl
- Upload date:
- Size: 102.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3471832ce1c34950a15871b248899720feb6a25e8e5c9625868bf6d104c56f60 |
|
MD5 | 3fd25a1137569a45dead2964e871fa5f |
|
BLAKE2b-256 | 5ad1fd57d439f573fd493b72096c35f55b6d6a9e4f285acecb4d9beaf57d14f0 |