All Medium Articles
Given an integer N, the task is to count the number of binary strings possible such that there is no substring of length ? 3… Read More
Python, being a powerful language don’t need any external library to import and offers a native library to send emails- “SMTP lib”. “smtplib” creates a… Read More
Given two times h1:m1 and h2:m2 denoting hours and minutes in 24 hours clock format. The current clock time is given by h1:m1. The task… Read More
A thread is an entity within a process that can be scheduled for execution. Also, it is the smallest unit of processing that can be… Read More
Given a matrix with most of its elements as 0, we need to convert this matrix into a sparse matrix in Python. Example: Input: Matrix:… Read More
Turtle is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like… Read More
Given an array of length N and an integer K. The task is to find the maximum length L such that all the subarrays of… Read More
Given a space-separated string str, the task is to find the first substring whose reverse is a word in the string. All the characters of… Read More
I took Soroco Bengaluru Interview in October 2018 and again in jan 2020(in process) Round 1: [70min] coding test on hackerrank There was two Question mostly… Read More
Round 1:Cocubes Coding Round There were 2 questions of 2 and 3 marks. I don’t remember the questions but they were quite easy. The time… Read More
Given 2*N integers which are elements of a prefix and suffix array(in shuffled order) of an array of size N, the task is to find… Read More
Artificial Intelligence is the golden world in modern times! All top companies like Google, Apple, Facebook, Amazon, Microsoft, etc. are heavily investing in AI research… Read More
It is my final year of BCA this year, so I applied for the TCS BCA/BSc Recruitment drive for the year 2020 pass out students.… Read More
Rabin Cryptosystem is an public-key cryptosystem invented by Michael Rabin. It uses asymmetric key encryption for communicating between two parties and encrypting the message. The… Read More
In this article, you will make a basic android application that can be used to call some numbers through your android application. You can do… Read More
Prerequisite:Comparison among bubble sort, insertion sort and selection sort. Write a C program to plot and analyze the time complexity of Bubble sort, Insertion sort… Read More
In this article, you will make a basic Android Application that can be used to send email through your android application. You can do so… Read More
Given that the radius of a hemisphere is changed by a fixed percentage so, the target is to calculate the percentage changed in the volume… Read More
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to… Read More
Round 1: Coding round ( Duration – 1.5 hours ) Online coding round for GEP comprises of four sections, each having its own time constraint:… Read More