aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 19:50:43 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 19:50:43 -0400
commit246aabf036e731a1ae932bd7c3d1f08f7833cb7e (patch)
treec2fb7b242418edabbc8e28d17f728c6597339cf6
parent0090c2e9056d929c802515f9ca945a409c14be07 (diff)
updated README with resources on sets
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5dc1633..5241729 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,14 @@ Final Project for Moravian University CSCI 392: High Performance Computing.
## Running
+## Resources
+
+* [LibreText on The Mandelbrot Set](https://math.libretexts.org/Bookshelves/Analysis/Complex_Analysis_-_A_Visual_and_Interactive_Introduction_(Ponce_Campuzano)/05%3A_Chapter_5/5.05%3A_The_Mandelbrot_Set)
+* [LibreText on Julia Sets](https://math.libretexts.org/Bookshelves/Analysis/Complex_Analysis_-_A_Visual_and_Interactive_Introduction_(Ponce_Campuzano)/05%3A_Chapter_5/5.06%3A_The_Julia_Set)
+* [Various Algorithms for Plotting the Mandelbrot Set](https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set)
+* [Pseudocode for Julia Set](https://en.wikipedia.org/wiki/Julia_set#Pseudocode)
+* [Another HPC implemenation of Mandelbrot set rendering](https://github.com/OakenKnight/MandelbrotSet-HightPerformance-Implementation)
+
## Contributors
* JP Appel