arcuri82 / algorithms

University course material for Algorithms and Data Structures in Java, with a particular emphasis on software testing. Includes exercises, with solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures

CI

Slides, code examples and exercises (with solutions) for the PG4200 course: Algoritmer og datastrukturer (Algorithms and Data Structures). This course is taught at Kristiania University College, Oslo, Norway.

There are plenty of resources online to learn about algorithms and data structures in Java. However, one key aspect in this course is a strong emphasis on software testing. Furthermore, the math is kept to a minimum, whereas more focus is given to the practical usages of the algorithms.

Slides

Code

The code is written in Java, and it is divided into 3 Maven modules:

  • /lessons: code for each lesson, divided into one package per lesson.
  • /exercises: starting code used in some of the exercises (when applicable).
  • /solutions: code of the solutions of the exercises.

Exercises

Exams

To have an idea of what to expect in the exam, and how the questions might be formulated, some PDFs of former exams can be found here and here .

License & Copyright

The materials herein are all copyright of Andrea Arcuri and contributors. The material was/is produced while working at Westerdals Oslo ACT and Høyskolen Kristiania.

All the source code in this repository is released under LGPL version 3 license.

Creative Commons License
The documentation is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.

About

University course material for Algorithms and Data Structures in Java, with a particular emphasis on software testing. Includes exercises, with solutions.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.5%Language:R 0.5%