Re: [algogeeks] Slang Decoder chatBot... give a try...

2012-03-26 Thread Andreas Hahn
Hi, I've tested your slang decoder bot and my first impression is: nice work, well done =) Unfortunetely the slang decoder's vocabulary isn't very big and most of the times I tested some exotic abbreviations, it just echoed my input =). But anyway, nice work. If you would like to expand the vocab

[algogeeks] Re: Swapping two variables without using a temporary variable

2011-06-11 Thread Andreas Hahn
Well, on pod, this is an alternative to swapping two variables with a third temporary, but be careful with objects! It won't work on all objects and in C++0x there is the "move" for this purpose. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group