To the Top
File:  root - text - article - 2020 - 01 - no-adjacent-repeating-characters.txt
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Category: Computing | 220 Views, 20336 Search Bots | 57 Words

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

Given a string, rearrange the string so that no character next to each other are the same. If no such arrangement is possible, then return None.

Example:
Input: abbccc
Output: cbcbca


def rearrangeString(s):
# Fill this in.

print rearrangeString('abbccc')
# cbcabc
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Cateogry: Computing | 220 Views, 20336 Search Bots | 57 Words Subscribe to Feed Burner

Related Articles

  1. Algorithm Interview: Lowest Common Ancestor of 2 Nodes in Binary Tree
  2. Compare Version Numbers
  3. Daily Interview Puzzle: Intersection of Linked Lists
  4. Algorithm Interview Question: Find the Single Element in an Array of Duplicates
  5. [Daily Problem] Validate Balanced Parentheses
  6. Daily Interview Problem: Find the k-th Largest Element in a List
  7. [Daily Problem] Move Zeros
  8. Spreadsheet Columns
  9. Daily Interview Problem: Spiral Traversal of Grid
  10. Design Tic-Tac-Toe

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" />