Find Jobs
Hire Freelancers

data structure

$30-5000 USD

Completed
Posted about 20 years ago

$30-5000 USD

Paid on delivery
Use the union/find algorithm to implement a solution for the following problem. Given a set of points represented by their xy-coordinates, assign the points to clusters. Any two points are defined to be in the same cluster if they are within a specified distance d of each other. For the purpose of this problem, clustering is an equivalence relationship. In other words, points A, B, and C are defined to be in the same cluster if the distance between A and B is less than d and the distance between A and C is also less than d, even if the distance between B and C is greater than d. To solve the problem, compute the distance between each pair of points, using the equivalence alogorithm to merge cluster whenever two points are within specified distance. **UNION/FIND alogorithm template <class Elem> class Gentree{ private: int* array; int size; int FIND(int) const; public: Gentree(int) ~Gentree{delete [] array;} void UNION(int, int); bool differ(int, int); };** **Gentree::Gentree(int sz){ size = sz; array = new int[sz]; for(int i=0;i<sz;i++) array[i]=ROOT; }** **bool Gentree::differ(int a, int b){ int root1 = FIND(a); int root2 = FIND(b); return root1 != root2; }** **void Gentree::UNION(int a, int b){ int root1 = FIND(a); int root2 = FIND(b); if(root1 != root2) array[root2] = root1; }** **int Gentree::FIND(int curr) const{ while (array[curr] != ROOT) curr = array[curr]; return curr; }** ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform ms visual c++, have to run in unix
Project ID: 3136918

About the project

4 proposals
Remote project
Active 20 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
See private message.
$7 USD in 6 days
5.0 (52 reviews)
4.9
4.9
4 freelancers are bidding on average $23 USD for this job
User Avatar
See private message.
$30 USD in 6 days
5.0 (160 reviews)
6.0
6.0
User Avatar
See private message.
$25.50 USD in 6 days
4.9 (212 reviews)
5.8
5.8
User Avatar
See private message.
$29.75 USD in 6 days
4.9 (62 reviews)
5.4
5.4

About the client

Flag of UNITED STATES
United States
5.0
8
Member since Nov 10, 2003

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.