Skip to content

raahed/algorithmic-and-extended-data-types-collection

Repository files navigation

Algorithmic and Extended Data Types Collection C Sharp

A Collection of basic sort algorithms and extended data types.

Using Component tests like the Microsoft Assert -> https://docs.microsoft.com/en-us/visualstudio/test/unit-test-basics?view=vs-2022

Overview

Sort Algorithmic

Linear Sort

Search Algorithmic

Math Algorithmic

Extended Data Types

ToDo List

  • Implement a runtime test
  • Implement best-, average- and worstcase test
  • Add more algorithm!
  • Add a unit test for the linked list

Maybe more stuff will follow!