https://github.com/miojo-dev/hash_study
Small study, making a Hash structure from scratch using Pascal, the idea is to make a Hash who includes CPF and separate them by the last 2 digits and use binary search to consult
https://github.com/miojo-dev/hash_study
cpf data-structures data-structures-and-algorithms hash pascal pascal-language pascal-programming study study-project
Last synced: 2 days ago
JSON representation
Small study, making a Hash structure from scratch using Pascal, the idea is to make a Hash who includes CPF and separate them by the last 2 digits and use binary search to consult
- Host: GitHub
- URL: https://github.com/miojo-dev/hash_study
- Owner: miojo-dev
- Created: 2026-05-29T17:42:44.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T23:28:54.000Z (10 days ago)
- Last Synced: 2026-06-10T01:12:44.574Z (10 days ago)
- Topics: cpf, data-structures, data-structures-and-algorithms, hash, pascal, pascal-language, pascal-programming, study, study-project
- Language: Pascal
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hash_Study
Small study, making a Hash structure from scratch using Pascal, the idea is to make a Hash who includes CPF and separate them by the last 2 digits and use binary search to consult
## 🧪 Technologies Used
