C# Program to remove duplicate characters from a string

preview_player
Показать описание
Hello friends, In this video we will learn how to remove duplicate character from the string.
This program is very important for freshers and experience person.
They will provide you a string or they can say write a dynamic program to remove duplicate character from the string in C#.Net.

Please subscribe to our channel for the new video and give your feedback through comments.

Watch Top(Important) Videos:

#RemoveDuplicateCharactersFromString
#InterviewPoint
#DKGautam

Follow us on
Рекомендации по теме
Комментарии
Автор

Same program without using contain method

InterviewPoint
Автор

But string.contains is O(n)
So this algorithm is O(n^2)

Also space complexity should be improved by using string builder otherwise a new string is created on every new character.

KillerMindawg
Автор

Sir please give me this problem solution without taking contain method

manateshparit
visit shbcf.ru