Viewing profile — qls
qls
HN member- Joined
- Sun, Dec 30, 2018, 10:00 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About qls
No profile information was provided.
Recent public activity
-
comment
Comment #18791636
Good to see an actual change vs. SWEs that suck at LeetCode-style questions complain about these algorithmic questions... It's ironic considering how MSFT pioneered the original br…
-
comment
Comment #18791621
This is a pretty standard linked list question (called cycle detection) – one of the easiest questions on LeetCode. You can use the two-pointer method to just detect if there's a c…