Team Name: DevOps2025 | Project: Big O Snippet Analyzer
Application to analyze the big O cost of snippets of code.
Just input a python file with a function called inputFunction(N), and we will analyze the cost for different N's and return a conclusion.