ashwinbhaskar / ashwinbhaskar/functional-way

Quick sort is implemented using mutable array

Open
#4 3 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.