about summary refs log tree commit diff stats
path: root/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* clean code up, move basic ops to cmds.c HEAD masterDaniel Perez2021-12-021-6/+46
* added some functionsDaniel2021-11-071-2/+27
* fixed ceil and tidied codeDaniel2021-11-071-2/+2
* made commands maybe more readable, added ^Daniel2021-11-071-7/+23
* fix list and error without messageDaniel2021-11-071-0/+1
* added binary search and quick sortDaniel2021-11-061-22/+26
* added argument count check for funcsDaniel2021-11-061-6/+10
* added some functionsDaniel2021-11-061-0/+19
* replaced if else chain, TODO: bsearchDaniel2021-11-061-2/+19
* started working on a binary treeDaniel2021-11-061-0/+30