To the Top
File:  root - text - article - 2020 - 01 - shifted-string.txt
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Category: Computing | 592 Views, 20834 Search Bots | 79 Words

Subscribe to Feed Burner | Browse | Archive
Hi, here's your problem today. This problem was recently asked by Apple:

You are given two strings, A and B. Return whether A can be shifted some number of times to get B.

Eg. A = abcde, B = cdeab should return true because A can be shifted 3 times to the right to get B. A = abc and B= acb should return false.


def is_shifted(a, b):
# Fill this in.

print is_shifted('abcde', 'cdeab')
# True
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Cateogry: Computing | 592 Views, 20834 Search Bots | 79 Words Subscribe to Feed Burner

Related Articles

  1. Daily Interview Problem: Get all Values at a Certain Height in a Binary Tree
  2. Daily Interview Problem: Contiguous Subarray with Maximum Sum
  3. Daily Interview Problem: Queue Using Two Stacks
  4. Daily Interview Problem: Merge K Sorted Linked Lists
  5. Daily Interview Problem: Count Number of Unival Subtrees
  6. Daily Interview Problem: Full Binary Tree
  7. Daily Interview Problem: Find the k-th Largest Element in a List
  8. [Daily Problem] Remove k-th Last Element From Linked List
  9. Reverse a Directed Graph
  10. Daily Interview Problem: 3 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="noindex, follow" />