Skip to content

benracine/drones-polar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polar Drones Field of Vision Calculations

There are 2 different solutions

  • First is an easy to understand, but probably unnacceptably slow solution that is O(n^2) on this branch
  • Then there is an O(n * log n ) solution on this branch.

Quick Start

All branches can be run with a simple cargo run from the project root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages