Thread: Making a search engine.

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Making a search engine.

    I'm told that hash tables can make things easier when making a search engine. Would someone like to explain what the heck a hash table is, how to make one, and how to use it for a search?

    Thanks in advance if you can help.

  2. #2
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    hash tables speed up search operations greatly, i posted a question similar to yours. Search the board and you will the find the answers
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another code search engine
    By Mario F. in forum Tech Board
    Replies: 0
    Last Post: 12-02-2006, 08:45 AM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Big help in Astar search code...
    By alvifarooq in forum C++ Programming
    Replies: 6
    Last Post: 09-24-2004, 11:38 AM
  4. Contest Results - May 27, 2002
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 06-18-2002, 01:27 PM
  5. Search Engines :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 06-18-2002, 12:31 PM