Tuesday 24 February 2015

Computer Programs in C++

Data Structure Programs

Arrays
=>Insertion In One Dimension Array
=>Deletion in One Dimension Array
=>Insertion Of a Row in 2D Array
=>Insertion Of a Column in 2D Array
=>Merging a Array Before another Array
=>Merge a Array at last of Another Array
=>Insertion in a 1D sorted array
=>Deletion in a 1D sorted array
=>Inserion of a new element at some Location in Tabular array
=>Deletion of A element from a tabular array
=>Merging at Begining of a Tabular Array
=>Sorting A Tabular Array by First Column
=>Searching in a Tabular Array
=>Merging At Last of A Tabular Array
=>Merging two Accending Arrays
Linked Lists

=>Creation Of A Node In Singly Link List using Structure
=>Creation of linklist by using the concept of Parallel array
=>Creating Nodes in Singly Linked List Using Structure
=>Insertion In A Linked List At Some Location
=>Insertion in A Sorted Linked List (Ascending or Descending)
=>Searching in Sorted Linked List (Ascending or Descending)

Operating System Programs

=>FCFS Program
=>Shortest Job First (Non-PreEmptive)
=>Round Robin Algorithm
=>Priority Based Scheduling Algorithm.
=>Implemention of MVT
=>Implementation of MFT
=>FIFO Page Replacement Program
=>LRU Page Replacement Program
=>Implement MVT with First Fit Memory Management Technique
=>Least Recently Used Page Replacement Program

Numerical Methods Programs

=>




.............................More Coming Soon.... :-)

No comments:

Post a Comment