By bloid
via catonmat.net
Published: Sep 04 2008 / 06:06
This is the fifth post in an article series about MIT’s lecture course “Introduction to Algorithms.” In this post I will review lectures seven and eight, which are on the topic of Hashing.
Many applications require a dynamic set that supports dictionary operations insert, search, and delete. For example, a compiler for a computer language maintains a symbol table, in which the keys of elements are arbitrary strings that correspond to identifiers in the language. A hash table is an effective data structure for implementing dictionaries.
Comments
pkrumins replied ago:
Oops, I made a silly grammatical mistake, It should have been "... I will review lectures seven and eight, which ARE on ..." (not IS)! I corrected this mistake in the post as well.
Also, thanks for submitting! :)
bloid replied ago:
Fixed it :)
pkrumins replied ago:
thanks! :)
Voters For This Link (13)
Voters Against This Link (0)