Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 537 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 537 Bytes

TimeComplexity Tool

Is program written in Golang, it calculates the time complexity of your algorithm and emits a graphics

You need to have Golang

linux?

sudo apt install golang

or

https://go.dev/doc/install

Usage

go run .

If you want to calcule others algorithms, you need to write this on program. Here you have BubbleSort and QuickSort

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

ZxFae33