This program takes in a set of points, and then finds all sets of four points which are collinear (have a single line segment which can travel through all four). BruteCollinear.java used a brute-force algorithm for doing this. FastCollinear.java uses a faster, more efficient, algorithm
-
Notifications
You must be signed in to change notification settings - Fork 4
jKard1210/Collinear-Points
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solution for Princeton's Algorithms I assignment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published