hello-algo icon indicating copy to clipboard operation
hello-algo copied to clipboard

add zig codes for Section Binary Tree, Binary Search Tree and AVL Tree

Open codingonion opened this issue 1 year ago • 2 comments

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).

codingonion avatar Jan 21 '23 12:01 codingonion

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
hello-algo ⬜️ Ignored (Inspect) Jan 22, 2023 at 6:54AM (UTC)

vercel[bot] avatar Jan 21 '23 12:01 vercel[bot]

The output of "codes/zig/chapter_tree/binary_tree_dfs.zig" is shown below, 01

The output of "codes/zig/chapter_tree/binary_search_tree.zig" is shown below, 02 03 04

The output of "codes/zig/chapter_tree/avl_tree.zig" is shown below, 01 02 03 05

codingonion avatar Jan 21 '23 12:01 codingonion