项目作者: vigneshnadar

项目描述 :
Software Development Design Patterns : Iterator Pattern, Visitor Pattern, Factory Pattern, Abstract Factory Pattern
高级语言: Java
项目地址: git://github.com/vigneshnadar/MSD-HW.git
创建时间: 2017-04-05T16:10:35Z
项目社区:https://github.com/vigneshnadar/MSD-HW

开源协议:

下载


MSD-HW

Software Development Design Patterns : Iterator Pattern, Visitor Pattern, Factory Pattern, Abstract Factory Pattern

  1. Install Eclipse and run the project in it
  2. 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
  3. The problems which have been solved are given below
    https://course.ccs.neu.edu/cs5500sp17/hw3.pdf
  4. The project also contains extensive JUNIT Test cases to check for correctness of logic and code