adam404

Stories kicked by adam404

Skip lists are fascinating! (igoro.com)

submitted by igoroigoro(815) 3 years, 10 months ago

Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. read more...

add a comment |category: |Views: 358

tags: another

Recreating Simple Windows Forms in WPF and XAML (Part 1)(smartypantscoding.com)

submitted by smartypsmartyp(95) 3 years, 10 months ago

Blogging about learning WPF and XAML. Starting with learning how to make standard windows forms. Multi-part article starting with messy XAML definition and working forward. read more...

add a comment |category: |Views: 86

tags: another