This repository contains implementations of various data structures and algorithms in C#. The implemented data structures include stack, queue, binary search tree (BST), linked list, and double linked ...
Every algorithm takes the unsorted array as parameter and returns the sorted array. Every function is overloaded for very data type, thus you don't have to worry about different names when calling the ...