GDSC-IGDTUW-Autumn-of-Code-2022 / ip-questions-2023

INTERVIEW PRACTICE
0 stars 5 forks source link

Find Kth distinct character from start of given String #14

Open 072arushi opened 1 year ago

072arushi commented 1 year ago

Given a string str of size N containing all possible characters including integers.Print Kth distinct character from the starting of the given string. If K is more than number of distinct characters, print -1. The uppercase and lowercase letters are considered different.

072arushi commented 1 year ago

@Parul-Mann Please assign me this issue.

Parul-Mann commented 1 year ago

@072arushi This issue has been assigned to you.

BhavyaDevani commented 1 year ago

@Parul-Mann pls assign this issue to me