Ask HN: What are some cool but obscure data structures you know about? 4 years ago
Fenwick Tree: https://cp-algorithms.com/data_structures/fenwick.html
HN user
Fenwick Tree: https://cp-algorithms.com/data_structures/fenwick.html
Hi folks! This is library me and my colleagues started some time ago and it is my first open-source contribution. It allows you to define monitoring for your AWS CDK app using high-level helper methods and generates neat dashboards for you automatically.
I am still new in the world of JS/TS, so any tips are highly appreciated. Thank you kindly for all your feedback or constructive criticism.