All Medium Articles
Almost all of us must have heard that ‘the first impression is the last impression’. The profile card carries the most important details we should… Read More
jQuery provides a variety of plugins for bootstrap for distinctive purposes which can be easily integrated into a web application, making the websites and applications… Read More
In this article, we are going to learn how to make dark mode for websites using HTML, CSS, and Javascript, Light-on-dark color scheme, also called… Read More
Prerequisite :  Designing Finite Automata Introduction :In this article, we will discuss the DFA in LEX Code that accepts the string having even number’s of… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to split the given array into K non-overlapping subsets such… Read More
Given two arrays A[] and B[] consisting of N and M integers, the task is to find the minimum number of operations required to make… Read More
Problem Overview – Design a DFA in LEX Code that accepts the string having even binary number over input alphabet  {0,1}. Example –  Input : 1010… Read More
Given a binary string s, the task is to calculate the number of such substrings where the count of 1‘s is strictly greater than the… Read More
Given N horizontal lines represented by an array position[][] of size N, where position[i] represents the ith horizontal line which has x-coordinates from position[i][0] to… Read More
Given a binary string str[] of size N and an integer M. This binary string can be modified by flipping all the 0’s to 1… Read More
Given N children standing in a circle waiting to be executed, and a number K, which indicates that K-1 children are skipped in the clockwise… Read More
In this article, the task is to create a 2- player cricket game where Player 1 is the user operating the program and Player 2… Read More
Given three strings S, S1, and S2 consisting of N, M, and K characters respectively, the task is to modify the string S by replacing… Read More
Introduction: Every programming language that is based on an object-oriented concept tries to connect everything to the real world. Similarly, C++ languages use classes, Inheritance,… Read More
Nginx is written in C language by Igor Sysoev to overcome the C10K problem (i.e. Concurrently handling 10k(ten thousand) connections). The problem was how to… Read More
Round 1(Machine Coding-2 hours): The first round was machine coding round, the problem statement was to create a online food ordering system with various features.… Read More
Previous article Particle Swarm Optimization – An Overview talked about inspiration of particle swarm optimization (PSO) , it’s mathematical modelling and algorithm. In this article… Read More
Graph Data Structure: In the real world, Networks are just the collection of interconnected nodes. To represent this type of network we need a data… Read More
Segmentation Segmentation is the separation of one or more regions or objects in an image based on a discontinuity or a similarity criterion. A region… Read More