what data structure you apply for web crawler and why other cannot be used
Anonymous
I used list data structure in python, since in python there are four main data structures: dic, list, set and tuple. others will make data unorder, for web crawler we have to remember the order we get from the website
Check out your Company Bowl for anonymous work chats.