effekt icon indicating copy to clipboard operation
effekt copied to clipboard

[WIP] Mutable dynamic arrays, heaps, and simple union find data structures

Open marzipankaiser opened this issue 5 months ago • 0 comments

For writing examples, I wanted to have some standard mutable data structures, currently:

  • dynamic/resizable arrays
  • min-heap (=> priority queue)
  • union-find on integers

They all still need more documentation, testing and maybe some additional functions (I only implemented what I needed).

marzipankaiser avatar Sep 10 '24 14:09 marzipankaiser