I'm looking for an overview of algorithms, you need every now and then. If there is a problem, you either do reinvent the wheel or spend a lot of time searching for an algorithm to a common known problem which has been solved a hundred times before.
Best one would be a website with sorted algorithms, like:
- Compression
- ...
- Decryption
- ...
- Encryption
- Symetric
- ...
- ASymetric
- ...
- Symetric
- Search
- ...
- Sort
- Bubble Sort
- Quicksort
- ...
I think you get a feeling what I mean.
What pages do you know?