Search:

Type: Posts; User: ivan12yu2000

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,552

    thank you code is ok so far?

    thank you
    code is ok so far?
  2. Replies
    3
    Views
    1,552

    binary tree begining, need help

    hi. I am working on binary tree, but jst want to see is everything looking good so far.
    code:

    #include<iostream>
    #include<stdio.h>
    #include <string>
    using namespace std;
    struct node
    {
    ...
  3. Replies
    1
    Views
    1,575

    stack problem: print after pop function

    have a problem with my program. It should be program that recognize palindome through the stack. Everything works great, only thing that don't work is printing stacks(original and reversed) after the...
Results 1 to 3 of 3