Тёмный

Find Duplicate Characters In A String 

CppNuts
Подписаться 77 тыс.
Просмотров 12 тыс.
50% 1

JOIN ME
-----
RU-vid 🎬 / @cppnuts
Patreon 🚀 / cppnuts
COMPLETE PLAYLIST
------------
C++ Tutorial For Beginners: • Introduction To C++
STL (Standard Template Library): • STL In C++
ThreadIng In C++: • Multithreading In C++
Data Structures: • Data Structure
Algorithms: • Binary Search
Design Patterns: • Factory Design Pattern...
Smart Pointers: • Smart Pointer In C++
C++14: • Digit Separator In C++
C++17: • std string_view in C++...
C++ All Type Casts: • static_cast In C++
INTERVIEW PLAYLIST
------------
C++ Interview Q&A: • Structural Padding & P...
C++ Interview Q&A For Experienced: • How delete[] Knows How...
Linked List Interview Questions: • Find Kth Node From Bac...
BST Interview Questions: • Search Element In Bina...
Array Interview Questions: • Reverse An Array
String Interview Questions: • Check String Is Palind...
Bit Manipulation Questions: • Find Set Bit In Intege...
Binary Tree Interview Question: • Invert Binary Tree
Sorting Algorithms: • Bubble Sort
C++ MCQ: • Video
C MCQ: • What printf returns af...
C Interview Questions: • Designated Initializat...
QUICK SHORT VIDEOS
-------------
C++ Short : • C++ Short Videos
C Short : • Shorts C Programming MCQ
This video is about the best way to find the duplicate characters in given string, this is an interview question, and very famous one.
It's asked in computer science and electronics interviews.
#duplicatecharacters #stringinterview #programmingQuestions #computerScience

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@handover007
@handover007 2 года назад
a very good approach for this problem.
@ahmadxrizvi
@ahmadxrizvi 2 года назад
I loved your explanation! Can you explain maps in details please?
@CppNuts
@CppNuts 2 года назад
It's already there.. 😊😊
@piyushsingh9320
@piyushsingh9320 2 года назад
sir, I am pure beginner and want to learn c++ . I had wached all videos of beginners playlist and planning to watch all videos on your channel .....Can you please suggest the order in which i should go ,so that i can get the maximum benefit from your content and please suggest what to do next (means after watching all the videos). PLEASE SIR ,DO REPLY IT WILL BE REALLY HELPFULL FOR ME as well as many students like me. Thanks in advance :)
@CppNuts
@CppNuts 2 года назад
I have playlist, go ahead and explore them.
@piyushsingh9320
@piyushsingh9320 2 года назад
@@CppNuts sure sir!!!
@pandurugovind7728
@pandurugovind7728 2 года назад
Hi this program is Very easy .. can we use this consent for removing duplication in a string.
@palurudileepkumar3336
@palurudileepkumar3336 2 года назад
Yrs we need ordered vs unordered mapping...
@CppNuts
@CppNuts 2 года назад
Sure..
@AmitKumar-tp4fv
@AmitKumar-tp4fv 5 месяцев назад
#include using namespace std; void dublicate(string s) { unordered_mapmp; int n=s.size(); for(int i=0;i1) { couts; dublicate(s); }
@stoka43
@stoka43 2 года назад
The worst time complexity of unordered_map is O(n2) not O(n)
@viveksharma-hc1pt
@viveksharma-hc1pt 7 месяцев назад
yes share me difference
@viveksharma-hc1pt
@viveksharma-hc1pt 7 месяцев назад
gvreat
Далее
Check If One String Is Rotation Of Another String
4:25
Reverse An Array
5:20
Просмотров 52 тыс.
Seja Gentil com os Pequenos Animais 😿
00:20
Просмотров 21 млн
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
5 Simple Steps for Solving Any Recursive Problem
21:03
Check String Is Palindrome Or Not
7:18
Просмотров 12 тыс.