Skip to content

Releases: vikman90/queens-psr

Version 1.4

23 Feb 21:26
68ee119
Compare
Choose a tag to compare

Added

  • Created GitHub workflow for building and launching all implementations.

Fixed

  • Fixed Python implementation includes.
  • Unify time measure: produce testing output in microseconds.

Full Changelog: v1.3...v1.4

Version 1.3

23 Feb 17:44
Compare
Choose a tag to compare

Added

  • New Rust implementation.

Full Changelog: v1.2...v1.3

Version 1.2

23 Feb 17:42
Compare
Choose a tag to compare

Added

  • New Go implementation.

Fixed

  • Set C++ time output in microseconds.

Full Changelog: v1.1...v1.2

Version 1.1

23 Feb 17:40
Compare
Choose a tag to compare

Added

  • New PHP implementation.
  • New JavaScript implementation.
  • Added a test launcher.

Changed

  • Optimizations on C++, Java, C# and Python implementations.
  • Translated into English.

Full Changelog: v1.0...v1.1

Version 1.0

23 Feb 17:33
Compare
Choose a tag to compare

Added

  • C++ implementation.
  • Java implementation.
  • C# implementation.
  • Python implementation.

Blogpost: https://vikman90.blogspot.com/2012/10/problema-de-las-n-reinas.html
Full Changelog: https://github.com/vikman90/queens-psr/commits/v1.0