Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
Does anyone know of or can locate a .NET implementation of an interval tree? I have been able to find C(++) ones, but my C(++) is rusty as heck. The Java ones look promising, but again, I would have to port it.
Actually it would probably be easier to port the c++ code to c#, assuming the c examples aren't using a lot of non standard libs. Even if you're rusty, reading code is always easier than authoring. But whatever floats your boat.
Alternatively it doesn't look like it would be much work to cobble one together on your own. Some interesting discussion on the managed parallel of various trees at [1] and [2]. [3] Might provide some good starting points for you but doesn't look to provide any sort of tree out of the box, or at least labeled as a tree.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.