HERE IS THE CODE
Thursday, 23 May 2019
Stack implementation in C
HERE IS THE CODE
Queue implemetation in C
HERE IS THE CODE
Implementation of Breadth First Search BFS in C
Here is the code
Minimum Coin Change Problem Recursive and DP Based solution
Minimum coin change problem tries to find minimum coins required to make a particular amount from a set of coins. A coin can be selected multiple times.
Saturday, 4 May 2019
Implementation of Depth First Search DFS in C
HERE IS THE CODE..
Monday, 1 February 2016
Program to implement Ceaser Cipher for encryption and decryption of data
Here is the code..........
Saturday, 16 August 2014
Introduction to embedded system
Embedded System
An embedded system is a combination of computer hardware and software, either fixed in capability or programmable, that is specifically designed for a particular function.
Industrial machines, automobiles, medical equipment, cameras, household appliances, airplanes, vending machines and toys (as well as the more obvious cellular phone and PDAs) are the possible hosts of an embedded system.
