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 | 310 Views, 20007 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 | 310 Views, 20007 Search Bots | 81 Words Subscribe to Feed Burner

Related Articles

  1. Algorithm Interview: Lowest Common Ancestor of 2 Nodes in Binary Tree
  2. Daily Interview Problem: Spiral Traversal of Grid
  3. Algorithm Interview: Determine If Linked List is Palindrome
  4. Daily Interview Problem: Circle of Chained Words
  5. Daily Interview Question: Longest Sequence with Two Unique Numbers
  6. Linode Support Ticket 10029540 - Other - Important Notice Regarding Ubuntu 17.10 Image
  7. Daily Interview Problem: Find the k-th Largest Element in a List
  8. Daily Interview Problem: Look and Say Sequence
  9. Daily Interview Question: Create a Simple Calculator
  10. A trick for getting good at coding interviews FASTER

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: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />