Update search/median_search2.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
weiss-ben
2022-09-14 00:41:53 +03:00
committed by GitHub
parent b4e998cb32
commit 274cd9e7c3

View File

@@ -65,7 +65,6 @@ ListNode* middleNode(ListNode* head) {
* @brief Self-test implementations
* @returns void
*/
*/
static void test() {
ListNode* head = new ListNode;
head->val = 1;