Skip to content

Java implementation of a Scheduler with constraints which uses the backtracking algorithm.

License

Notifications You must be signed in to change notification settings

t0re199/SCHEDULER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Java implementation of a Scheduler with constraints which uses the backtracking algorithm.

Several Design Patterns such as:

  • Decorator
  • Composite
  • Builder
  • Abstract Factory
  • Singleton
  • Template Method
  • Strategy
  • Proxy
  • Observer

and others have been used.

A GUI has been provided.

Requirements

JDK >= 1.8 required.

UI Examples

About

Java implementation of a Scheduler with constraints which uses the backtracking algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages