worstpractice / swappop

O(1) element removal from any index (of arrays of any length) without costly reallocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swappop

O(1) element removal from any index (of arrays of any length) without costly reallocations

About

O(1) element removal from any index (of arrays of any length) without costly reallocations

License:MIT License


Languages

Language:TypeScript 79.8%Language:JavaScript 20.2%