All Medium Articles
Prerequisites: Classes and Objects in Java, Switch Case statement in Java Problem Statement: Write a program to build a simple application for the bus travelling… Read More
The std::numeric_limits::digits function in C++ STL is present in the <limits> header file. The std::numeric_limits::digits function is used to find the number of radix digits… Read More
Given two integers N and K where N denotes the height of a binary tree, the task is to find the parent of the node… Read More
INTRODUCTION:Support Vector Machines (SVMs) are a type of supervised learning algorithm that can be used for classification or regression tasks. The main idea behind SVMs… Read More
Round 1: 1. Introduce YourSelf. 2. Delete a node from the linked list where the pointer to that node is given and head pointer is… Read More
Sometimes, while working with Python records, we can have a problem in which we need to find the tuple nearest to certain tuple, query on… Read More
With the large number of small size gadgets also as advancement in remote communication, the ad hoc networking is picking up exertion with the large… Read More
The Scanner class in java.util package used for obtaining the input of the primitive types like int, double, etc. and strings. It is the easiest… Read More
FPGA stands for Field Programmable Gate Array which is an IC that can be programmed to perform a customized operation for a specific application. They… Read More
1. Malware : Malware is a program designed to gain access to computer systems, normally for the benefit of some third party, without the user’s… Read More
A file system provides a way of organizing a drive. Its primary operation is to specify the way the data is stored and the kinds… Read More
1. Mesh Topology: Mesh topology is a type of network topology in which each node is connected to every other node fully through a dedicated… Read More
Round 1 : Online Test As you all know that Wipro conducted the National Talent Hunt exam all over the world. The questions were mainly… Read More
I applied to Sureify’s Software development Intern’s role in May 2020. There were 3 rounds. Round 1: Online Coding round – Hackerrank There were 5… Read More
1. Priority Scheduling Algorithm : Priority scheduling algorithm executes the processes depending upon their priority. Each process is allocated a priority and the process with… Read More
Given an integer N, the task is to find the last two digits of factorial of a number. Examples:  Input: N = 7 Output: 40 Explanation: 7! =… Read More
AT and ATX stand for Advanced Technology power supply and Advanced Technology Extended power supply. Both are types of Switch Mode Power Supply (SMPS). Switch… Read More
We know that, whether it may be an ordered list or unordered list they come along with a numbering. It may be: BulletsSquaresDecimalRoman etc. There… Read More
OpenPose is the first real-time multi-person system to jointly detect human body, hand, facial, and foot key-points (in total 135 key-points) on single images. It… Read More
This article aims to implement a deep neural network from scratch. We will implement a deep neural network containing a hidden layer with four units… Read More