Skip to content

Commit

Permalink
Merge pull request #30 from NiloyDas19/master
Browse files Browse the repository at this point in the history
Add Question Link in IQVIA
  • Loading branch information
TamimEhsan authored Oct 27, 2024
2 parents f055448 + 355b24d commit 6eff6c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/iqvia.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Given a string of lowercase characters. Find the count of characters which only
</summary>
<hr>

[**💻 Submit Code**](https://supecoder.dev/questions/Count%20of%20Characters%20Occurring%20Exactly%20Once?questionId=66ae165b9e71a163cdd21527)

```C++
int solve(string s) {
sort(s.begin(),s.end());
Expand Down

0 comments on commit 6eff6c9

Please sign in to comment.