> For the complete documentation index, see [llms.txt](https://andreyakinshin.gitbook.io/problembookdotnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/stablesorting-p.md).

# “StableSorting” (Problem)

Suppose we have an array of different strings. Can the sorting method from time to time give different results?

[Solution](/problembookdotnet/en/strings/stablesorting-s.md)
