Hi Khushi, firstly kudos for getting started with your code for the project. Here are bits of my feedback for the same.
Before we get started, I've made a new branch for us to finetune this code. Any changes you do, do on this branch only and push only via PRs.
- In line 9, you've mentioned that question_file_path corresponds to a cpp file. Can you make the code generic to identify which file is the one present in the folder.
- You can sort the directory structure in the same code by uploading an image of the tree in terminal to GPT.
- Currently, Input and Output are both stored in a single file with tags like input1, input 2, expected output. However, in our structure, we shall be having input and output in different files without tags.
See if you can quickly sort these and I shall be happy to help you sync the changes with Darshan's code.
Further, for the addition question, we'd like both the input numbers to be in the same line.
@Khushi-mehta13
Hi Khushi, firstly kudos for getting started with your code for the project. Here are bits of my feedback for the same.
Before we get started, I've made a new branch for us to finetune this code. Any changes you do, do on this branch only and push only via PRs.
See if you can quickly sort these and I shall be happy to help you sync the changes with Darshan's code.
Further, for the addition question, we'd like both the input numbers to be in the same line.
@Khushi-mehta13