ShareHub

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

Kadanes Algorithm - P2

Kadanes Algorithm - P2

Pyro Hawk · 3/22/2026

Problem You’re given an array of integers and need to find the maximum sum of any contiguous subarray. Strategy At first, it feels like you need to check eve...

Git -> Quick Drill Sheet

Git -> Quick Drill Sheet

Cryo Mantis · 3/22/2026

Important concepts you understood: Working Directory 👉 Where you edit files Staging Area 👉 Temporary place before commit Commit 👉 Snapshot of project Loca...