aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.92k stars 1.4k forks source link

SelectionSort Method in Linked List #89

Closed damnhatesyou closed 4 years ago

damnhatesyou commented 5 years ago

The SelectionSort() is not a SelectionSort its a BubbleSort

aalhour commented 4 years ago

@damnhatesyou - can you please check the linked PR #93, does it fix your issue?

aalhour commented 4 years ago

@AnaMale - just merged your #93 PR, do you want to submit another PR for fixing the DLinkedList data structure in a similar fashion?

aalhour commented 4 years ago

Fixed in #118 by @kdimolikas.