Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evandrolg/computer_science_in_lua
- Owner: EvandroLG
- Created: 2015-10-16T01:35:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T13:13:48.000Z (over 5 years ago)
- Last Synced: 2024-04-11T23:54:54.741Z (7 months ago)
- Topics: algorithm, computer-science, data-structure, lua
- Language: Lua
- Homepage:
- Size: 53.7 KB
- Stars: 48
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)