Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Language An important problem in conservation management is determination of the home range of an animal population. Wildlife biologists solve this problem by tagging

C++ Language

An important problem in conservation management is determination of the home range of an animal population. Wildlife biologists solve this problem by tagging a sample population and tracking location reports on a map of the area in which the sample population lives. An estimate on the home range is computed by finding the convex hull of the 2-d point cloud formed on the map by the observation locations. Assume that we have a tagged population that is living in an area upon which we overlay a 1000 by 1000 meter grid.

Write a program that reads a collection of observations from a data file (stored as x-y points, one per line, you will need to write a simple program that randomly generates one of these files) and determines the home range of the population by reporting the list of points that form the convex hull of the observation locations. Use the brute force algorithm presented in class to compute the convex hull.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago