How to Find Prime Factors [C++] Goal:- Program for Finding Prime factors of a given number. Method:- There are many methods which you can...
LRU Page Replacement Program in C++[How to]
Least Recently Used Page Replacement Goal:- Program for LRU page replacement Method. Method:- Replace the page that has not been us...
Optimal Page Replacement Program in C++[How to]
Optimal Page Replacement Goal:- Program for Optimal page replacement Method. Method:- Replace the page that will not be used for the...
Life Cycle of a Process [Operating System]
Life Cycle of a Process Goal:- How a process changes its state while execution ? Explanation:- As we know a program in execution is a proces...
How to do[Implement] Swipe in Android[In Eclipse]
How to do Swipe in Android Goal:- Detecting swipe events in Android ? Explanation:- Android supports eight gestures and Swipe is o...
Mutility(Nine in One)
Mutility (Nine in One ) Mutility is a Light Weighted application which contains nine different ut...
Program For Banker's Algorithm (Safety Sequence) in C[How to]
Banker's Algorithm Goal:- C program For Banker's Algorithm. Method:- Simple Rules Of Banker Algorithm. Explanation:- Banker'...