skip to main
|
skip to sidebar
Home
Posts RSS
Comments RSS
Edit
Algo Ramblings
An illustration of Algorithms, Data Structures, Coding, Puzzles and a whole lot of other things...
Home
About
Discuss
Personal Blog
Mobile App Blog
Contact Me
Friday, November 4, 2011
Subsets that match a given sum in an array
Q: Find subsets that match a given sum in an array
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Excellent book for Interviews
Labels
Actionscript
(77)
AIR
(77)
Design Pattern
(8)
Flex
(77)
Interview
(20)
Interview
(15)
Technical
(1)
About Me
Ram
Software Engineer by Profession, RIA Enthusiast, Passionate about Technologies, Another King waiting for his kingdom... If you would like to get in touch with me, please leave a comment with your mail id and I promise that I will get back to you.
View my complete profile
Blog Archive
►
2013
(80)
►
September
(4)
►
August
(5)
►
June
(2)
►
May
(20)
►
April
(9)
►
March
(33)
►
February
(7)
▼
2011
(66)
▼
November
(5)
Next largest palindrome
Subsets that match a given sum in an array
Common Element in a binary search tree
Max loss of the stock
Pythogorous triplets
►
October
(1)
►
September
(7)
►
August
(6)
►
July
(2)
►
June
(1)
►
May
(1)
►
April
(8)
►
March
(33)
►
February
(2)
►
2010
(1)
►
February
(1)
►
2009
(21)
►
December
(7)
►
November
(3)
►
September
(3)
►
August
(5)
►
June
(3)
►
2008
(55)
►
September
(4)
►
August
(11)
►
July
(21)
►
June
(6)
►
May
(13)
Followers
Recent comments
Follow this blog
Pages
Home
Discuss
Categories
Live Traffic Feed
Feedjit Live Blog Stats
Popular Posts
Remove extra brackets from a paranthesized expression
How to remove extra bracket from expressions like ((((A+B)) C)) to give (A+B) C in the most optimized way? Remember the input expression w...
Design a web crawler
Web crawler is a program that traverses the hyperlinks structure of web pages. We crawler visits each web page by following the hyperlinks o...
PHP Session in flex.....
A sample application to demonstrate the session id using flex and PHP Whenever you press the hts.send button in the upper left corner......
Ternary Search Tree implementation
The ternary search tree contains three types of links. First, there are pointers that correspond to links in the corresponding trie, shown a...
Array of maximum value in sliding window
A long array A[] is given to you. There is a sliding window of size w which is moving from the very left of the array to the very right. You...
Flex SQLite Example: AIR Application
Tried out this sample application withe Flex and adobe AIR integrated SQLite. It has the Insert and Delete functionality. Will post the upda...
3 sum and 2 sum problem
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 ...
SubArray With sum zero.
Q: An array contain positive and negative elements, find maximum subarray whose sum is equal to zero. Algorithm: Lets take input array a...
Simple Drawing tool in flex
A simple application demonstrating the free mouse drawing in flex.... View the application.... Source Code: <?xml version=&...
Longest Increasing Subsequence in O(N log N)
In the last post we have seen dynamic programming approach which takes O(n^2) time. We can improve the algorithm to take O(N log N) time.The...
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
No comments:
Post a Comment