Skip to content

Conversation

@bhaumikmaan
Copy link
Collaborator

ISSUE

FIXES

  • Default complexity updated so it is understandable
  • Upgraded vite dependency as it was highlighted as critical audit fix in npm i

@bhaumikmaan bhaumikmaan self-assigned this Apr 8, 2025
Copy link
Collaborator

@us1415 us1415 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a couple of questions which were answered. Thank you @bhaumikmaan

@bhaumikmaan bhaumikmaan added enhancement New feature or request bug Something isn't working labels Apr 8, 2025
Copy link
Collaborator

@Ornithopter-pilot Ornithopter-pilot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! This PR successfully addresses the time and space complexity calculation issues while also upgrading the Vite dependency to fix a security vulnerability. The complexity formatting improvements are particularly valuable as they now handle edge cases more gracefully and don't default to assuming O(n) complexity. The changes are focused and don't introduce any regressions. Approving this PR.

@Ornithopter-pilot
Copy link
Collaborator

@bhaumikmaan , looks good to me .. u can go ahead

@bhaumikmaan bhaumikmaan merged commit a65c2a8 into j4wg:main Apr 8, 2025
@bhaumikmaan
Copy link
Collaborator Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time and Space Complexity not calculated or explained correctly

3 participants