Skip to content

Mergesort using goroutines  #552

@CorentinGS

Description

@CorentinGS

Description
It would be interesting to add a mergesort algorithm that uses goroutines. It's a good way to show how routines can be used to improve classical algorithm.

For enhancement:

  • Add a ParallelMergesort function that use goroutines
  • Benchmark & test it and compare how it performs against classical mergesort

I can do a pr in the weekend if you are ok with that suggestion.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions