/design-questions

Implementations of design questions in Java

Primary LanguageJava

Design problems and solutions

This repository contains a set of design problems and solutions for the following topics:

Pen

Further Reading

TicTacToe

Play the game here!

Assignments

  • Draw class diagram for TicTacToe
  • Use factory design pattern to improve the runner code here
  • Add method to print the current status of the board here
  • Add a controller method to accept input from the user

References

Further reading

Maven

Java in Visual Code