logo hsb.horse
← Back to tag index

Snippets

#data-structure

Snippets tagged with "data-structure".

Snippets 1
  1. TypeScript yocto-queue Implementation

    TypeScript reimplementation of lightweight queue yocto-queue. Provides basic operations: enqueue, dequeue, iterator.