Kir@Net
|
| Home | Projects | TechDocs | Programming | PhotoGallery | Poems | Fun | Travelling | About Me | Resume | Guestbook | WebLinks | Mobile | Google Search |
| Title | Description | Language | Platform | Source/Binary | Updated On |
| NATWork | Simple NAT server using C | C | GNU Linux |
![]() Download |
10/2/2003 |
| Booth's multiplication Algorithm | Binary mulitplication algorithm devised by Booth | C | MS-DOS |
![]() Download |
8/29/2003 |
| Singly Linked List | Demonstrates how pointer to pointer can be used to create singly linked list. Using double pointer allows to create more than one linked list within a program | C | MS-DOS |
![]() Download |
8/29/2003 |
| Stacks | Stacks implementated using linked lists. Implemented using single as well as double pointers | C | MS-DOS |
![]() Download |
8/29/2003 |
| Doubly Linked List | Demonstrates how pointer to pointer can be used to create doubly linked list. Using double pointer allows to create more than one linked list within a program | C | MS-DOS |
![]() Download |
8/29/2003 |
| Binary Tree | This program explains how to create simple binary tree and ways to traverse it using pre-order, post-order and in-order method. Including Search facility | C | MS-DOS |
![]() Download |
8/29/2003 |