Java Program to Find the Duplicate Characters from a String and Count its Occurrence 😲 | FAQ !!

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 19

  • @maroofraktim293
    @maroofraktim293 2 місяці тому

    You deserve more views brother. Need more contents like these. Keep going.

  • @dayanandahggowda8309
    @dayanandahggowda8309 Рік тому +1

    Thank you brother, i think you are the best of best teacher because i got correct answer with explanations after watching your video, before watching your video for duplicate character count i watched more related videos on different youtube channels, but luckily i found your channel i got perfect solution through your video for my problem, Upload more videos about java. Much love from karnataka ♥️💐.

  • @chetanbavaskar877
    @chetanbavaskar877 2 роки тому +1

    Great one buddy!!

  • @manjifera
    @manjifera 2 роки тому

    Nice one.

  • @f.a5148
    @f.a5148 2 роки тому

    thanks brother for useful tutorial, i have a question, how can i print these words separately actual ===> "This is a test of test" output==> Counting Words: {a=1, test=2, of=1, This=1, is=1} thanks for answer in advance.

    • @justengineersthing913
      @justengineersthing913  2 роки тому +1

      Thanks for your comment,
      Regarding your question.
      You can split the string wherever you find space or comma .
      And then you can use similar logic used in this video to count it's occurance.
      If you are still not able to solve, let me know will try to upload a video on that.

    • @f.a5148
      @f.a5148 2 роки тому

      @@justengineersthing913 got it thanks 🙏

  • @diamondrock4945
    @diamondrock4945 2 роки тому +2

    want more videos

  • @sujitmusib8771
    @sujitmusib8771 Рік тому

    why we convert into set.plz explain in comments. it will vry help.

    • @justengineersthing913
      @justengineersthing913  Рік тому

      so that we can apply removeIf(). Remove if works on collection and map is not a collection.

  • @bekind666
    @bekind666 2 роки тому

    Tq for this

  • @Troll_engineer
    @Troll_engineer Рік тому

    How to removeif only even duplicate numbers

  • @mohammednawaz.s1214
    @mohammednawaz.s1214 Рік тому +1

    Hi sir can you simplify more please