Skip to content

DCEL implementation in Java, with horizontal&vertical cut algorithm

License

Notifications You must be signed in to change notification settings

LopesManuel/DCEL-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCEL-Java

DCEL implementation in Java, with horizontal&vertical cut algorithm

#####To compile and use execute the following commands: javac dcel/*.java
java dcel/Main < input

####Input tutorial: Number of vertices
List of X Y positions
0 to do horizontal cut | 1 to do horizontal&vertical cut

####Input examples: 8
0 0
2 0
2 1
4 1
4 0
5 0
5 4
0 4
1

About

DCEL implementation in Java, with horizontal&vertical cut algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages