All Basic Articles
Given a string S of size N consisting of numerical digits 1-9 and a positive integer K, the task is to minimize the partitions of… Read More
Given two strings, text and pattern, of size N and M (N > M)respectively, the task is to print all occurrences of pattern in text. … Read More
In this article, we will cover how to temporarily remove a Tkinter widget without using just .place We can temporarily remove a Tkinter widget by… Read More
About the company :  Sanmina Corporation, founded in 1980, is an American electronics manufacturing services (EMS) provider headquartered in San Jose, California that serves original… Read More
I’ll be sharing my experience of interviewing with Adobe and the whole recruitment process. Ever since I started using Adobe Illustrator for designing as a… Read More
In today’s digital world, the internet has become an integral part of our lives, and websites are the gateway to the online world. When you… Read More
Security is the major concern that most individual focuses on. To avoid such issues (hacking or losing sensitive information) with your system, Blockchain comes into… Read More
Facebook founded in 2004 by Mark Zuckerberg with fellow Harvard College students is an American online social network service that is a part of the… Read More
Preemptive Priority CPU Scheduling Algorithm is a pre-emptive method of CPU scheduling algorithm that works based on the priority of a process. In this algorithm,… Read More
Binary Search is a search algorithm that is specifically designed for searching in sorted data structures. This searching algorithm is much more efficient than Linear… Read More
Microsoft Corporation is a multinational technology corporation based in America that produces computer software, consumer electronics, personal computers, and related services. It is one of… Read More
Google LLC is an American multinational technology company also referred to as the most powerful company in the world that focuses on artificial intelligence, search… Read More
Given an integer N, the task is to find all possible integer M in the range [2, N] such that the bitwise OR of all… Read More
Problem Statement: Suppose a man had some amount in his wallet, he knows a bank that doubles the money immediately but the fee at the… Read More
Given a string S of size N consisting of the characters 0, 1 and 2, the task is to find the length of the smallest… Read More
Given an array of integers arr[] of size N and an integer K, the task is to find the smallest prime such that it gives… Read More
In this article, we are going to see how to read CSV files into a list of lists in Python. Method 1: Using CSV module… Read More
A binary tree is a type of data structure where each node can only have two offspring at most named as “left” and “right” child.… Read More
Given a string S of length N, the task is to remove the longest prefix of the string which has at least one duplicate substring… Read More
Azure is Microsoft’s cloud computing platform which helps to build solutions to meet business goals. It supports infrastructure (IaaS), platform (PaaS), and software as a… Read More