http://www.perlmonks.org?node_id=1002684


in reply to Please guide me regarding good books/resources on data structures and algorithms

I am not sure if you want info on how to design algorithms and data structures or how to code those design in perl. Other responders have concentrated on the design. For coding details, most of us would benefit from an occasional review of perl's own documentation. Use perl's tool perldoc to read the following pages: perldata, perlref, perlreftut, perldsc, perllol.

Bill
  • Comment on Re: Please guide me regarding good books/resources on data structures and algorithms