bmitch / erlang_practice

Simple programs to practice erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang Practice Programs

  • 01 - Factorial - Calculate the factorial of a number.
  • 02 - Length of a list - Calculate the length of a list.
  • 03 - Duplicate - Duplicate a term X times and return in a list.
  • 04 - Reverse - Reverse a list.
  • 05 - Sublist - Returns the first N elements of a list.

About

Simple programs to practice erlang


Languages

Language:Erlang 100.0%