Quick sort is implemented using mutable array #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?
The text was updated successfully, but these errors were encountered: