From e50cb743374fed555cc4b724eb112d0b2db19f9f Mon Sep 17 00:00:00 2001 From: Tianyu Chen Date: Mon, 25 Sep 2023 16:15:02 -0400 Subject: [PATCH] reference to book chapters --- proj2-seg-int.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proj2-seg-int.md b/proj2-seg-int.md index edcd8bf..1146e26 100644 --- a/proj2-seg-int.md +++ b/proj2-seg-int.md @@ -4,6 +4,13 @@ **[Note]** This is a group project. Students work in groups of 3 ~ 4 people. After completion, Every group member submits their solutions on Autograder individually. +## Before We Start + ++ **Required:** please read Textbook Ch. 4.4 carefully, especially the code listings + from Fig. 4.37 to Fig. 4.44. ++ Optional: read [CLRS](http://mitpress.mit.edu/9780262046305/introduction-to-algorithms/) + Ch. 33.1 and 33.2 for an introduction to segment intersection. + ## Introduction ![](assets/images/proj2/play.png)