Ideas for custom blocks

Yeah,thats why im less often using js

I’m not sure if I have fully understood your question. I have interpreted it as: “Can anyone suggest blocks additional to what I (= you) already defined in my (= your) library”. Is that what you meant? Because if you did, so far I’m the only one who responded to your actual request.

Sets are an interesting idea, although I can't immediately think of a use case.

But there are gazillions of data structures that could be implemented: heaps (as in heapsort), skip lists, hash tries, deques, ...

Covering an application area may also be interesting for a library, e.g. statistics, engineering, financial functions, date & time, or even astrology.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.