Use timeout for connection in QT

In this article, we will try to understand about using timeout for our common problem in communicating between client and server. In QT, this bug will not resolve. So, we always look forward solution in a next update of QT. [Read More]
Tags: Qt C++

Coupling and cohesion in OOP

In this article, we will discuss about coupling and cohesion in OOP, mainly because understanding about them is really useful to improve coding skill and some skills about designing architecture. [Read More]
Tags: OOP

Quick Union

In this tutorial, we will discuss about Quick - Union to understand all of it. Then, we can know about which problem will be applied Quick-Union. [Read More]
Tags: Union-Find

Quick Find

In this tutorial, we will find out about quick find - one of implementations in Union-Find. And understanding Quick Find has advantages and disadvantages that will make us confidence to implement. [Read More]
Tags: Union-Find