I have seen some books on algorithms such as:
- Introduction to algorithms
- Algorithms Design Manual
- Algorithims in a nutshell
- etc
But most of them are in C/C++ or language i dont know about. I know algorithim is generic topic to grasp but since I dont know C/C++ I find it hard to do so.
Is there any algorithims book with examples written in JavaScript or PHP? I searched on google but found no book.
This is a great book to learn about algorithms:
Introduction to Algorithms, Second Edition, Authors: Cormen, Leiserson, Rivest & Stein
Only a remark, if you want to learn about algorithms, neither javascript or PHP are the best choice