Make Every Password Block a Palindrome
Company: Citadel
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: medium
Interview Round: Take-home Project
Quick Answer: Implement `minimum_palindromic_block_changes(password, k)`. Work through the function contract, boundary cases, correctness argument, and time and space complexity expected in a production-quality solution.