Posts tagged with “efficiency”

An Astounding Example of Efficiency with B-Trees

I’ve been sitting at self-balancing binary and other k-ary trees for a while, and I should be moving on to sorting algorithms tomorrow. But I was really amazed by an example of B-Tree usage in quick data accesses, that minimizes disk accesses in a smart way. I wanted to share it. From…

Read more