Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiamtzlr/epfl-cs108-exercises
Exercises and Solutions of EPFL CS-108 (CS108) Practice of object-oriented programming
https://github.com/mattiamtzlr/epfl-cs108-exercises
epfl exercises java oop university-course
Last synced: about 1 month ago
JSON representation
Exercises and Solutions of EPFL CS-108 (CS108) Practice of object-oriented programming
- Host: GitHub
- URL: https://github.com/mattiamtzlr/epfl-cs108-exercises
- Owner: mattiamtzlr
- Created: 2024-02-23T09:31:05.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-13T16:10:01.000Z (9 months ago)
- Last Synced: 2024-11-16T15:12:48.329Z (3 months ago)
- Topics: epfl, exercises, java, oop, university-course
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS-108 Exercises
Everything related to the exercises of EPFL CS-108: Practice of orient-objected programming.
## Contents
- Exercise 01: [TSTU](./TSTU/) - Unit Tests
- Exercise 02: [CIM1](./CIM1/) - Generics (Images)
- Exercise 03: [BWTR](./BWTR/) - Burrows-Wheeler-Transform
- Exercise 04: [LSYS](./LSYS/) - L-Systems and Fractals
- Exercise 05: [CIM2](./CIM2/) - Streams and Lambdas (Images)
- Exercise 06: [SPRD](./SPRD/) - Design Pattern: Observer (Spreadsheet)
- Exercise 07: [STEG](./STEG/) - Steganography
- Exercise 08: [STAT](./STAT/) - Statistical File Analysis
- Exercise 09: [LZW1](./LZW1/) - Compression using the LZW-algorithm (Lempel, Ziv and Welch).