dimitrilw / toybox

Various data-structures and other toys implemented in Mojo🔥.
Apache License 2.0
3 stars 0 forks source link

add some common-use algos #10

Open dimitrilw opened 1 month ago

dimitrilw commented 1 month ago

When I started toybox, I planned to build in some common-use algos, too. Stuff like:

Granted, those are all really trivial to implement. At the same time, I've consulted in orgs that hand-jammed their own implementations and bork'ed it up. So, having an importable implementation can be really nice, even for trivial stuff like that.

dimitrilw commented 1 month ago

Oh, we'll peel off algos from this list and make new issues for each, in time. Everything in time.