Colorscheme Special Processes in OTP

Taking the N largest elements from a list

Taking the N largest elements from a list in Elixir, demonstrates recursion, pattern matching and guards.

http://blog.s10r.com/2016/06/28/elixir-take-max.html