While I write an algorithm, I may not come know that this is some special kind of algorithm strategy which is developed earlier and named as xxxx or whatever.
I'll try to illustrate my point: Brute-force search or exhaustive search, also known as generate and test, is a trivial but very general problem-solving technique that consists of systematically enumerating all possible candidates for the solution and checking whether each candidate satisfies the problem's statement.-By wikipedia.
There must be such algorithmic strategies which are being used or at least known to you.
Please share such strategies if you know some.(And if you think it is worth sharing :)
EDIT -I'm adding something more to the question after its not a "real question" as suggested by some of you. As MAK and Nali4Freedom are suggesting, I am looking forward for some suggestions for good algorithm books.
So,what good algorithm books you would suggest?
(Still you can suggest some really good algorithmic strategies,though)