Showing posts with label Pattern Match. Show all posts
Showing posts with label Pattern Match. Show all posts

Monday, March 28, 2011

Kth Smallest element in an array in O(N) average time.

Given N elements in an array. Find the ith smallest element (element of rank i).

Saturday, March 19, 2011

Index of substring match.

Method to return the index of first matching instance of pattern string in a text string.