Skip to main content
Post Closed as "not constructive" by user40980, gnat, user53019, Rein Henrichs, Bart van Ingen Schenau
added 82 characters in body
Source Link
maple_shaft
  • 26.6k
  • 12
  • 58
  • 135

Many books about algorithms and data structures are coded by imperative languages. Is there any book that can show functional programming languages can do the same thing or do them better  ?

In particular I am interested in sorting, searching, data structures and graph.

Many books about algorithms and data structures are coded by imperative languages. Is there any book that can show functional programming languages can do the same thing or do them better  ?

Many books about algorithms and data structures are coded by imperative languages. Is there any book that can show functional programming languages can do the same thing or do them better?

In particular I am interested in sorting, searching, data structures and graph.

Source Link

Resources for learning common algorithms by Lisp

Many books about algorithms and data structures are coded by imperative languages. Is there any book that can show functional programming languages can do the same thing or do them better ?