Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 497 Bytes

File metadata and controls

4 lines (4 loc) · 497 Bytes

Programming Challenges in Rubi

In this folder, you will find the assignments of the Master's course Programming Challenges coded in Ruby language. Ruby is a high level, interpreted, object-oriented programming (OOP) language. The coding approach for this assignments is strongly based on the creation of classes and objects (OOP paradigma) that provide a high level of abstraction and make the code easily-understandable and intuitive for the user, following the principle of least surprise.