ashwinbhaskar / ashwinbhaskar/functional-way
Quick sort is implemented using mutable array
Open
enhancement
good first issue
question
- Dominant language
- Scala
- Stars
- 129
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the quick sort implementation in the Scala-Way folder and reading how it currently uses a mutable array. Determine whether an immutable implementation fits the project’s functional approach; done means the issue’s question is resolved with quick sort no longer relying on a mutable array.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100