C++ Program to Write a Bio-data
Previous Next Program Code – C++ program to write a bio-data Output The output of the program is given in the following figure. When the… Read More »C++ Program to Write a Bio-data
Previous Next Program Code – C++ program to write a bio-data Output The output of the program is given in the following figure. When the… Read More »C++ Program to Write a Bio-data
Permutation is arrangement of n objects taken r at a time. You keep arranging them by taken r number of objects at a time or… Read More »Permutation and Combination Problems
Here is my notes on Extreme programming and Agile process. Agile process model works on action based software development, the practitioners of agile prefer face-to-face… Read More »Extreme Programming Agile Model
A set of element S with binary operation * is semi-group if two of the property is satisfied 1. Since, S is a set with… Read More »Semi-Group and Monoid
Rapid Development Model (RAD) is an incremental software development process model which focus on developing a software in short development cycle say 60-90 days. When… Read More »Rapid Development Model – The Big Picture
Concurrent Process model is an evolutionary process model in software engineering. The term concurrent mean “done at the same time”. If we take waterfall model… Read More »Concurrent Process Model – The Big Picture
An evolutionary process model is that which deliver some product at the end of each iteration of software development. In the Incremental process model ,… Read More »Incremental Model – Big Picture
Prototyping process model in software engineering is required when customer requirements changes frequently. It means the customer is not clear about the product that need… Read More »Prototype Process Model – The Big Picture
Formally, “Finite automation is mathematical model of a system with discrete inputs and outputs”. Finite automata describe a system or computer that goes through a… Read More »Finite Automata – I
The Tower of Hanoi game is very useful in understanding the Recurrence relation. It is a game of moving N disk between 3 needles. However,… Read More »Tower of Hanoi