Skip to content

Releases: yunpengn/CS3223

Final Release

05 Apr 01:08
4b433fa
Compare
Choose a tag to compare

Release before submission of the project, which includes the following features:

  • Block Nested Loops Join
  • Sort Merge join
  • External sort (using k-way merge algorithm)
  • DISTINCT operator
  • GROUP BY operator
  • A new hybrid randomized operator, which consists of both the iterative improvement (II) algorithm and the simulated annealing (SA) algorithm