This repository is a collection of algorithms and exercises from the following books
- Programming Erlang (2nd edition) by Joe Armstrong [A2]
- Pearls of Functional Algorithm Design by Richard Bird [B1]
- Introduction to Algorithms (3rd edition) by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein [CLRS3]
- Erlang Programming by Francesco Cesarini and Simon Thompson [CT1]
- Cryptography Engineering by Niels Ferguson, Bruce Schneier, and Tadayoshi Kohno [FSK1]
- Erlang and OTP in Action by Martin Logan, Eric Merritt, and Richard Carlsson [LMC1]
- Handbook of Applied Cryptography by Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone [MvOV1]
Tested with Erlang/OTP 23.
$ rebar3 compile
$ rebar3 dialyzer
$ rebar3 eunit
$ rebar3 edoc
$ open lib/ndpar/doc/index.html
$ rebar3 shell