apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

Update README.md to add slidingWindows(ofCount:) and striding(by:) #57

Closed ollieatkinson closed 3 years ago

ollieatkinson commented 3 years ago

Adds slidingWindows(ofCount:) and striding(by:) to README.md

Checklist

natecook1000 commented 3 years ago

Thanks, @ollieatkinson!