GetTitleDistribution(college,top)

Return a sorted list of title which alumnus of this college most get.

Description

Given a college name, we can find alumnus of this college are common has what title.

Parameter

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

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, title)
  4. map people information to title
  5. count the number of each title
  6. sort and show top of title
 
projs/clans/docs/snd/gettitledistribution.txt · Last modified: 2014/01/21 14:24 by yoyoliliu     Back to top