SkillAgentSearch skills...

Quicksort

Parallel quicksort algorithms

Install / Use

/learn @markwkm/Quicksort
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

quicksort.c

Single threaded recursive implementation of quicksort.

quicksort-parallel.c

Processed based recursive impelmentation of quicksort. Implemented like a fork bomb.

quicksort-pool.c

Processed based recursive impelmentation of quicksort. Ability to limit the degree of parallelism.

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2y ago
Forks9

Languages

C

Security Score

75/100

Audited on Aug 26, 2023

No findings