Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.98 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.98 KB

My solutions for erlang and elixir course

Laboratory 1 (erlang)

  • Reverse polish notation calculator

  • Some basic exercises

Laboratory 2 (erlang)

  • Implementation of whole pollution module, including both usage tests and EUnit tests

  • Implementation and time measurement of quicksort algorithm - both mine and built in in erlang

  • Some exercises

Laboratory 3 (erlang)

  • Implementation of pollution server module, including EUnit tests

  • Implementation of pingpong module

  • Some exercises

Laboratory 4 (erlang)

  • Implementation of pollution gen server module, including EUnit tests

  • Implementation of supervisor for gen server module, including EUnit tests

Laboratory 5 (elixir)

  • Implementation of small module (unfinished) - basically an introduction to Elixir

alt_text