Thread: hash problem

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    39

    Cool hash problem

    can anyone tell me where to go for hach function(along with look up,insert and delete in hashing) with out classes?

  2. #2
    AndersSundman
    Guest
    Hi,

    If you just wan't a hash function that is usualy not a large problem.. But to implement the whole datastructure of a hashtable, (I assume this is what you wan't to do?), without using classes sound like a hairy solution.. but what do I know.

    - Anders

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I have a problem with hash
    By vddking2 in forum C Programming
    Replies: 9
    Last Post: 11-22-2006, 04:13 AM
  2. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  3. Replies: 5
    Last Post: 11-07-2005, 11:34 PM
  4. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM
  5. Problem with Hash Table Linear Probing
    By kirby1024 in forum C Programming
    Replies: 5
    Last Post: 10-23-2002, 06:03 AM