All Hard Articles
1. PostgreSQL (Object-Relational Database) : PostgreSQL is a powerful, open source object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance that uses… Read More
DeepFace is the facial recognition system used by Facebook for tagging images. It was proposed by researchers at Facebook AI Research (FAIR) at the 2014… Read More
All things in the R language are considered objects. Objects have attributes and the most common attribute related to an object is class. The command… Read More
Given M hours of advertising limit [0, M) and N advertisements each with a start time and advertising value. Each advertisement is 1 min long.… Read More
In Python, Dictionary is a collection of unordered data values. Dictionaries are also changeable and indexed. Dictionary holds key:value pair and they are written inside… Read More
Spatial Filtering technique is used directly on pixels of an image. Mask is usually considered to be added in size so that it has a… Read More
Prerequisites: Python GUI – tkinter Sometimes it happens that we need to create an application with several pops up dialog boxes, i.e Page Frames. Here… Read More
Given two arrays of positive integer Point[], Upvote[] of size N and a value K (1 <= K <= N). The task is to choose… Read More
Given a table of M * N. There are total M * N squares of size 1. You have to colour each side of all… Read More
In terms of speed, YOLO is one of the best models in object recognition, able to recognize objects and process frames at the rate up… Read More
Netcat is one of the most powerful networking tools, security tools, and network monitoring tools. It acts like a cat command over a network. It… Read More
Given a string, print the longest substring without repeating characters in Golang. For example, the longest substrings without repeating characters for “ABDEFGABEF” are “BDEFGA”. Examples:… Read More
Many of the times you may use a Linux system that does not have a GUI after install and it needs an internet connection to… Read More
Given an array arr[] of size N, the task is to count the total number of subarrays for the given array arr[] which have a… Read More
Given two positive integers N and K, the task is to count the number of ways to write N as a sum of K non-negative… Read More
This stack consists of PostgreSQL, Express, React and Node.js. Combining these technologies, one can build a full-stack web application with CRUD operations. Everyone must have… Read More
API stands for Application Programming Interface. It acts as an intermediate between two applications or software. In simple terms, API acts as a messenger that… Read More
Given a binary tree with N nodes numbered [1, N], the task is to find the size of the smallest Dominating set of that tree.… Read More
Given an array arr[] containing N integers and a number K, the task is to find the K-th pair in the ordered list of all… Read More
ActionBar is a primary toolbar within the activity that may display the activity title, application-level navigation affordances, and other interactive items. Although Action Bar is… Read More