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

Related Articles

  1. Reverse a Linked List
  2. Reverse a Directed Graph
  3. Daily Interview Problem: Trapping Rainwater
  4. Algorithm Interview: Smallest Number that is not a Sum of a Subset of List
  5. Daily Interview Question: Find Cycles in a Graph
  6. Delphi Dynamic Array
  7. PHP Unit Tests on VPS Server
  8. Daily Interview Problem: Find the k-th Largest Element in a List
  9. Algorithm Interview Question: Max and Min with Limited Comparisons
  10. Daily Interview Puzzle: Minimum Size Subarray Sum

Comments (0)

    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="index, follow">