Workiva / go-datastructures

A collection of useful, performant, and threadsafe Go datastructures.
Apache License 2.0
7.66k stars 834 forks source link

Adds generic binary heap and d-ary heap #222

Open Florimond opened 1 year ago

Florimond commented 1 year ago

Adds generic binary heap and d-ary heap. After a quick look into the what's already provided in this project, I didn't find those more basic datastructures. I thought they could be a nice addition to the more advanced ones proposed here.

aviary3-wk commented 1 year ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

Florimond commented 1 year ago

@dustinhiatt-wf Thoughts?