--- In [email protected], veeru sagar <[EMAIL PROTECTED]> wrote: > > Can any bosd give the programm of datastructure > like > 1)linked list
What sort of linked list? And why should I? What code have you written so far, and what trouble does it cause you? > 2)infix to postfix This is not primarily a question about data structures but about conversion from one mathematical principle to another one. That's a completely different thing. > 3)binary tree What sort of binary tree? And why should I? What code have you written so far, and what trouble does it cause you? In short: we are not here to do your homework. Try it yourself, and if you get stuck, then show the _smallest_ piece of code showing trouble and tell us what input you gave, what output you expected, and what output you actually received; then we will help you. Regards, Nico
