项目作者: vigneshnadar
项目描述 :
Software Development Design Patterns : Iterator Pattern, Visitor Pattern, Factory Pattern, Abstract Factory Pattern
高级语言: Java
项目地址: git://github.com/vigneshnadar/MSD-HW.git
MSD-HW
Software Development Design Patterns : Iterator Pattern, Visitor Pattern, Factory Pattern, Abstract Factory Pattern
- Install Eclipse and run the project in it
- Each folder in the project solves a problem efficiently using various design patterns such as
Iterator Pattern, Visitor Pattern, Factory Pattern, Abstract Factory Pattern, Singleton Pattern, Adapter Pattern - The problems which have been solved are given below
https://course.ccs.neu.edu/cs5500sp17/hw3.pdf - The project also contains extensive JUNIT Test cases to check for correctness of logic and code