Content deleted Content added
→Pseudocode: Added my 2/- worth, including a link to more helpful pseudocode |
|||
Line 30:
Yep. I couldn't get the algorithm working at all using that pseudocode—the array indexes were just too confusing. I got it working quite well by looking [[http://karthaus.nl/rdp/|here]], and have emailed the author to ask him to clean this one up. If he doesn't, I'll have a go myself. [[User:Original mikz|MikZ]] ([[User talk:Original mikz|talk]]) 00:08, 15 March 2014 (UTC)
I just programmed that in AutoLisp and did not get any reduction until my head was wounded from scratching and I modified recResults2'''[1...end]''' to '''[2...end]''', which eliminates the point which is found with the index variable, similiar to the previously recResults1[1...end-1], which I think is the whole purpose of the recursive algorithm. Maybe a specialist can look into that. Please contact me, if this problem is solved or analyzed, my adress is abgang_at_ok.de.
|