Nokia Lumia 710 represents one of the cheapest Windows mobiles. With a stunning 1.4 gigs Qualcomm Snapdragon processor the phone never goes into the so called annoying “hang” mode. Plus the User Experience (UX) and User Interface (UI) part of the Mobile is brilliantly awesome. The capacitive touch screen with a fast, snappy, fluid interface …
SOURCE – STACKOVERFLOW Big-O notation is a relative representation of the complexity of an algorithm. There are some important and deliberately chosen words in that sentence: relative: you can only compare apples to apples. You can’t compare an algorithm to do arithmetic multiplication to an algorithm that sorts a list of integers. But two algorithms that …
#SOURCE – STACKOVERFLOW At the time JavaScript was designed, Python would have been at a very immature stage (1.2-ish) and Ruby wouldn’t have existed at all. What we consider a modern scripting language now didn’t exist then. Python didn’t gain Unicode support (vital for a web browser) until version 1.6, several years later; Ruby… well, …
I asked a random guy over chat – how to detect a cycle in a linked list. Having studied about this earlier in his class, he started telling me the answer. I replied, “No, no, everybody gives me that solution. Give me a different one.” He argued that his solution was optimal. I said, “I …