← Back to the reel
Social Media Feed Ranking System key art

Software Engineering · 2025

Social Media Feed Ranking System

Top-K feed ranking with a heap instead of a full sort.

Problem

Placeholder — to be filled via the CMS portal.

Approach

Placeholder — heap-based top-K selection.

Outcome

O(N log N) → O(N log K)

Stack

  • C++
  • Heaps