dA505819 / design-questions

Implementations of design questions in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementations of design questions in Java


Languages

Language:Java 100.0%