<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2682781734368178743.post7594621564260669939..comments</id><updated>2012-02-21T20:17:10.985-08:00</updated><category term='puzzles'/><category term='Questions-List'/><category term='String Manipulation'/><category term='Dynamic Programming'/><category term='Linked List'/><category term='Array'/><category term='Microsoft'/><category term='Databases'/><category term='Data Structures'/><category term='MySpace'/><category term='Tree'/><category term='.NET/C#'/><title type='text'>Comments on Technical Interview Questions, Answers, and Tips: Determine and display all anagrams in a string arr...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.technicalinterviewquestions.net/feeds/7594621564260669939/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html'/><author><name>avid gardener</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-4184805578233763250</id><published>2011-11-17T19:48:19.391-08:00</published><updated>2011-11-17T19:48:19.391-08:00</updated><title type='text'>C++ implementation for grouping strings by anagram...</title><summary type='text'>C++ implementation for grouping strings by anagrams&lt;br /&gt;http://yourbitsandbytes.com/viewtopic.php?f=10&amp;amp;t=42&amp;amp;p=3219</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/4184805578233763250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/4184805578233763250'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html?showComment=1321588099391#c4184805578233763250' title=''/><author><name>Sesha</name><uri>http://www.blogger.com/profile/08313845704922605781</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-7594621564260669939' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/7594621564260669939' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-167059639'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-7892963631114632814</id><published>2011-06-16T22:04:50.446-07:00</published><updated>2011-06-16T22:04:50.446-07:00</updated><title type='text'>here&amp;#39;s a rather funny and humors way to explai...</title><summary type='text'>here&amp;#39;s a rather funny and humors way to explain anagrams check out what&amp;#39;s donald knuth, alan tourin&amp;#39;g anagrams are on FULLBC webcomic&lt;br /&gt;http://fullbc.in/?comicid=145</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/7892963631114632814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/7892963631114632814'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html?showComment=1308287090446#c7892963631114632814' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-7594621564260669939' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/7594621564260669939' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1290880750'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-7270886671402062942</id><published>2011-03-11T04:53:02.031-08:00</published><updated>2011-03-11T04:53:02.031-08:00</updated><title type='text'>I dont think we can use XOR for key. 
    char c1=...</title><summary type='text'>I dont think we can use XOR for key. &lt;br /&gt;    char c1=&amp;#39;a&amp;#39;^&amp;#39;a&amp;#39;;&lt;br /&gt;    char c2=&amp;#39;c&amp;#39;^&amp;#39;c&amp;#39;;&lt;br /&gt;    if(c1==c2)&lt;br /&gt;        System.out.println(&amp;quot;both same&amp;quot;);&lt;br /&gt;     else&lt;br /&gt;         System.out.println(&amp;quot;both not same&amp;quot;);&lt;br /&gt;Here the o/p is &amp;quot;both same&amp;quot;</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/7270886671402062942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/7270886671402062942'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html?showComment=1299847982031#c7270886671402062942' title=''/><author><name>PRAVINTH G</name><uri>http://www.blogger.com/profile/02673285694219770124</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-7594621564260669939' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/7594621564260669939' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-713615577'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-4244402596811234526</id><published>2010-10-02T04:08:03.079-07:00</published><updated>2010-10-02T04:08:03.079-07:00</updated><title type='text'>I think for signature, we can use the XOR value of...</title><summary type='text'>I think for signature, we can use the XOR value of string i.e. for cat, XOR value will be (c^a^t). It will O(L) time where L is length of string.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/4244402596811234526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/7594621564260669939/comments/default/4244402596811234526'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html?showComment=1286017683079#c4244402596811234526' title=''/><author><name>Syed Hasibur Rahman</name><uri>http://www.blogger.com/profile/12319907556796332775</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_H6mKIJCoaEQ/TKcSQ1UZSZI/AAAAAAAAADM/4PFUI0ogYuQ/S220/15007_385121646777_700976777_4028361_6878080_n.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/anagrams-string-array-print.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-7594621564260669939' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/7594621564260669939' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2004526330'/></entry></feed>
