technical_interview/Server
2024-12-09 23:54:54 +00:00
..
.idea/.idea.BackEnd/.idea Added (working) unit tests! 2024-12-09 23:47:55 +00:00
BackEnd Added comment to explain that pre-processing is basically cheating and that trees are a good answer here, could have done some weird hashing thing since lookup is instant, but since some of the common passwords can be similar, its riskier and for password handling risk is a BAD BAD BAD idea 2024-12-09 23:54:54 +00:00
Backend.Tests Added (working) unit tests! 2024-12-09 23:47:55 +00:00
.dockerignore Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
.gitignore Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
BackEnd.sln Updated: added (working) unit tests and an explanation asto how I'd speed up the password check 2024-12-09 23:45:47 +00:00
global.json Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00