hello-algo
hello-algo copied to clipboard
add zig codes for Section 'Hash Map' and 'Linear Search'
If this PR is related to coding or code translation, please fill out the checklist.
- [x] I've tested the code and ensured the outputs are the same as the outputs of reference codes.
- [x] I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
- [x] The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Updated |
---|---|---|---|
hello-algo | ⬜️ Ignored (Inspect) | Jan 14, 2023 at 10:03AM (UTC) |
The output of "zig/chapter_hashing/hash_map.zig" as shown below,
The output of "zig/chapter_tree/binary_tree.zig" as shown below,
The output of "zig/chapter_searching/linear_search.zig" as shown below,
Thanks for the PR. The output of the heap is not correct. It seems the problem of the tree printer. Please check it.
Thanks for the PR. The output of the heap is not correct. It seems the problem of the tree printer. Please check it.
OK, the bug will be solved in next PR. So, i delete the Section 'Heap' in this PR.