• Stars
    star
    1
  • Language
    Elixir
  • Created over 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tool that evaluates the rank of a hand in poker. It can determine which hand among two poker hands ranks higher and features a tie breaking system in case they have the same rank. The goal of this project was to explore the differences between a functional and imperative approach to programming. Finishing these projects gave me a stronger understanding of recursion since the code written in Elixir is entirely recursive. Elixir, Rust