Search:

Type: Posts; User: misswaleleia

Search: Search took 0.00 seconds.

  1. Sorry about that...

    #include <stdio.h>
    #include <stdlib.h>
    #include <stdio.h>
    #include <ctype.h>
    #include <time.h>
    #include <sys/types.h>

    /* Prototypes */

    void selection_sort (int *x, int n);
  2. Okay. Well I've been working on this for awhile....

    Okay. Well I've been working on this for awhile. Instead of using arrays, I used pointers. It compiles, but I don't know where I went wrong. PLEASE HELP.



    #include <stdio.h>
    #include...
  3. merge sort and selection sort and time spent on both

    I've attached the code. I've been working on this and I can't seem to get the random function to work. I think I have the basic algorithms down, but I just don't know how to arrange it. I'm...
  4. Thread: Anagrams

    by misswaleleia
    Replies
    2
    Views
    1,744

    Anagrams

    I'd like to see the code for it.
  5. Thread: Anagrams

    by misswaleleia
    Replies
    2
    Views
    1,744

    Anagrams

    I was looking at the anagram page. It seems so interesting. Has anyone ever wrote a program?
  6. Chained hash tables using an array of lists

    I know how to use linked lists (is that similar to an array of lists?) and I kind of understand the concept of hash tables. But how would I implement a hash table using an array of lists. Also, how...
  7. Thread: grep

    by misswaleleia
    Replies
    2
    Views
    1,501

    grep

    I was just wondering where I could find the code for the function grep. Thanks for the replies.
Results 1 to 7 of 8