Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 279 Bytes

ReadMe.md

File metadata and controls

5 lines (4 loc) · 279 Bytes

Implementation of a User Management system that manages users's credentials and permissions. The underlying data structure is a hash table which utilizes singly linked list for iteration.

Compile: Simply type make to compile the source code for the User Management Software