-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abstracted the interactions aorund the table
now algorithms does not depend on data type of the table; for example, we could store either pointers or objects. The table is an array of BucketEntryType. We need to properly define these interface methods: isKeyNull(), setKeyNull(), isNull(), makeNull(), removeEntry() key(),value(), keyptr(), entryptr()
- Loading branch information
saad0105050
committed
Sep 14, 2014
1 parent
02f9e44
commit 1f66ce3
Showing
2 changed files
with
111 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters