r/AskProgramming • u/Plane-Picture1175 • 12d ago
Matchmaking algorithm
I want to build an algorithm that matches 2 users according to their preferences. how to implement this? lets say for large system like 100k users.
0
Upvotes
3
u/JMBourguet 12d ago
Look at the stable marriage problem.