Skip to content

Commit f9cec0d

Browse files
committed
Create README.md
1 parent 7470f02 commit f9cec0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hashing_assignment/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Storing files in a database by using hashing
2+
3+
4+
A search engine stores documents belonging to web pages in a large database. In this assignment, a system will be designed to check whether a new document is to be included or not in the database. It is time-consuming to check whether the document is in the database or not, by looking at the contents of all available documents one by one. Therefore, this process will be done with **hashing**.
5+
6+
![enter image description here](https://drive.google.com/uc?id=152Uq-zF07u5oaeps4zvs51O_MjHwoZu7)

0 commit comments

Comments
 (0)