Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
consHashing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diaa.hanna
consHashing
Commits
93e57dd2
Commit
93e57dd2
authored
Apr 07, 2026
by
drnull03
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added README.md file
parent
e538bebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
README.md
README.md
+30
-0
No files found.
README.md
0 → 100644
View file @
93e57dd2
### Project structure
consistent-hashing folder (same as previous code with added modifications and implementations)
gitlab.txt (text file contatining the repo url link)
README.md (This File !!!)
Report (pdf report for the achieved work)
### Code modifications
src/main/java/org/ds/MultiAlgorithmConsistentHash.java (Solving the multi hash issue that is presented in the lecture slides)
src/main/java/org/ds/WeightedConsistentHash.java (Adding weights for solving the asymtric node problem)
src/main/java/org/ds/Test.Runner.java (added three more tests to test the new classes)
### how To run the code
same as original code way of compiling and running the test (I didn't use maven)
compile the code
``` javac -d target/classes src/main/java/org/ds/*.java ```
run the tests
``` java -cp target/classes org.ds.TestRunner ```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment