Software engineering

Linked list with c - v2 in c

The following C project contains the C source code and C examples used for linked list with c - v2. This is the 2nd Version of my Linked List. This program truly demonstrates the operaton of a LL in a most Efficient avenue. 3 new functions have been included in this version. Plz leave any comment u want.

Double stack in c

The following C project contains the C source code and C examples used for double stack. This is double stack that i made 5 minutes back.It has got two stack 1.Item Stack 2.Price Stack.The same functionality of stack is done...preety simple

Class stack in c

The following C project contains the C source code and C examples used for class stack. This is a fully commented Stack class, that uses Templates to allow different types of Stacks. The Stack is implemented using a linked list.

Pages

Subscribe to RSS - Software engineering