To the Top
File:  root - text - article - 2019 - 10 - daily-problem-longest-substring-without-repating-characters.txt
Tags: 微软, 面试题, 最长子字符串, Microsoft, interview questions, daily problems, longest substring, | English | Home Page | Category: Computing | 230 Views, 18044 Search Bots | 81 Words

Subscribe to Feed Burner | Browse | Archive
This problem was recently asked by Microsoft:

Given a string, find the length of the longest substring without repeating characters.

Here is an example solution in Python language. (Any language is OK to use in an interview, though we'd recommend Python as a generalist language utilized by companies like Google, Facebook, Netflix, Dropbox, Pinterest, Uber, etc.,)


class Solution:
def lengthOfLongestSubstring(self, s):
# Fill this in.

print Solution().lengthOfLongestSubstring('abrkaabcdefghijjxxx')
# 10


Can you find a solution in linear time?
Tags: 微软, 面试题, 最长子字符串, Microsoft, interview questions, daily problems, longest substring, | English | Home Page | Cateogry: Computing | 230 Views, 18044 Search Bots | 81 Words Subscribe to Feed Burner

Related Articles

  1. Algorithm Interview Question: H-Index
  2. YES!!
  3. PHP Unit Tests on VPS Server
  4. Floor and Ceiling of a Binary Search Tree
  5. Daily Interview Problem: Longest Substring With K Distinct Characters
  6. Algorithm Interview: Longest Consecutive Sequence
  7. New Vulnerabilities (CVE-2016-4581) have been detected in CentOS/RHEL/CloudLinux 7
  8. Daily Interview Problem: Queue Using Two Stacks
  9. Progess made
  10. Sorting a list with 3 unique numbers

Comments (0)

Your Email (Domain Part Not Exposed):

Your Comments:

Privately By Mail Colors More Smileys S x y @

Verification (Click Image 2 Refresh):

    Be the first one to comment this page !


Page Edited: October 30 2020 14:21:09 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />