SwargaRajDutta

Results 8 issues of SwargaRajDutta

I went through the program and noticed that it was having predefined inputs, that is, the elements of the array to be sorted. I changed the input portion of the...

I went through the code and I found out that the code was little bit big and a bit complex so, I just made it simpler than it was before.

Add a feature enhancement to the library by adding a function to the validator library that validates an **UPI address** as well similar to validating email address. Since **UPI addresses**...

Added validation for a given **UPI** id so that people can validate the **UPI** addresses before performing any transaction as per issue #2317 . Read more about **UPI(Unified Payments Interface)**:...

Changing the words "Hello World" to "HELLO WORLD" , i.e. all to uppercase.

## Description As a [USER], I need [TO DO THIS], so that I can [ACCOMPLISH THAT]. ## Mocks [INSERT RELEVANT PNG FILE] ## Acceptance Criteria ### Update [Required] - [...

the num= num//10 is replaced by num= num /10 or it might give some syntax errors. And just made some minor changes that won't effect the original code.