Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FabianGroeger96/ad_exercises
HSLU Modul AD
https://github.com/FabianGroeger96/ad_exercises
ad algorithms algorithms-datastructures datastructures hslu
Last synced: about 1 month ago
JSON representation
HSLU Modul AD
- Host: GitHub
- URL: https://github.com/FabianGroeger96/ad_exercises
- Owner: FabianGroeger96
- License: other
- Created: 2018-02-21T09:29:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T18:36:28.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T11:01:39.166Z (5 months ago)
- Topics: ad, algorithms, algorithms-datastructures, datastructures, hslu
- Language: Java
- Size: 264 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-hslu - FabianGroeger96/ad_exercises - exercises (HSLU Modules / AD)
README
# Java Projekt für AD Exercises
## Gelöste Aufgaben
* **SW01** - Übung: Einführung (E1)
* **SW02** - Übung: Arrays, Listen, Stack und Queue (D1)
* **SW03** - Übung: Bäume, Binärbäume und Suchbäume (D2)
* **SW04** - Übung: Hashbasierte Datenstrukturen, Performance, Thirdparty-Datenstrukturen (D3)
* **SW05** - Übung: Threads & Synchronisation (N1)
* **SW06** - Übung: Thread Steuerung (N2)
* **SW08** - Übung: Weiterführende Konzepte (N3)
* **SW09** - Übung: Grundlagen, einfache Sortieralgorithmen (A1)
* **SW10** - Übung: Höhere Sortieralgorithmen (A2)
* **SW11** - Übung: Parallelisierungsframeworks (N4)## Enhaltene Libraries (Dependencies)
* Logging Framework - http://logging.apache.org/log4j/2.x/
* JUnit - http://junit.org/junit4/
* AssertJ - http://joel-costigliola.github.io/assertj/
* EqualsVerifier - http://jqno.nl/equalsverifier/
* MutabilityDetector - http://mutabilitydetector.org/## Integrierte Analysewerkzeuge
* Checkstyle - http://checkstyle.sourceforge.net/
* Findbugs - http://findbugs.sourceforge.net/
* PMD - https://pmd.github.io/
* JaCoCo - http://www.eclemma.org/jacoco/