From d6d5351e059c8670b1f98c91a53bbe6cb1979c69 Mon Sep 17 00:00:00 2001 From: Justin Heyes-Jones Date: Wed, 4 Oct 2023 19:11:09 -0700 Subject: [PATCH] Update README.md Add star history and fix Nils name :( --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 279045b..107d488 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ https://www.heyes-jones.com/astar.php The A* algorithm was described in the paper https://ieeexplore.ieee.org/document/4082128 by Hart, Nillson and Raphael. -This repository is dedicated to the memory of Nils Nillson who passed away in 2019. +This repository is dedicated to the memory of [Nils Nilsson](https://ai.stanford.edu/~nilsson/) who sadly passed away in 2019. + +### Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=justinhj/astar-algorithm-cpp&type=Date)](https://star-history.com/#justinhj/astar-algorithm-cpp&Date) ### Release notes