Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cty12 committed Sep 25, 2023
1 parent 9820caf commit 896a12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added assets/images/proj2/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion proj2-seg-int.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Introduction

![](assets/images/proj2/play.png)

In this project, we consider a classic problem in computational
geometry: Given a set of n line segments, identify an intersecting
pair, if one exists. The naive approach is to check all possible pairs
Expand Down Expand Up @@ -61,7 +63,7 @@ You are expected to test your code locally as you develop the program.

+ Submit your code `AVLTree.java` and `BinarySearchTree.java` to [link](https://autograder.luddy.indiana.edu/web/project/700).
+ Submit your test cases `StudentTest.java` to [link](https://autograder.luddy.indiana.edu/web/project/833).
We have included a small test case in the support code to get you started.
* We have included a small test case in the support code to get you started.

## Student Support Code and Task Description

Expand Down

0 comments on commit 896a12b

Please sign in to comment.