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: over 5 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,939 |
kennyledet/algorithm-implementations | A collection of algorithm implementations in various programming languages. | 2,196 |
aimacode/aima-lisp | Common Lisp implementation of algorithms from AI textbook | 403 |
leechanx/data-structures-and-algorithms-in-c | Implementations of fundamental data structures and algorithms in C | 841 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |
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 | 14 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,956 |
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 | 719 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
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. | 160 |
jpa99/algorithms | A collection of various useful algorithms and data structures implemented in Java | 127 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |