Introduction to Java programming

Bachelor course - Biology, Central University of Las Villas, Faculty of Agricultural Sciences, 2017

Introduction to Java programming with a focus on applying object-oriented concepts and computational methods to solve biological problems.

The course was taught from 2017 to 2019. Contents included:

  • Introduction to algorithms
    • Conditional sentences
    • Iterative sentences
    • Design of algorithms with PSeInt
  • Introduction to Object-oriented programming
    • Classes, Objects, Strings, and 1D arrays in Java
    • Implementation of algorithms using NetBeans