Fast and simple application that allows you to generate and compare hashes from files and text
-
Updated
Jan 1, 2025 - Java
Fast and simple application that allows you to generate and compare hashes from files and text
Dynatrace hash library for Java
🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!
Bachelor thesis on Merkle Trees at Royal Institute of Technology KTH
A simple and functional Android app for calculating checksums
Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
Fast and simple application for generating and comparing hashes from files or text. Lite version of https://github.com/hash-checker/hash-checker
Add MD5 hashing support to Keycloak
This repository contains all my practiced DSA Questions using Java.
Cichelli's Method is implemented to minimize the number of collisions when mapping values to a hash table, using a hash function. This program reads key words from a text file and inserts these key words into a hash table by following Cichelli's method. The program then reads a second text file of words and compares these words to the key words …
According to homework rules, main classes and files of the homeworks are named with bilgin selimoglu and homework number
This repository provides three different solutions to hashtable collisions: Linear Probing, Quadratic Probing, and Separate Chaining and tests the performances (in terms of time) of each technique.
PasswordUtils is a fast, simple, and lightweight utility class containing series of methods for creating, comparing, hashing and random generating secure passwords in Java
The basic data structure underlying search engines: an inverted index, and the usage of this inverted index to answer some simple search queries.
This is my assignment for the Data Structures & Algorithms (DSA) unit of Year 1 Semester 2. It is a bushfire mapping application coded in Java, with applied DSA concepts.
Distributed application with UDP sockets concept.
Add a description, image, and links to the hashing-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the hashing-algorithm topic, visit your repo's landing page and select "manage topics."