Thoughts on My Next Project

This idea has been rolling around in my head for the last few weeks.

I haven't been very happy with the websites I've run into on algorithms. I want one that finds the really useful tools in programming and very clearly outlines them and strategies to implementing them.

It would have pages on linked lists, binary trees, queues, mutexes, and even go into less theory and more application algorithms like file locking. There would be nice flow charts mapping out the steps involved and even java applets like the ones floating around for sorting algorithms.

The thing is building another whole website dedicated to this would be a lot of work. Maybe I'll just post random write-ups on algorithms here... Are there any algorithms that readers would find more interesting than others?

Popular Posts