Implementing virtual scroll for web from scratch, in less than 150 lines of code

Heaps in JavaScript

Trie in JavaScript: The Data Structure Behind Autocomplete

HTTP refresher: things you should know about HTTP

Memoizing API calls in JavaScript

Tree data structure in JS (Part 2): efficient traversal using parent pointer

Tree data structure in JS: recursive and iterative traversal

Applying tree traversal techniques to DOM