computer_science_in_lua
Algorithm library
An implementation of classic algorithms and data structures in Lua
Implementation of some classic data structures and algorithms in Lua
50 stars
9 watching
4 forks
Language: Lua
last commit: almost 6 years ago
Linked from 1 awesome list
algorithmcomputer-sciencedata-structurelua
Related projects:
Repository | Description | Stars |
---|---|---|
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,944 |
kennyledet/algorithm-implementations | A collection of algorithm implementations in various programming languages. | 2,193 |
aimacode/aima-lisp | Common Lisp implementation of algorithms from AI textbook | 404 |
leechanx/data-structures-and-algorithms-in-c | Implementations of fundamental data structures and algorithms in C | 844 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 514 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
asmolich/algorithms | A collection of implementations and explanations of fundamental algorithms and data structures used in computer science | 15 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,971 |
linclark/algorithms-101 | An educational resource for learning fundamental algorithms in JavaScript | 79 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 722 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
sygmei/luatalk | A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
jpa99/algorithms | A collection of various useful algorithms and data structures implemented in Java | 128 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |