This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
aleksandrdotnet
aleksandrdotnet.bsky.social
did:plc:ltewnkj2rhrsvt3hi2seawdj
2131. Longest Palindrome by Concatenating Two Letter Words
I use a 2D array `freq[26][26]` to count occurrences of each two-letter word based on character indices. For each word:
#leetcode
#medium
#dailychallange
#dotnet
2025-05-25T19:31:04.548Z