algorithms development programming
(Mister Wong community recommendations)
most popular brand new
Algorithms
saved at 06.09.2006, by guercheLE, 5 UsersProject Euler
saved at 06.05.2008, by guercheLE, 5 UsersList of all algorithms, classified by purpose
saved at 29.10.2008, by steford, 3 UsersList of algorithms - Wikipedia, the free encycl...
programming algorithms developmentsaved at 04.01.2011, by geekcowboy, 4 UsersJörg's useful and ugly FXT page
saved at 06.10.2008, by madrabbit, 2 UsersData Structures and Algorithms with Object-Oriented Design Patterns in C#
saved at 25.03.2006, by madrabbit, 1 UserDictionary of Algorithms and Data Structures
saved at 16.02.2007, by madrabbit, 1 UserRegular Expression Matching Can Be Simple And Fast
Awesome article. Need to read it again, or twice more. Just that good.saved at 16.02.2007, by madrabbit, 1 UserDeveloping for Developers : Cache-oblivious data structures
Fascinating short overview on designing algorithms to take advantage of whatever natural caching the platform provides (l1, l2, page cache, disk track cache, etc.), without getting tied to any part...saved at 29.06.2008, by madrabbit, 1 UserDr. Dobb's | Space-Filling Curves in Geospatial Applications | July 1, 1999
Amusing use of hilbert curves to take 2-d data, store it in a database (which is 1-d per column), and use a mapping (the hilbert curve) to translate 2-d area queries ("what's inside this area?") to...saved at 29.07.2008, by madrabbit, 1 UserBack to Basics - Joel on Software
"Go lower on the cake, please. DLLs? Objects? Functions? No! Lower! At some point you're thinking about lines of code written in programming languages. Still not low enough. Today I want to think a...saved at 15.05.2010, by techguy188, 2 Users