Jump to content

[ask] job vacancy matching algorithm

- - - - -

  • Please log in to reply
1 reply to this topic

#1
solitaquinn

solitaquinn

    Newbie

  • Members
  • Pip
  • 3 posts
Hi all,
i have a problem to determine the most suitable algorithm
for job vacancy matching algorithm.

there are some information about this problem :
there are many job seekers and many companies,
each company has many vacancies,
each vacancies would be filled more than one applicants.

i have search on the web about matching problem and the result are
weighted graph, bipartite matching, hungarian algorithm, marriage problem, etc.
when i continue to read it, it tells about one to one matching.
but job vacancy matching is not one to one matching, right? (cmiiw)

now, i confused. could you help me?

Thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
If you do something like a weighted graph, why not do the "best n matches", instead of the "best match"?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users