summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-24chore: clippy autofixHEADmasterZhongheng Liu
2025-01-24chore: mv binary tree mod out of treeZhongheng Liu
2025-01-23chore: ready to publishZhongheng Liu
2025-01-17chore(env): update developer environmentZhongheng Liu
2025-01-16feat(rpntree): create module fileZhongheng Liu
Created module file for the RPN tree with test functions
2025-01-16feat(rpntree): move typedefs to dirZhongheng Liu
Created new binary tree structure to store any arbitrary datatype T with Copy trait. Init module declarations for separation of concerns.
2025-01-16feat(err): handle errors betterZhongheng Liu
Implemented Results
2025-01-16chore: misc fixups; removing debug printZhongheng Liu
2025-01-16chore(inputs): add fenix input; stable rustZhongheng Liu
2025-01-16fix: change pop order to fit y13 cs orderZhongheng Liu
chore(debug): add debug stack prints
2025-01-15feat(cs): implemented rpnZhongheng Liu