Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Better if complexities other than O(1) may also be detected #2

Description

@omkar-as

progeval service currently accepts a solution only if has an around constant running time i.e. O(1). Would be better if it can detect complexities like O(n), O(logn), O(nlogn), etc. and accept/reject solutions based on it. This enhanced functionality will call for adding a wider spectrum of computer programming problems, mainly those which cannot be solved in O(1) time.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions