- Geeksforgeeks
- String pattern searching
- ***********Length of the longest string without repeating characters
- Find first non repeating character
- Second non repeating character
- Inter leavings of two strings
- All permutations of a given string
- Print reverse of a string using recursion
- Check if strings of rotations of each other
- Are given characters of a string form palindrome ?
- Reverse words in a given string
- Divide a string in N equal parts
- Print list items containing all characters of a given word
- Swap two words in a given sentence.
- Remove pairs of characters in a string
- Minimum distance between two characters in a string
- Reverse a string
- *************** Longest sub string palindrome in a given string
- ***************Find the smallest window in a string, containing all characters of another string
- Run length encoding
- Remove characters from the first string which are present in another string
- Print all duplicated in the input string
- Remove all duplicates from the input string
- Maximum occurring character character in the input string
- Naive pattern searching I
- Naive pattern searching II
- ************Rabin karp algorithm
- ************KMP algorithm: another good article
Popular Posts
-
Given the sequence S1 = {a,b,c,d,…,x,y,z,aa,ab,ac…. } and given that this sequence corresponds (term for term) to the sequence S2 = {0,1...
-
Given a binary matrix, find out the maximum size square sub-matrix with all 1s. Algorithm: Let the given binary matrix be M[R][C]. The idea ...
-
The bustling town of Siruseri has just one sports stadium. There are a number of schools, colleges, sports associations, etc. that use this ...
-
Refer : http://education.cdacmumbai.in/education/pgdst/dsalfac/notes/ShellSort.pdf Shellsort works by comparing elements that are distant r...
-
Many of you might not be knowing that if you have 1 gmail id … you have infinte gmail ids… Seems to be a joke.. It’s not actually… for e.g ...
-
How to find kth smallest element in BST . you cannot use static/global variable and you cannot pass value of k to any function ? Solution ...
-
Find the maximum rectangle (in terms of area) under a histogram in linear time. I mean the area of largest rectangle that fits entirely in t...
-
There is an integer array consisting positive and negative integers. Find maximum positive difference S defined as: O(N) solution S = a[i] ...
-
Q: Given an integer x and an unsorted array of integers, describe an algorithm to determine whether two of the numbers add up to x. If we ha...
-
http://effprog.blogspot.com/2011/02/duplicate-removal-in-binary-search-tree.html http://shashank7s.blogspot.com/2011/03/write-program-to-rem...
Saturday, March 10, 2012
String question list
Labels:
Question list
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment