Search/sort algorithms - is there a GoF-like listing for them? -


I'm a self-taught developer and, very clearly, it is not great to find out which search or To use sort algorithms in a particular situation, I was just thinking that there is a design pattern - a list of the algorithms available in Eisker for me to bookmark. Something like this:

The name of the algorithm (with the alias, if any)

The problem is this address

Big O Cost

The algorithm itself

example

It can be used with other algorithms


I was just looking for a simple, short list of algorithms I should probably know in one place. Is there anything like this available?

The Web site shows many popular sorting algorithms, and describes their complexity and implementation. It takes additional steps to show through animation, how these algorithms work on different types of data (such as pre-sort, sparse, reverse-sort, etc.).


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -