XAMPP is an open-source web server distribution which has become the de facto package used while handling PHP files. XAMPP stands for (X) Cross-platform Operating…
Posts published in “Programming”
Programming Languages we learn and develop with us. The tips & tricks, working well documented interesting programs.
Following up on the previous article where we discussed what RESTful APIs are and how to create one in python using Django, in this article…
What is Dynamic Connectivity? In computing and graph, a dynamic connectivity structure is a data structure that dynamically maintains information about the connected components of…
OpenCV is a pretty handy tool while working with image processing and computer vision. It’s a large open-source library which can be accessed in a…
Familiarizing oneself with Design and Analysis of Algorithms this semester, one of the problems my professor keeps talking about is the KnapSack Problem. In the…