Role in this project:
Backend Developer Contributions:37 reviews, 37 commits, 9 PRs in 8 months
Contributions summary:Jeonghwa primarily contributed to algorithm implementations within the repository, focusing on sorting algorithms. They implemented MergeSort and QuickSort in Java, demonstrating a solid understanding of algorithm design and data structure concepts. The user's work included the full code implementation of these algorithms, including necessary helper functions like partitioning and merging. Furthermore, the user has also done Observer pattern implementation using java.