mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 11:41:22 +08:00
code: update zig 0.14.1 for the chapter of array_and_linkedlist and computational_complexity (#1787)
* update zig array list chapter * update not need change codes. * fix some pr issues and update time space chapter
This commit is contained in:
8
codes/zig/utils/utils.zig
Normal file
8
codes/zig/utils/utils.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
// File: format.zig
|
||||
// Created Time: 2025-07-15
|
||||
// Author: CreatorMetaSky (creator_meta_sky@163.com)
|
||||
|
||||
const std = @import("std");
|
||||
pub const fmt = @import("format.zig");
|
||||
pub const ListNode = @import("ListNode.zig").ListNode;
|
||||
pub const TreeNode = @import("TreeNode.zig").TreeNode;
|
||||
Reference in New Issue
Block a user