Writing algorithms in ruby?

Does someone know a book or anything for people who want to know how to
write algorithms or will you automatically pick it up as you start to
learn more?

If you have some source or just have good experience I’d appreciate your
guide.

Thank you.

I was googling and found a book “Clever algorithms”
I tried it but the level of coding presented on the book was kind of too
high for me.

Algorithms is logic, way to solve problems, you only need your fresh
mind and knowledge about the programming language you are using.

There is a book called Everyday Scripting with Ruby from Pragmatic
Programmers, or Ruby Best Practice book. It’s hard to guess what kind of
algorithms you are looking for.

Thank you all.