CAP Theorem

CAP Theorem defines three characteristics of distributed database systems namely- Consistency, Availability and Partition tolerance. These three characteristics defined the capabilities and in-capabilities of your distributed database system. The CAP theorem is also known as Brewer’s Theorem on the name of professor Eric A. Brewer. A distributed system is a…

Continue reading

Linked list is a palindrome or Not

In this article, we discussed a problem: How to check given linked list is palindrome or not in O(n) time complexity means in single traverse. Any number or word which found the same, either you read them from forwards or backwards then they are palindrome. What is palindrome? To determine, given…

Continue reading