Prompt
This `median` function is wrong for even-length inputs (it returns the lower-middle element
instead of the average of the two middle elements) and it mutates the caller's list. Fix both.when to use it
Community prompt sourced from the open-source GitHub repo Green-PT/honey-for-devs (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
Green-PT/honey-for-devs · MIT