Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


# Teoría de Grafos en TypeScript

Necesitaba calcular el camino más corto, así que escribí esta pequeña biblioteca de teoría de grafos en TypeScript inspirada en [JGraphT](https://jgrapht.org/).

Utilicé el excelente [typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter) de [alexjoverm](https://github.com/alexjoverm).