Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 880 Bytes

File metadata and controls

45 lines (32 loc) · 880 Bytes

Java Programming — MOOC.fi

This repository contains my exercise solutions for the Java Programming course provided by the University of Helsinki (MOOC.fi).

Course Progress

Java Programming I

  • Part 1
  • Part 2
  • Part 3
  • Part 4
  • Part 5 (in progress)
  • Part 6
  • Part 7

Java Programming II

  • Part 8
  • Part 9
  • Part 10
  • Part 11
  • Part 12
  • Part 13
  • Part 14

Repository Structure

Each exercise is stored in its own folder following the original course structure:

  • part01/
  • part02/
  • part03/
  • ...

Purpose

The goal of this repository is to track my learning progress in Java and practice version control using Git and GitHub.

Acknowledgments

Grateful to the University of Helsinki for providing this excellent free Java Programming course on MOOC.fi.