2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Implementation of randomized quick sort in c
Contributor guide
- Research direction
- Understand the quicksort algorithm and implement randomized pivot selection in C. Refer to existing sorting implementations in the repository for code style and testing patterns.
- Tech stack
- c
- Domain
- data
- Issue type
- Feature
- Prerequisites
- C programmingSorting algorithms