Skip to content

Improvements Round 2 Darshan Code #10

Description

@MananTheCoder
  1. a) Currently, for each user, the code fetches the testcases again and again. That not only brings repetition in code, but a significant time of file reading. Let's switch that part to reading the files once and storing them in nested maps.
    Further in this, input is again being read while logging it in failed testcases.
    b) Basically, extending pt.1a : Wherever we're reading the data from any file, ensure it's read only once. If it's being read again, store it in appropriate data types.
  2. Currently, the program runtime is high. See if we can make it faster.

Optional:

  1. Just in case, college asks us to conduct the test on canvas itself, after all the other tasks are done, let's write the code to orient the submissions to match our directory structure, as well.
    @Darshan-Padia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions