From 686d174f195e58e44169905535170eb9e8bdfdcb Mon Sep 17 00:00:00 2001 From: Wander_lust Date: Sat, 24 Jan 2026 15:46:45 +0530 Subject: [PATCH] Rename variable 'comp' to 'complement' for clarity --- leetcode/two-sum/onePass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leetcode/two-sum/onePass.cpp b/leetcode/two-sum/onePass.cpp index bd9c537..d9794a4 100644 --- a/leetcode/two-sum/onePass.cpp +++ b/leetcode/two-sum/onePass.cpp @@ -2,7 +2,7 @@ public: vector twoSum(vector& nums, int target){ unordered_maphash; for(int i=0;i