Implement algorithms is_heap and is_heap_until
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
https://en.cppreference.com/w/cpp/algorithm/is_heap
https://en.cppreference.com/w/cpp/algorithm/is_heap_until
NVC++ implements is_heap with thrust::none_of and is_heap_until with thrust::find_if. But a proper parallel implementation would be nice.
Contributor guide
Assessment
This issue has not been assessed yet.