Parikshit Singh

Results 10 comments of Parikshit Singh

If you follow [Contribution guidelines](https://github.com/parikshit223933/Coding-Ninjas-Competitive-Programming#contribution-guidelines) It will be easier for me to have a look at your code. I appreciate your effort though.

Which code are you talking about? Can you please mention a reference to that file?

Were one of the the existing test cases failing? If yes, can you please generate a pull request replacing the existing code? You should get credit for your code. if...

I added this to `package.json` ``` "engines": { "npm": "please-use-yarn", "node": "12.x - 16.x" }, ``` and ``` engine-strict = true ``` to `.npmrc` It worked just fine. Thanks folks...

I agree. That needs to be done. I dont get much time because of other developmental stuff. Would be really helpful if someone can take this up

I am not getting it. What is the potential harm in adding a safe check?

Your point is 100% valid. Should we remove `typeof process !== 'undefined'` on line 76 as well?

Same here. Application down because of this

@subwiz May I please get a review on this?