Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Coding Interview Questions on Python.

License

NotificationsYou must be signed in to change notification settings

Lokeshrathi/Python-Strings-Problems-with-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Solved few String related Problems using Python:

  1. Is Unique: Implement an algorithm to determine if a string has all unique characters.
  2. Check Palindrome : Given 2 strings, write a method to decide if one is a permutation of the other
  3. URLify : Write a method to replace all spaces in a string with '%20'. You may assume that the string has sufficient space at the end to hold additional characters.
  4. String Comprehension : Implement a method to perform basic string compression using the counts of repeated characters. For ex: "aaaabbccc" -> "a4b2c3"

Solutions are presenet here.

About

Coding Interview Questions on Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp