This is my assignments for tasks that are given in the Stanford p2p java course
My diploma: https://diploma.programming.kr.ua/ru/d/WV5A8aGnNXgJE9doAbe6Lp3yOvMRlj04
Run with JDK 11.
Project description:
- Assignment 1-7 - mastering stanford.jar
- Exam 1-2, Mid exam- 8-week exam (1 - first successful attempt to pass the exam, 2 - first successful attempt to pass the exam) (2 games created here)
- Calculator - reverse polish notation calculator
- Collections - realisation of Queue, Stack, HashMap, LinkedList, ArrayList, PriorityQueue
- Huffman - archiver based on Huffman codes
- Archiver - archiver
- Shadows, Shadows 1-2 - programs that separate silhouette from a background in images and saves it to a new image without it
- Assignment 17 - a collection of 4 projects (Calculator, Shadows, Archiver based on Huffman codes and improved collections those mentioned above) that based on custom written collections