0
votes
Should inheritance (of non-interface types) be removed from programming languages subjective
Here's a nice view at the topic:
IS-STRICTLY-EQUIVALENT-TO-A by Reg Braithwaite
…
1
vote
Finding clusters of mass in a matrix/bitmap
Here's a similar question with a not so fast algorithm, and several other better ways to do it.
…
2
votes
Fastest way to get value of pi
Just came across this one that should be here for completeness:
calculate PI in Piet
It has the ra …
0
votes
Modified preorder tree traversal - determining the “top” when no parent is specified
Another very efficient way of storing that kind of data is using Nested Sets, it allows many common …
