INDAPlus21 / INDAPlus21/osveijer-hash

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Makefile
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Very well done Oliver!**

Duuude,
```
PS C:\[...]\osveijer-hash\db> cargo run all
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\db.exe all`
key: 58 value: Person { name: "Alva Nyberg", age: 17 }
[...]
PS C:\[...]\osveijer-hash\db> cargo run get 58
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\db.exe get 58`
No data with key 58
```

The hash table would certainly benefit from some proper documentation, since it would ease your referencing in the future.

[![](https://inotgo.com/imagesLocal/202111/10/20211110140150158I_0.png.jpg)](https://insights.stackoverflow.com/survey/2021#section-top-paying-technologies-top-paying-technologies)

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files or tests; start by locating the hash-table implementation and the command-line entry point used by `cargo run all` and `cargo run get 58`. Document the hash table's usage and behavior, including the demonstrated commands, with the final scope confirmed from the repository.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.