thomas10001 Posted March 14, 2006 Posted March 14, 2006 Where can I find an implementation of a Fibonacci Heap in C#? I have found one in C++, but it doesn't work properly for me. Quote
Leaders dynamic_sysop Posted March 14, 2006 Leaders Posted March 14, 2006 do you mean this >>> link <<< ? Quote
thomas10001 Posted March 15, 2006 Author Posted March 15, 2006 No that look like a Fibonacci number series. I need the Fibonacci Heap which is a specialized data tree storages. Quote
Leaders snarfblam Posted March 16, 2006 Leaders Posted March 16, 2006 Better get coding. If your needs are that specific, you will probably have a hard time finding exactly what you need in C#. Your best bet might be to find a C++ example and port it, unless you want to write it from scratch. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.