Removing Duplicates from Strings | JAVA INTERVIEW QUESTIONS

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 19

  • @valeriyGennadyevich
    @valeriyGennadyevich 6 месяцев назад +3

    The best Java instructor EVER!!!! Thank you Muhtar!

  • @a.jkiomarz1429
    @a.jkiomarz1429 Год назад +4

    Wow, thank you so much for sharing this fantastic solution for removing duplicates! It's really helpful and makes my life so much easier. Please keep posting more of these solutions, Mukhtar and the hardworking team! May God bless you all abundantly for your efforts and dedication.

  • @medetnussipbek8560
    @medetnussipbek8560 Год назад +4

    Lord of the Java! Thank you for clean explanation! 👍🤝

  • @iskuhiparzyan622
    @iskuhiparzyan622 5 месяцев назад +3

    Thank you for brief explanation. Quick question why other instructors using HushMap and creating long Java code if they can do it simply like this?

  • @nabinbudhathoki4402
    @nabinbudhathoki4402 6 месяцев назад +3

    Companies usually asking these program to solve in java 8 rather than traditional approach.

  • @beyondyou18
    @beyondyou18 6 месяцев назад +2

    I got it easily..best approach

  • @nkosikhonamthethwa2895
    @nkosikhonamthethwa2895 4 месяца назад +2

    Wow!! This is the best❤

  • @yusifhajalizada2160
    @yusifhajalizada2160 Год назад +2

    Thank you Mukhtar!You’re the best 👍

  • @RecepDEMİRCİ-q3p
    @RecepDEMİRCİ-q3p Год назад +3

    thanks King...take care

  • @guglothgopal3015
    @guglothgopal3015 4 месяца назад +2

    i want to implements logic code how sir any trips give sir plse..

  • @coolcoder4249
    @coolcoder4249 5 дней назад

    Thank you Muhtar, you are the best!

  • @guglothgopal3015
    @guglothgopal3015 4 месяца назад +2

    Hii sir i neeed one code input is="orissa" ,output is="oriass

  • @abdihaashin1350
    @abdihaashin1350 5 месяцев назад +2

    you are the best

  • @jonathanpetty3491
    @jonathanpetty3491 Год назад +2

    Great! Thx

  • @user-bn6qb4fw1r
    @user-bn6qb4fw1r Год назад +2

    Hi Muthar.Could you do an example of finding the second highest number of an int Array? This was actually one interview question. I would like to see your approach not using Collections.sort(), and not using Integer.MIN_VALUE.

  • @ManivannanBeat
    @ManivannanBeat 9 месяцев назад +2

    Duplicate words from string using Java 8. Could you please make it.?

  • @Lulu-Gitu-Vlogs
    @Lulu-Gitu-Vlogs Месяц назад

    please post code for the below program :
    input :
    abcde
    output: one by one character append in reverse direction till original string appears
    eabcd
    deabc
    cdeab
    bcdea
    abcde

  • @vlog_with_SK
    @vlog_with_SK 9 месяцев назад +2

    duplicate word remove question

  • @TheCuriousLifeOfCode
    @TheCuriousLifeOfCode Год назад

    StringBuilder might be a bit more efficient.