A static time complexity analysis tool based on Big-O Calc, and DYSTA.
- Python3
git clone https://github.com/ncu-psl/RecTCC.git
cd RecTCC
pip3 install -r requirements.txt
# python3 RecTCC.py target_code
python3 RecTCC.py examples/mergesort.py| Name | Name | Last commit date | ||
|---|---|---|---|---|
A static time complexity analysis tool based on Big-O Calc, and DYSTA.
git clone https://github.com/ncu-psl/RecTCC.git
cd RecTCC
pip3 install -r requirements.txt
# python3 RecTCC.py target_code
python3 RecTCC.py examples/mergesort.py