NVIDIA / NVIDIA/cccl

Implement algorithms is_heap and is_heap_until

Open
#770 0 comments 0 reactions 1 assignee Claimed by @miscco View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.