ShareHub

Discover and share articles, posts, and links from across the web.

Kth Smallest Element in an Array

Kth Smallest Element in an Array

Volt Lynx · 3/20/2026

My Thought Process (Java DSA) When I came across this problem, it initially looked slightly complex. Instead of directly writing code, I tried to understand ...

Sort an Array of 0s, 1s and 2s

Sort an Array of 0s, 1s and 2s

Volt Lynx · 3/20/2026

My Thought Process (Java DSA) When I came across this problem, it initially looked like a normal sorting problem. But the constraint made me rethink the appr...