aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SelectionSort Method in Linked List

damnhatesyou opened this issue · comments

The SelectionSort() is not a SelectionSort its a BubbleSort

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

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