Students are expected to:
- Fork this repository to your github account
- Create new project with IntelliJ IDEA and Maven
- Append name (and purpose) of your project to this README file
- Push your commits regularly, with proper commit messages
_Group 5:
- Lê Trung Nghĩa
- Bùi Viêt Hùng
- Bùi Ngọc Sơn
- Nguyễn Hồng Sơn
- Chu Tuấn Anh
_Group 5: Design and develop a Java program to solve the "Tower of Hanoi" problem
- Applied MVC design pattern to our program
- Used Java Swing to implement GUI component of our program
- Used Stack data structure to implement Tower object