GeeksforGeeks » C/C++ Programming Questions

hash

(1 post)
  • Started 1 year ago by jasmin

Tags:

No tags yet.

  1. jasmin
    guest
    Posted 1 year ago #

    i need remove duplicates with using a hash table ...
    i have
    struct Node{
    int data;
    Node *next};

    struct Hash{
    Node *temp;
    Hash *next;};


Reply

You must log in to post.

RSS feed for this topic