Search:

Type: Posts; User: chema124

Search: Search took 0.00 seconds.

  1. Thread: Running times

    by chema124
    Replies
    2
    Views
    1,189

    Running times

    Does anyone know what are the relative search speed for binary search, hash tables and array for a dictionary (sorted/undorted)?

    Any suggestions would be greatly appreciated.
  2. Thread: Binary tree

    by chema124
    Replies
    2
    Views
    840

    Binary tree

    Does anyone know any binary tree application? It is minimax and alphabeta binary tree applications?

    Any help will be appreciated

    Thanks
  3. Replies
    2
    Views
    892

    data structure/computing industry

    Does anyone know wich particular data structures and algorithms are currently used within the computing industry?

    I'm trying to get some information on internet, but I cannot find anything.
    ...
  4. Thread: small problem

    by chema124
    Replies
    4
    Views
    868

    small problem

    In the following code I get the error ' freespace: function must return a value' . Could you tell me what's wrong?. Thanks







    #include <stdio.h>
    #include <string.h>
  5. Replies
    6
    Views
    1,259

    I changed, but still not working, yep, here...

    I changed, but still not working,

    yep, here should be

    if (a[7]<s)
    {
    printf("The number cannot be found ");
    }
  6. Replies
    6
    Views
    1,259

    Binary search, help!!!

    Hi

    I'm trying to do a binary search program, but sometimes is not working properly, could you tell me what's wrong?
  7. Replies
    6
    Views
    1,159

    Bubble sort, Help!!!!

    Hi

    I have been stuck trying to work this but something is wrong.

    If any one can give me a hand i'd really appreciate it.
  8. Thread: Visual Studio

    by chema124
    Replies
    3
    Views
    1,141

    This is the question, but I don't really...

    This is the question, but I don't really understand.

    Research the available debugging tools provided by the Visual
    Programming Studio used to debug a C program. Demonstrate how debugging may be...
  9. Thread: Visual Studio

    by chema124
    Replies
    3
    Views
    1,141

    Visual Studio

    Does anyone know which debugging tools use Visual C++ to debug a program in C?

    Thanks
  10. Replies
    3
    Views
    3,988

    flowchart. Help!!!

    Anyone know how to write a flowchart for this code? I'm stuck here.

    min_number=var_array[0];

    for(i=0 ; i<6 ; i++)
    {
    if (var_array[i] < min_number)...
Results 1 to 10 of 10