johnklee / fpu

Functional programming utility
MIT License
4 stars 4 forks source link

I would like to support method `zip` in `flist.List` #30

Closed johnklee closed 1 year ago

johnklee commented 1 year ago

As title, we want to support zip in FPU with similar functionality as built-in zip in Python. Then we will use this leetcode problem 14. Longest Common Prefix to demonstrate the usage of this new feature.

johnklee commented 1 year ago

This issue is implemented in https://github.com/johnklee/fpu/pull/31