Fidelity Investments Interview Question

what data structure you apply for web crawler and why other cannot be used

Interview Answer

Anonymous

Sep 11, 2017

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