BlogHide Resteemsprasanthpr (25)in fractional • 3 years agoFractional Knapsack Problem (Java and Python Code Solution)Given a set of N items each having value V with weight W and the total capacity of a knapsack. The task is to find the maximal value of fractions of items that can fit into the knapsack. Solution…prasanthpr (25)in backend • 4 years agoLanguages/Skills To Learn For Backend DevelopmentThe backend is the part of a web application that is unrevealed to the user. Unlike front-end, back-end development operations are not very easy and usually turn out to be complicated and manifold;…prasanthpr (25)in android • 4 years agoLanguages used to build AndroidAndroid is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and…prasanthpr (25)in azure • 4 years agoAzure Interview QuestionsCloud Computing is nothing but the usage of technology resources for storing, retrieving, and processing of data over the internet for increased speed, availability, scalability, and reduced cost.…prasanthpr (25)in jenkins • 4 years agoFrequently Asked Jenkins Interview QuestionsWith the latest advancements in the world of Continuous Integration and Continuous Deployment for Software Development Life-Cycle (SDLC) process, it is possible to deliver the developed software…prasanthpr (25)in bubble • 4 years agoBubble Sort In C++There are various sorting algorithms that are required to sort a set of similar data (mostly array) in either increasing or decreasing order. Bubble Sort is the simplest sorting algorithm that…