2026-06-09

Tuesday · Jun 9, 2026

+0 / −0 0 commits 1 files leetcodeleetcode

Summary

Practiced one Go algorithm problem in leetcode, starting with a straightforward extra-array implementation and then adding an in-place variant that packs old and new values into each array slot with modulo and division. Total changes: 1 file touched, +58/-0 across 2 commits.

Content Signals

leetcode

Solved LeetCode 1920, "Build Array from Permutation," in Go. The first commit added the direct readable solution with an output array; the second commit added the more memory-conscious approach that encodes both the original and computed values in the input array before unpacking them.

Repo changes: 1 file touched, +58/-0 across 2 commits.

Run Details

Appended manual run at 2026-06-11 02:16 PM America/New_York.

2026-06-09

Summary

Practiced one Go algorithm problem in leetcode, starting with a straightforward extra-array implementation and then adding an in-place variant that packs old and new values into each array slot with modulo and division. Total changes: 1 file touched, +58/-0 across 2 unique commits.

Content Signals

leetcode

Solved LeetCode 1920 in Go, first with a readable extra-array solution and then with an in-place modulo/division packing variant.

Repo changes: 1 file touched, +58/-0 across 2 unique commits.

Run Details

← Back to timeline