https://github.com/nyxflower/java-practice
https://github.com/nyxflower/java-practice
java
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyxflower/java-practice
- Owner: NYXFLOWER
- Created: 2018-09-24T19:11:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T17:37:23.000Z (over 5 years ago)
- Last Synced: 2025-01-03T10:11:44.430Z (9 months ago)
- Topics: java
- Language: Java
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Java Practice
Solutions on practice and exercises of CS master Java course in the University of Sheffield. See details in `WarmLab` folder. The code follows the [Petroware programming style guidelines](https://petroware.no/javastyle.html#General_Recommendations).
IntelliJ IDEA is recommended if you download the whole repository to your pc. Otherwise, when compiling and running through command line, just delete the "package line" in each class file.