Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 643 Bytes

File metadata and controls

16 lines (15 loc) · 643 Bytes

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.