johnklee / fpu

Functional programming utility
MIT License
4 stars 4 forks source link

I want to add Leetcode question `905. Sort Array By Parity` into out demo cases #45

Closed johnklee closed 1 year ago

johnklee commented 1 year ago

I think Leecode question 905. Sort Array By Parity 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

Completed in https://github.com/johnklee/fpu/pull/46