Skip to content

BlackEric001/Interesting_Tasks_And_Algorithms

Repository files navigation

Interesting Tasks And Algorithms

Here I publish some interesting tasks and algorithms

  1. Fibonacci. Recursive and in loop.
  2. Singly linked list reverse. Recursive and in loop.
  3. Ping pong with 2 threads using Monitor synchronization.
  4. Sorting algorithms with unit tests:
    1. Bubble sort
    2. Quick sort, Quick sort Desc, Generic Quick Sort Dual Pivot (multi quick sort)
    3. Radix sort
    4. Generic Merge sort, Generic Merge sort desc

Each task in separate project. For investigate set project as startup an debug it.