A repository containing my solutions (and JUnit tests for each one just for fun) to the OOP exercises on OASIS-UET.
- TUẦN 1
- TUẦN 2
- TUẦN 3
- TUẦN 4
- TUẦN 5
- TUẦN 6
- TUẦN 7
- TUẦN 8
- TUẦN 9
- TUẦN 10
- TUẦN 11
- TUẦN 12
- TUẦN 13
- TUẦN 14
- TUẦN 15
- TUẦN 16
- These source codes are for reference/educational purposes only. UET-OASIS does have code copy/plagiarism detection, so that's one thing to keep in mind before you copy and paste my code 😉
- The answers will pass all test cases but expect them to be not as elegant as you'd like 😅
(I definitely didn't revisit this repo one year later and cringe at my old code) - There are also custom JUnit Tests I made just because I wanted to practice making Unit Tests 🙃 You can also reference or use those to your liking