• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C#
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A short assignment about four sorting algorithms (Quick Sort, Bubble Sort, Insertion Sort, Bucket Sort) that combines strategy pattern from "payment methods assignment". Used delegates for the sorting algorithms.