All Medium Articles
The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version… Read More
 Keyloggers are many hackers and script kiddie’s favorite tools. Keylogging is a method that was first imagined back in the year 1983.  Around then, the… Read More
Customer Relationship Management (CRM) is all about finding the customers. Collecting their information along the way and using that information to enhance their experience and… Read More
In Flutter, ListView is a scrollable list of widgets arranged linearly. It displays its children one after another in the scroll direction i.e, vertical or… Read More
Given an array arr[] representing a Generic(N-ary) tree. The task is to replace the node data with the depth(level) of the node. Assume level of… Read More
Given a tree with N nodes value from 1 to N and (N – 1) Edges and a number K, the task is to remove… Read More
Find the largest possible string of distinct characters formed using a combination of given strings. Any given string has to be chosen completely or not… Read More
Given a matrix mat[][] whose elements are sorted both row-wise and column-wise. The task is to find the maximum sum of any submatrix from the… Read More
Given string str of length N and an integer K, the task is to return the largest string in Dictionary Order by erasing K characters… Read More
Given an array arr[] of N integers. The task is to create a frequency array freq[] of the given array arr[] and find the maximum… Read More
Finding the LCM and HCF are most frequently asked questions in any competitive exams. Finding LCM and HCF for natural numbers are taught in our… Read More
Given a numeric string s consisting of digits 0 to 9, the task is to find the length of the largest subsequence consisting of a… Read More
Point-to-Point Protocol (PPP) was generally invented by Internet Engineering Task Force (IETF) simply to create and develop a data link protocol for point to point… Read More
Hey guys ! I am sharing with you my interview experience with Amazon for SDE-1 role in June 2020. I was contacted by the HR asking… Read More
Round One :   It was an online coding test conducted on HackerEarth. A test consisting of 3 coding questions.  given an integer matrix(m) of… Read More
I applied for two month long summer(2021) internship at codenation. It was an On-campus internship recruitment (Tier – 2 college). There were 4 rounds including… Read More
Pandemic has resulted campus hiring to go virtual and all major companies have the infrastructure ready. Capgemini has introduced a new platform called the Exceller… Read More
There is no use of building a UI in Flutter until you Integrate it with your backend. A GET request is used to extract useful… Read More
Arithmetic coding is a type of entropy encoding utilized in lossless data compression. Ordinarily, a string of characters, for example, the words “hey” is represented… Read More
X.25 is generally a protocol that was developed by Telecommunication Standardization Sector (ITU-T) of International Telecommunication Union. It usually allows various logical channels to make… Read More