Data Structures and Algorithms Laboratory (dsal) Codes

If the code doesn't load, you can check it out on GitHub

Group A

Q1: Consider telephone book database of N clients. Make use of a hash table implementation to quickly look up client’s telephone number. Make use of two collision handling techniques and compare them using number of comparisons required to find a set of telephone numbers.


                

Other Questions in Data Structures and Algorithms Laboratory

See All Available Questions