johnklee / fpu

Functional programming utility
MIT License
4 stars 4 forks source link

I want to add Leetcode question `2894. Divisible and Non-divisible Sums Difference` into out demo cases #54

Closed johnklee closed 1 year ago

johnklee commented 1 year ago

I think Leecode question 2894. Divisible and Non-divisible Sums Difference is a good example to show case of FPU. So I will to include this question in our demo cases doc docs/demo_fpu.ipynb.

johnklee commented 1 year ago

PR=https://github.com/johnklee/fpu/pull/55