multiverseweb / CodeIt

CodeIt is a software solution tool designed to streamline and enhance the coding experience for developers. It addresses several common challenges faced when working with coding platforms, such as LeetCode, and offers a range of features to improve code management, security, and performance analysis.
https://codeittool.netlify.app
MIT License
46 stars 80 forks source link

Optimize Code Complexity Analysis for Large Code Snippets Using Python #167

Open seemab24 opened 6 days ago

seemab24 commented 6 days ago

hi @multiverseweb The current time complexity analysis in CodeIt can face performance issues with larger or more complex code snippets. I propose optimizing this using Python libraries such as ast (Abstract Syntax Trees) or timeit to improve the speed and accuracy of code analysis. I would like to improve the efficiency of the current time complexity analysis process as gssoc extended 24 and hacktoberfest participant .Can you kindly give me this issue to solve ?

multiverseweb commented 5 days ago

Hey @seemab24, I'm assigning it to you. Make sure to integrate the python code with HTML input fields correctly. Good luck!