Search:

Type: Posts; User: willmhmd

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    5,510

    Binary Search Tree

    I am doing a binary search tree. I need some hints on how to do the insert and find. Anyone?





    #include <stdio.h>
    #define MAX_SIZE 32 /* should be a power of two */
    #define EMPTY -1 ...
  2. Replies
    5
    Views
    5,767

    phone number code

    Doe anyone know why the code is not printing numbers when letters are input? For example if I type in 1-800-collect, it should print the numerical equivalent. anyone?



    #include <stdio.h>
    ...
Results 1 to 2 of 3