All Expert Articles
Given a number num containing n digits. The problem is to find the next greater number using the same set of digits in num on… Read More
A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}. T1: a?(b∣c)*a T2: b?(a∣c)*b T3: c?(b∣a)*c… Read More
Tejas Networks held an hiring drive in our college for software developer . Branches allowed only CS-IT since it is particulary a bangalore based networking… Read More
This article will give you information about the company, its recruitment process, sample questions that have been asked previously, lots of experiences shared by other… Read More
The chromatic number of the following graph is _________ . Note – This was Numerical Type question. (A) 2 (B) 4 (C) 3 (D) 5… Read More
Most important day for any GATE aspirant is the D-day, the day of GATE exam. The day, for which you all have been working so… Read More
We would like to thank our sponsor GeeksforGeeks – A Computer Science Portal for giving us opportunity to successfully organise various events for past few… Read More
The md5sum is designed to verify data integrity using MD5 (Message Digest Algorithm 5). MD5 is 128-bit cryptographic hash and if used properly it can… Read More
Given an array of unsorted positive integer, sort the given array using the Socket programming . Examples: Input : 4 5 6 1 8 2… Read More
Hash Function is a function that has a huge role in making a System Secure as it converts normal data given to it as an… Read More
The t-test (also called Student’s T Test) compares two averages (means) and tells if they are different from each other. The t-test also tells how… Read More
Graphical User Interfaces (GUIs) play a pivotal role in enhancing user interaction and experience. Python, known for its simplicity and versatility, has evolved into a… Read More
Many times it happens that while solving mathematical expressions we require to calculate the square root of a number. To solve this issue like other programming… Read More
This post is a continuation of the SQL Concatenation Operator. Now, suppose we want to use apostrophe in our literal value but we can’t use… Read More
Insertion Sort is suitable for arrays of small size. It also achieves the best-case complexity of O(n) if the arrays are already sorted. We have… Read More
The emotions of images like happy, sad, neutral, surprise, etc. can be extracted using Microsoft emotion API for any development purpose. It is very simple… Read More
I am pretty sure we all have some kind of storage devices where we keep our digital data such as images, videos, documents, audiobooks, etc.… Read More
Given an array of integers, the task is to find whether it’s possible to construct an integer using all the digits of these numbers such… Read More
When my elder son and I finished writing our Plain English compiler, we decided to test its usefulness by adding a what-you-see-is-what-you-get document editor that… Read More
Given a number n, the task is to find the odd factor sum. Examples: Input : n = 30 Output : 24 Odd dividers sum… Read More