diff options
author | Andinus <andinus@nand.sh> | 2021-10-16 13:56:22 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-16 13:56:22 +0530 |
commit | 58a57abaaa5fa2f579e72350a7d5813c65e10560 (patch) | |
tree | df854b553d908e554a50f9b6266990d59c4d7973 /README | |
download | fornax-58a57abaaa5fa2f579e72350a7d5813c65e10560.tar.gz |
Initial Commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..d71cd78 --- /dev/null +++ b/README @@ -0,0 +1,28 @@ + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + FORNAX + Collection of tools to visualize Path Finding + Algorithms + + Andinus + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Table of Contents +───────────────── + +Project Structure + + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + Website <https://andinus.unfla.me/projects/fornax> + Source <https://git.unfla.me/fornax> + GitHub (mirror) <https://github.com/andinus/fornax> +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Project Structure +═════════════════ + + • Algorithms are located in `algorithms/' directory, sub-directory + needs to be created for programming languages which will hold the + actual source. |