package
0.0.0-20240920062246-d0657495930a
Repository: https://github.com/yigmmk/leetcode.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

/---------------------optimize,随机数O(1)------------------------------- 引入?实现O(1)获取随机数,(数组/链表/堆/栈,最先想到数组,很容易实现O(1)).
没有完全实现O(1),查询需要优化.