Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 280 Bytes

CS512-Project

ReadData.java reads data from l_i.txt, l_u_train.txt, u_f.txt and u_i_train.txt. It creats an arraylist of users, with user-ID, arraylist of Lists, arraylist of Items and arraylist of Friends.

Output outputs the count of items, lists and friends for each user.