# floyd-warshall **Repository Path**: mirrors_mljs/floyd-warshall ## Basic Information - **Project Name**: floyd-warshall - **Description**: Algorithm for finding shortest paths in a weighted graph with positive or negative edge weights (but with no negative cycles) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ml-floyd-warshall [![NPM version][npm-image]][npm-url] [![build status][ci-image]][ci-url] [![npm download][download-image]][download-url] Algorithm for finding shortest paths in a weighted graph with positive or negative edge weights (but with no negative cycles). ## Installation `$ npm i ml-floyd-warshall` ## [API Documentation](https://mljs.github.io/floyd-warshall/) ## License [MIT](./LICENSE) [npm-image]: https://img.shields.io/npm/v/ml-floyd-warshall.svg [npm-url]: https://npmjs.org/package/ml-floyd-warshall [ci-image]: https://github.com/mljs/floyd-warshall/workflows/Node.js%20CI/badge.svg?branch=main [ci-url]: https://github.com/mljs/floyd-warshall/actions?query=workflow%3A%22Node.js+CI%22 [download-image]: https://img.shields.io/npm/dm/ml-floyd-warshall.svg [download-url]: https://npmjs.org/package/ml-floyd-warshall