From 822bcd0d161b70c2cdd989acfff43690732abf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 27 May 2024 12:37:09 +0300 Subject: [PATCH] docs: update spatial partitition --- spatial-partition/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spatial-partition/README.md b/spatial-partition/README.md index e0b3f2dba..add0afc08 100644 --- a/spatial-partition/README.md +++ b/spatial-partition/README.md @@ -102,7 +102,7 @@ This way, we can reduce the time complexity of finding the units within a certai ## Tutorials -* [Coding Challenge #98.1: Quadtree - Part 1 - The Coding Train](https://www.youtube.com/watch?v=OJxEcs0w_kE) +* [Coding Challenge #98.1: Quadtree - Part 1 (The Coding Train)](https://www.youtube.com/watch?v=OJxEcs0w_kE) ## Known Uses @@ -133,4 +133,4 @@ Trade-offs: * [Game Programming Patterns](https://amzn.to/3K96fOn) * [Introduction to Algorithms](https://amzn.to/4aC5hW0) * [Real-Time Collision Detection](https://amzn.to/4as9gnW) -* [Spatial Partition - Game Programming Patterns](http://gameprogrammingpatterns.com/spatial-partition.html) +* [Spatial Partition (Game Programming Patterns)](http://gameprogrammingpatterns.com/spatial-partition.html)