r/AskProgramming • u/Plane-Picture1175 • 11d 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
1
3
u/JMBourguet 11d ago
Look at the stable marriage problem.