Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Completed ws2812b 2020 Christmas Lights.ir_leds | Josh Rahm | 2021-09-27 |
| | |||
* | Can read from the A/C remote control!test_ir | Josh Rahm | 2020-12-09 |
| | |||
* | Added header files implementing a basic AVL tree and Map based off it. | Josh Rahm | 2020-12-06 |
| | | | | | | | | These headers take inspiration from the linked list and array list headers as a way to provide primitive templates in C. This time they implement an AVL tree and Map template (which uses the AVL tree). Included are relatively robust tests, though they could be improved. | ||
* | Add remove ability to linked list. | Josh Rahm | 2020-12-05 |
| | |||
* | Add array_list.h | Josh Rahm | 2020-12-05 |
| | |||
* | Some changes to linked list | Josh Rahm | 2020-12-03 |
| | |||
* | Add linked list header. | Josh Rahm | 2020-11-29 |