GetCompanyDistribution(college,top)

Return the most common companies which are most alumnus of this college work in.

Description

Given a college name, we can find alumnus of this college are common in which companies.

Parameter

  1. college: college or university name
  2. top: the number of top companies

Return

A sorted list of compayies

Detail Information

  1. given a college
  2. find people who were graduated from this college
  3. get people information(pid, name, company)
  4. map people information to company
  5. count the number of each company
  6. sort and show top of companies
 
projs/clans/docs/snd/getcompanydistribution.txt · Last modified: 2014/01/21 14:21 by yoyoliliu     Back to top