Fast lookup for organization hierarchy
- by Élodie Petit
I need a way to implement a fast lookup algorithm / system to find users very quickly in a multi-level department and multi-level employee/manager relation organization structure.
Departments can have any level of departments and users directly connected to departments. User are connected to departments and other users at the same time.
What would be the best approach to implement such a system? There will be approximately 2000 users and 30 departments. Is there a good way to hold all of this information on memory?