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.4.tar.gz
(83.3 kB
view details)
Built Distribution
algoritmia-3.1.4-py3-none-any.whl
(102.7 kB
view details)
File details
Details for the file algoritmia-3.1.4.tar.gz
.
File metadata
- Download URL: algoritmia-3.1.4.tar.gz
- Upload date:
- Size: 83.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d08a1f9fc695ff449fffba305ce75755e714bc8cd966729d662911713ab648 |
|
MD5 | 30524cd5fc489592d2196e56d2a779f5 |
|
BLAKE2b-256 | 11b0e496881b4ad21e4994cb94ea7547fe603e8e2d3516ccd4a68fbee3754436 |
File details
Details for the file algoritmia-3.1.4-py3-none-any.whl
.
File metadata
- Download URL: algoritmia-3.1.4-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 | 15a4bf84122d034cfbebcb667e9f4b7ffc8375edfc6cb07573d49a0a1349a505 |
|
MD5 | 9fcc769203dcacf3f2a9a297ab41b6c0 |
|
BLAKE2b-256 | 759658e078d10e069f5785d68ed8695c2e876c80a8217b14e8b144812dbffaf7 |