Skip to content

candreszg/rectangles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rectangles

Overview

This project implements some algorithms to analyze relations between rectangles:

  • Intersection
  • Containment
  • Adjacency

project structure

Looking for future expansion of the project, a Shape class was created to allow different shapes to inherit its methods. Rectangle class extends Shapes and contains his own methods to validate relations with other shapes. Point class is used to build shapes.

prerequisites

  • Java 11
  • Junit-jupiter

how to run

Inside the src/main/java directory run:

javac Main.java
bash java Main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages