AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.45k stars 519 forks source link

Create time_sort.c #315

Open maw1a opened 3 years ago

maw1a commented 3 years ago

This is a Time-Based Sorting algorithm which sorts by parallel execution of child processes.

I am creating a pull request for...