Determine if the string has all unique characters (No Extra Space Allowed)

preview_player
Показать описание
In this video, we will understand and solve the problem Determine if the string has all unique characters.

We will cover-
00:00 - Introduction
01:19 - Problem Statement
02:20 - Approach (Sorting Solution)
04:45 - Live Coding

------------------------------------------------------------------------------------------------------------------------

Newton school is an online Edtech company providing the highest-rated FULL STACK DEVELOPMENT PROGRAM for professionals, graduates, and women.

NEWTON SCHOOL is your gateway to a high-paying tech career in 6 months with Zero fees till placement, transforming you into a rockstar full-stack developer earning 5-40 Lakh per annum salary. Newton School’s students are already working in more than 150+ top companies of India including Zomato, Unacademy, Deloitte, Nutanix, etc.

To watch more videos on programming, Data Structures, Android Development, Data Science, C++, Java, React, subscribe to our channel.

Subscribe | Like | Comment

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

char array created is extra space used(n extra space), violating condition of no extra space. Try implementation with 1 extra space.

nikhilkr