Modules labeled 'datastructure' (17)

Showing only modules in the root manifest. Show all modules

  • lualgorithms by chen0040 — downloads: 623
    Lua Algorithms Library
  • LuaTable by Luca96 — downloads: 125
    A library that give superpowers to lua tables
  • prefix_tree by moteus — downloads: 209
    Prefix tree which allows find longest prefix for some string
  • linked-list by lalawue — downloads: 201
    double linked list for Lua
  • balance-tree by lalawue — downloads: 82
    Self-balancing Binary Search Tree for Lua
  • Caelum by INLuiz — downloads: 1
    Caelum adds Classes, Structs, Enums, Complex-Data-Structures, validators, type-checking system, and a easy to use reflection system
  • lua-lru by starius — downloads: 16.7k
    LRU cache in Lua
  • miniblooms by bitdivine — downloads: 85
    Small, fast bloom filters
  • SALT by VaiN474 — downloads: 800
    Save and Load Tables in Lua
  • power-table by gsdenys — downloads: 236
    A lua library to improve table functionality
  • dromozoa-tree by moyu — downloads: 1,576
    Tree data structures and algorithms
  • tree by starius — downloads: 3,340
    Lua representation of trees with edge lengths
  • heaps by geoffleyland — downloads: 426
    Binary and skew heaps
  • knife by Rinkaa — downloads: 9
    (airstruck/knife) A collection of useful micro-modules for Lua.
  • luastruct by UlisseMini — downloads: 2,174
    Type safe data structures in pure lua
  • binaryheap by Tieske — downloads: 1.3m
    Binary heap implementation in pure Lua
  • fifo by daurnimator — downloads: 914k
    A lua library/'class' that implements a FIFO