You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function(s) execution timer @decorator with args --> functions wrapper for a quick Python Built-in 'Timeit' modile reports without interrupting or breaking course of a code run.
A timeit decorator for Python functions that allows for splits measurements inside of the function without the hustles of modifying too much code after performance analysis
Program will take an txt file as a comand line argument which includes unsorted strings. Than pushes these strings into a heap. Finally adds two more strings into this heap than calculate how much time each one will takes.