Name | Roll Number |
---|---|
Atishay Jain | 210050026 |
This is repository is a part of an Inlab Assignment of SSL course - CS251. The assignment was about learning Bash and Version Control using Git/Github.
The Hash Function is used for implementing a dictionary type Data Structure which maps its keys to their respective values. A Hash Function maps the input (which may be a string, integer, float or any other data type) to a certain integer which is then used as its key for dictionary. This kind of Hashing gives more secure, adjustable and quicker method of fetching data.
The enhanced Hash function used here is -
The Bash script file (test.sh) has all the compilation commands required to run the code.So, you have to just run test.sh script.
Type the following command to compile and run the code -
./test.sh <arguement>
Pass the string that you want to give as input in the
- Q1 -
- alias sizeOfFiles = "du -ah"
- alias numberOfFiles = "find . | wc -l"
https://krishnaiitd.github.io/gitcommands/git-clone/
https://gist.github.com/octocat/9257657
https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository