I am doing a school project which is an airplane collision detection system. Can anyone show me a few examples or pseudocode of implementation of closest pair algorithm O(n^2), O(n log^2 n), O(n log n)?
kal_crazy 13 Junior Poster
Recommended Answers
Jump to PostWhat ideas do you have already? You must have at least one; tell us that, and we can go from there.
Jump to PostSo you're given a list of points? What are the points? Are they every position the planes will ever have? What about time? Do you have the time that the plane is at each point?
Think higher level first. I read your three steps and I don't see at all …
Jump to PostCan anyone show me a few examples or pseudocode of implementation of closest pair algorithm O(n^2), O(n log^2 n), O(n log n)?
The assignment states that a simple linear search (quadratic time) is all that is required:
if the closest distance is less than 500 feet, the …
All 10 Replies
Moschops 683 Practically a Master Poster Featured Poster
kal_crazy 13 Junior Poster
Moschops 683 Practically a Master Poster Featured Poster
kal_crazy 13 Junior Poster
Moschops 683 Practically a Master Poster Featured Poster
kal_crazy 13 Junior Poster
Moschops 683 Practically a Master Poster Featured Poster
vijayan121 1,152 Posting Virtuoso
kal_crazy 13 Junior Poster
DawnofanewEra 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.