Program to add two polynomials. Program to multiply two polynomials. Program to perform some basic operations on string. Program to check entered name in the master list. Program to swap elements of array of pointers to strings. Program to allocate memory dynamically. Program to search for a string into another string.
Program to maintain a linked list. Program to add a new node to the asscending order linked list. Program to reverse a linked list. Program to merge two linked list. Program to sort a linked list by swapping data. Program to sort a linked list by readjusting the links. Program to implement a circular queue as a linked list. Program to concatenate one linked list.
Program to find the number of nodes in the linked list using recursion. Program to compare two linked lists using recursion. Program to copy one linked list into another using recursion. Program to add a new node at the end of linked list using recursion.
Program to maintain a doubly linked list. Program to add two polynomials maintained as linked lists. Program to multiply two polynomials maintained as linked lists. Program to create a 3-tuple from a given matrix. Program to transpose a sparse matrix. Program to add two sparse matrices. Program to multiply two sparse matrices.
Program to store sparse matrix as a linked list. Program implements array as a stack. Program implements linked list as a stack. Program to convert an Infix expression to Prefix form. Program to convert an Infix form to Postfix form. Program to convert expression in postfix form to prefix form. Program to convert an expression in postfix form to an infix form. Program to evaluate an epression entered in postfix form. Program that implements queue as an array.
Program that implements queue as a linked list. Program that implements circular queue as an array. Program that implements deque using an array. Program that implements a priority queue using an array. Program to build a binary search tree from arrays. Program to implement a binary search tree. Program to insert and delete a node from the binary search tree. Program to maintain a threaded binary tree.
Program to maintain an AVL tree. Program which maintains a B-tree. Program to maintain a heap. Linear search in an unsorted array. Linear search in a sorted array. Binary search in a sorted array.
Bubble sort. Selection sort. Stack implementation as a class. Ticket window - Program Using Queue. Tower of hanoi. Add and subtract two polynomials Using Linked List. To add and subtract two sparse matrices. Appending two linked list based upon two data members. AVL tree with insertion, deletion and balancing height. Binary Search Tree with non-recursive traversals.
Binary Search tree with insertion, deletion, finding an element,. Binary search tree with all the three recursive and non recursive traversals. Binary Search is a good searching algorithm.
Code to create binary tree, find mirror image of it, find height,. Graph Representation Multi List Implementation. This program will take two doubly-linked lists of nodes and merges. Program for Multiplication of two matrices using OOP concept.
0コメント