Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:snd:getcompanydistribution [2014/01/20 11:09] yoyoliliu created |
projs:clans:docs:snd:getcompanydistribution [2014/01/21 14:21] (current) yoyoliliu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== GetCompanyDistribution ====== | + | ====== 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 ====== | ||
| + | - college: college or university name | ||
| + | - top: the number of top companies | ||
| + | ====== Return ====== | ||
| + | A sorted list of compayies | ||
| + | ====== Detail Information ====== | ||
| + | - given a college | ||
| + | - find people who were graduated from this college | ||
| + | - get people information(pid, name, company) | ||
| + | - map people information to company | ||
| + | - count the number of each company | ||
| + | - sort and show top of companies | ||