https://github.com/andrewocc/info1905-assignment2
INFO1905 Data Structures Assignment 2 (password manager)
https://github.com/andrewocc/info1905-assignment2
data-structures hashing
Last synced: 5 months ago
JSON representation
INFO1905 Data Structures Assignment 2 (password manager)
- Host: GitHub
- URL: https://github.com/andrewocc/info1905-assignment2
- Owner: AndrewOCC
- Created: 2015-10-10T07:37:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T10:16:43.000Z (over 8 years ago)
- Last Synced: 2024-12-27T15:42:20.226Z (over 1 year ago)
- Topics: data-structures, hashing
- Language: Java
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# info1905-assignment2
An implementation of a 'password manager' using a double hash map, and separately a skip-list data structure.
Created as an assesment for a first-year advanced data structures course