home

linear search

arrays

linked lists

hash tables

binary search

bubble sort

insertion sort

This is a place to find information about some of the more fundamental algorithms used in computer science. This information is widely available on the net, but hopefully the way it's presented and discussed here will resonate with you.

Most of these are things you wouldn't need to write yourself. Modern libraries and languages tend to have quality implementations for all of this. Nonetheless, I truly believe that understanding how things work is key to improving how we work.

The source code for this site is available on github.

Enjoy.