Skip to content

marcosmoroz/floyd-warshall-algorithm-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome! floyd-warshall-algorithm-calculator is licensed under the GNU General Public License v3.0. Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

SOME HISTORY: The main reason to create this calculator was where I realized that there wasn't any floyd-warshall calculator on the Internet to check if my homework from the University was OK. So I decided to program an algorithm so that any person can check their floyd-warshall exercises and make it free and public so that whoever can use and modify as much as they desire. I'm an 21 software developer boy and I really love coding!

how to implement "floyd-warshall-algorith-calculator" in my website?

  1. clone this repository or download the .zip
  2. extract the .zip downloaded
  3. copy the folder "floyd-warshall-algorith-calculator-main" (if you want, you can change the name)
  4. paste the folder inside your web root folder server (e.g: apache uses "htdocs" folder in Windows systems or "/var/www/html" path in Linux systems)
  5. enjoy it!

If you find a bug or you want to improve this algorithm, just send your PR! pd: just remember using this format for your commit: (e.g: "MM: date: this is my commit") -> MM = the first letter of my name and surname

Thx for reading! :)

***CONTRIBUTORS: -marcosmoroz -ssgalo