Timsort: A very fast, O(n log n), is a hybrid stable sorting algorithm. It was implemented by Tim Peters in 2002 for use in the Python programming language and now used in java Arrays.sort() as well. Timsort first analyses the list it is trying to sort and then chooses an approach based on the analysis of …
HTTP is the application protocol that powers the Web. It began life as the so-called HTTP/0.9 protocol in 1991, and by 1999 had evolved to HTTP/1.1, which was standardised within the IETF (Internet Engineering Task Force). HTTP/1.1 was good enough for a long time but the ever-changing needs of the Web called for a better-suited …
“Bitcoin”-The word is pretty common but very few people understand what actually it is. Do you remember the last time you were worried of losing money because of a failed transaction?(bad luck ☹). Everybody has faced such an issue and we start to curse ourselves as if it was our fault. Actually it was. But …
Not long time ago, computers were about the size of a room, costing about a million dollars and were carried around with the help of a truck. Fast forward, IBM has recently unveiled the world’s smallest computer of size 1 mm x 1 mm.
Google is preparing for a paradigm shift with Fuchsia, as it may play an integral part in creating the future ecosystem for smart devices. Fuchsia OS is the third operating system in Google’s portfolio that also includes Chrome OS and Android. As of today, it’s under development and many aspects are kept secret. It is …
Mentally controlling devices and making them work the way you want them to has always seemed a thing of the very distant future. But SpaceX and Tesla founder, Elon Musk seems to have a very different timeline altogether.
There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors. – Leon Bambrick
Support vector classifiers come under the supervised learning category of machine learning. In simple terms, if you train the classifier with some data along with the corresponding labels, it will try to label new examples correctly. SVM does this by constructing a hyperplane which separates the classes on either side (binary classification).
Nikola Tesla and Thomas Edison are two giants of electrical engineering whose inventions changed history. But the electricity between the two is no secret to the world.
In this article, we will talk about Model View View Model(MVVM) Pre-requisites: An idea about Android OS, UI/UX would make this a more interesting read.