Description : when a prefix string is entered it converts it
into its equivalent postfix string. Be careful to enter the perfect
prefix string to get the desired results.
Description : This is one of the important applications of linked
lists.Through this program it is possible to add long integers of
any
length may be above 50 digits with the help of Dynamic memory
management
Description : it is a code which find the shortest path from source to
destination. this code is very useful when any one working on
intelligent driving a car in robotix
Description : This program is to find the expression tree. Expression tree is a
tree consisting of the operands at the leaf node, and the operators
at the inner nodes. Useful for the data structure labs