Rudradev Das has Published 75 Articles

Page Faults in LFU

Rudradev Das

Rudradev Das

Updated on 05-May-2023 11:29:40

3K+ Views

The Least Frequently Use aka LFU is a concept of page memory management, can also be used as a replacement algorithm. This process take a lead we the particular page needs a replacement when a new page is on the way by the process. LFU is one of the page ... Read More

Python Program to Count Inversions of Size Three in A Given Array

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 12:23:12

657 Views

Inversion count is a step counting method by which we can calculate the number of sorting steps taken by a particular array. It is also capable to count the operation time span for an array. But, if we want to sort an array in a reverse manner, the count will ... Read More

Java Program for range LCM queries

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 12:20:03

225 Views

Ranging a query is a common database current interest operation present in data structure to restore all the records where the output value lies between an upper and lower boundary. This process works with some input data, to structure them in an efficient manner on any subset of a particular ... Read More

C++ Program for range LCM queries

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 12:16:47

256 Views

Ranging a query is a common database current interest operation present in data structure to restore all the records where the output value lies between an upper and lower boundary. This process works with some input data, to structure them in an efficient manner on any subset of a particular ... Read More

C++ Program to Count Inversions of size three in a given array

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 12:12:26

221 Views

Inversion count is a step counting method by which we can calculate the number of sorting steps taken by a particular array. It is also capable to count the operation time span for an array. But, if we want to sort an array in a reverse manner, the count will ... Read More

Python 3 Program For Range LCM Queries

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 12:07:22

292 Views

Ranging a query is a common database current interest operation present in data structure to restore all the records where the output value lies between an upper and lower boundary. This process works with some input data, to structure them in an efficient manner on any subset of a particular ... Read More

Java Program to show the Nesting of Methods

Rudradev Das

Rudradev Das

Updated on 13-Apr-2023 11:58:33

6K+ Views

Nesting of methods is a hybrid function calling method in Java, which can call another method in the same class. There are two types of nested classes are available in a Java environment. Non-static nested class (also known as , the inner class) Static nested class A non-static ... Read More

Java Program to Separate the Individual Characters from a String

Rudradev Das

Rudradev Das

Updated on 12-Apr-2023 17:40:29

5K+ Views

In the field of computer science, the string is a collection of a continuous character data sets. Here in this particular problem we will use some spaces to execute the logic. The individual characters present here in the string can be accessed through its index to perform the code. Here ... Read More

Java Program to Shuffle Vector Elements

Rudradev Das

Rudradev Das

Updated on 12-Apr-2023 17:06:51

223 Views

Shuffle() is collection class method in Java, works in a random manner based on the permutation logic on a specific group of list elements. Tree are two distinct types of method in a shuffle class(), depending on the particular parameters. Java Collections shuffle(list) Method. Java Collections shuffle(list, random) Method. ... Read More

Java Program to Show Time By Rolling Through Hours and Months

Rudradev Das

Rudradev Das

Updated on 12-Apr-2023 17:04:57

163 Views

The credibility of an efficient coding language depends upon how well it can manage the date and time. In a Java Virtual Environment we get some inbuilt facilities like date, time and calendar to handle the problem related to date and time. java. until date class - In Java, ... Read More

Advertisements