Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evandrolg/computer_science_in_lua

:first_quarter_moon_with_face: Implementation of some classic data structures and algorithms in Lua
https://github.com/evandrolg/computer_science_in_lua

algorithm computer-science data-structure lua

Last synced: about 4 hours ago
JSON representation

:first_quarter_moon_with_face: Implementation of some classic data structures and algorithms in Lua

Awesome Lists containing this project

README

        

# Computer Science in Lua
It's a collection of implementations of classic algorithms and data structures that I've written in Lua.

## Main study sources
- [Algorithms, Part I (Coursera)](https://www.coursera.org/course/algs4partI)
- [Mastering Algorithms in C (written by Kylen Loudon)](http://shop.oreilly.com/product/9781565924536.do)
- [Computer Science in JavaScript (Nicholas Zakas repository)](https://github.com/nzakas/computer-science-in-javascript/)
- [Big-O Cheat Sheet](http://bigocheatsheet.com/)
- [Wikipedia.org](https://www.wikipedia.org)