HackerRank - Camel Case | Full Solution with other Popular Naming Conventions | Study Algorithms

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

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

  • @arsenruslanovich6642
    @arsenruslanovich6642 2 года назад

    as always good explained, and I find written version of problem solving is so usefull

  • @anniamatthews6803
    @anniamatthews6803 2 года назад

    thank you! great solution as always

  • @ycj5717
    @ycj5717 2 года назад +1

    Congratulations!

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

    Inverse Camel Case
    One of the important aspect of object oriented programming is readability of the code. To enhance the readability of code, developers write function and variable names in Camel Case.
    You are given a string S, written in Camel Case. Find All The Words Contained In It.
    Note Complete the given function. The input would be handled by the driver code. You only have to print the answer.
    Input Format
    The only line contains the string S.
    Output Format
    Print each word in a new line
    Example 1
    Input
    IAmAJavaProgrammer
    Output
    I
    Am
    A
    Java
    Programmer
    Could you help me out with this??

  • @ChaitanyaPimparkar
    @ChaitanyaPimparkar 3 года назад

    great expectation !

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

    Sir, most of the students code in cpp, so kindly provide use cpp as language to make it easy for us.
    Yours Sincerely.

    • @nikoo28
      @nikoo28  Год назад +1

      it is hard to make code in every language. Always focus on the logic rather than implementation.

    • @nikoo28
      @nikoo28  Год назад +1

      Languages will come and go, but the logic will remain the same

  • @deepika8401
    @deepika8401 3 года назад +1

    2nd comment and able to understand well