Name:
Anonymous
2015-05-04 23:22
How often is the answer to a tricky programming problem to use a fancy data structure?
Name:
Anonymous
2015-05-12 18:20
>>1All the time. Just yesterday my boss asked me to add new input field to our internal PHP-application. I implemented Red-Black-Tree instead.