From c46c1521b79153603ce73878fe2577a05b15652b Mon Sep 17 00:00:00 2001 From: garcias <daniel.garcia22@estudiantes.uva.es> Date: Thu, 12 Dec 2024 10:26:32 +0000 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa009ad --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Referencias: + +[1] Stover, Christopher and Weisstein, Eric W. "Site Percolation." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/SitePercolation.html +[2] Daniel GarcÃa Solla (2024). On the time complexity analysis of numerical percolation threshold estimation. arXiv. https://arxiv.org/abs/2410.11874 +[3] Daniel GarcÃa Solla (2024). 2D site-percolation threshold. Kaggle. https://doi.org/10.34740/KAGGLE/DSV/9800784 +[4] https://observablehq.com/@d3/histogram/2 +[5] https://observablehq.com/@d3/kernel-density-estimation \ No newline at end of file -- GitLab