INDAPlus21 / INDAPlus21/ogronman-hash
Pass
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Very well done Oskar!**
BUT WHERE ARE YOUR INSTRUCTIONS?
_Question_:
```rs
//Why am i actually doing a hashtable ???
//Im just saving to the file and closing the program?
//What point does the hashtable have??
//I started doing a loop cause then it would actually serve some purpose, but i guess if you can have a program with the hashtable in the background running then it would be fine??
//But i removed loop :(
//But is quite easy to implement again, since i saved the code
```
_Answer_:
> Database Management Systems are build from files, hashtables, and tree structures. Hashtables offer a fast method of navigation. I could mean getting pointers to different tables, or rows/objects according to primary keys.
>
> The assignment was to write a very simplistic dummy DBMS, thus files and a hash table.
>
> The primary subject of the week was hash and the hash table structure.
[](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 discusses a Rust dummy DBMS assignment using files and a hash table, but names no documentation file, test, or entry point. First identify where this project's assignment instructions live and determine what explanation is missing; done should mean the purpose of the hash table and the assignment requirements are documented clearly.
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
- 20/100