C++ Programs:
- Robot. A robot is a software program that is used in search engines. When given a specific HTML document as an input, the robot retreives it, indexes it and stores it in a database for future reference. Click here for thorough description.
- Binary Search Tree. This program implements a binary search tree using arrays. The operations available are add, remove, global rebalance etc. For deatils Click here
- Linked List Data Structure. This is an implementation of a Linked List Data Structure using arrays. Linked list is a collection of nodes with certain properties and operations like addition, removal etc., being performed on them. For details Click here
- Matrix is a simple mathematical structure with its elements ordered in rows and columns. It is also widely used in Computer Science for storing of and performing different operations over a set of data. The following program constructs a matrix with a finite set of operations over its elements. Click here for a thorough description.
- A simple C++ program performing a limited number of arithmetic operations on a set interval of data. Operations include addition, subtraction, multiplication. More here.
Copyright © 1998, 1999, 2000 All rights reserved. Reproduction in whole or in part in
any form or medium without express written permission of the author of this site is prohibited.