Talk:AVL tree: Difference between revisions

Line 13:
 
: As long as the copyright issues aren't going to bite us, that won't be a problem. I advise ''not'' heavily optimising the code, unless it also makes the code easier to understand as a general programmer (of Go, of course; don't worry too much about general programmers of some other random language). We don't aim for optimal solutions here precisely because they tend to be so hard to read, understand and compare. (We also ''can't'' compare performance between languages; matching hardware and language implementation optimisation levels is utterly impossible between different developers' systems. Let some other site worry about that.) –[[User:Dkf|Donal Fellows]] ([[User talk:Dkf|talk]]) 16:40, 31 May 2014 (UTC)
 
:: There is some new C#, C++ and Java code, maybe you could port that Donal.
 
==Basic operations==