books on algorithm

can anyone pls suggest a good book for ds and algorithm im a beginner so choosing a good book matters a lot .thanks

Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein (usually called CLRS).

EDIT:

For Discrete Mathematics:

Elements of Discrete Mathematics by D P Mohapatra, C L Liu.

2 Likes

thanks and what about discrete mathematics. please help in this regard as well

please some other names as well and also a book on digital design and discrete mathemetics

Introduction to data structure and algorithm with application is a nice book by Jean Paul Trembly and Paul G. Sorenson

1 Like

do you have download link for the mathematics book .thanks in advance

Introduction to Algorithms
By Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein

It is the best book for algorithm.
The Algorithm Design Manual by Steven Skiena is also good book.

You can start with these book. Besides there are huge resource in internet. I think internet is the best book for learning data structure and algorithm.