Skip to content

AhmetTanakol/conflict-serializability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conflict-serializability

  • Code was written in Java on Eclipse
  • JavaSE 1.7 is required
  • git clone [email protected]:AhmetTanakol/conflict-serializability.git
  • If you would like to run on command line, please follow the instructions
Instructions
  • Go to directory path_to_project/conflict-serializability/src
  • Type javac serializeFinder.java
  • Type java serializeFinder
  • Enter history in this format w 1 x r 2 x w 2 y r 3 y w 3 z r 1 z
  • Press Enter
  • If it is serializable, it prints out "true" otherwise "false"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages