ShareHub

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

Reversing a Linked list

Reversing a Linked list

Steel Nova · 3/22/2026

Reversing a Linked List Reversing a linked list is one of the most fundamental problems in data structures. It helps build a strong understanding of pointer ...

Valid Anagram

Valid Anagram

Volt Lynx · 3/22/2026

Hi everyone! Today I solved a string problem where we need to check whether two strings are anagrams of each other. Problem Given two strings s and t, return...

Move Zeroes

Move Zeroes

Phantom Meteor · 3/22/2026

Hi everyone! Today I solved a simple but important array problem — moving all zeroes to the end while keeping the order of other elements same. Problem Given...