Longest Substring Without Repeating Characters - Amazon Coding Interview Question

Longest Substring Without Repeating Characters is a coding interview question asked in Amazon Interview.
Question:
Given a string,
find the length of the longest substring without repeating characters.
Example:
The longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3.
For "bbbbb" the longest substring is "b", with the length of 1.
----------------------------------------------------------------------------------------------------
To get notified of all the new videos, subscribe - kzread.info?sub_co...
Learn more about Scaler - www.scaler.com/?Yo...
Follow us on Linkedin - / scaler
----------------------------------------------------------------------------------------------------

Пікірлер: 7

  • @yashmadhogaria7418
    @yashmadhogaria74183 жыл бұрын

    The explanation was clear. I would expect you to code after the explanations

  • @katechrome8866

    @katechrome8866

    3 жыл бұрын

    You can see code, for example, in this channel: kzread.info/dash/bejne/dG2py86wpsnMiJM.html

  • @tonyriddle7646
    @tonyriddle76464 жыл бұрын

    great

  • @gamersoul1098
    @gamersoul10984 жыл бұрын

    thank you maam great detailed explanation

  • @sriharsha5881
    @sriharsha58812 жыл бұрын

    Could you please provide code in c#?

  • @utkarshraj9061
    @utkarshraj90613 жыл бұрын

    start from 6:49. thanks me later

Келесі