Puzzle | Nineteen Pirates and the King
Nineteen pirates (one of them is their leader) were caught by the king one day. But the king heard many stories of spontaneous wit of… Read More »
Nineteen pirates (one of them is their leader) were caught by the king one day. But the king heard many stories of spontaneous wit of… Read More »
Given that integers are being read from a data stream. Find the median of all the elements read so far starting from the first integer… Read More »
There is a bag of rice given to us and we need to get 1 Kilogram of rice from it but we have only a… Read More »
Artificial Intelligence is the study of building agents that act rationally. Most of the time, these agents perform some kind of search algorithm in the… Read More »
A data warehouse is built to support management functions whereas data mining is used to extract useful information and patterns from data. Data warehousing is… Read More »
Monte Carlo Tree Search (MCTS) is a search technique in the field of Artificial Intelligence (AI). It is a probabilistic and heuristic driven search algorithm… Read More »
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with… Read More »
Python provides many excellent modules to measure the statistics of a program. This makes us know where the program is spending too much time and… Read More »
Cloud computing is an emerging technology that provides various computing services on demand. It provides convenient access to a shared pool of higher-level services and… Read More »
curl is a command line tool to transfer data to or from a server, using any of the supported protocols (HTTP, FTP, IMAP, POP3, SCP,… Read More »
vmstat command in Linux/Unix is a performance monitoring command of the system as it gives the information about processes, memory, paging, block IO, disk and… Read More »
C Language was not called C at the beginning. It has been named as C after passing many stages of evolution. Evolution of C: ALGO… Read More »
iptables is a command line interface used to set up and maintain tables for the Netfilter firewall for IPv4, included in the Linux kernel. The… Read More »
This command in Linux is used to instruct the hardware to stop all the CPU functions. Basically, it reboots or stops the system. If the… Read More »
There are two kinds of technical interviews. For service-based companies like TCS, Accenture, Tech Mahindra, Wipro and the other one is product based companies. Cracking… Read More »