Linked list Lua implementation

I made a simple linked list module for those whom are interested in this specific data structure. Bear in mind there is really no valid use for LL in Lua as everything is dynamic.

Module: Linked_List - Roblox

I will most likely be updating this as time goes on; currently, I am studying for exams, so my code is quite messy due to time limits.

Also, keep in mind, this is only a theoretical application in this language; it’s really not needed.

*Fixed performance issues.

2 Likes