Recent content by shinoX3N9

  1. S

    Leetcode: Two Sum Problem Explained (For Beginners)

    Problem: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. Example: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: 2 + 7 = 9 (indices 0 and 1) Simple Solution (Python): def twoSum(nums, target): for i...
  2. S

    👤 Account IPVanish Accounts

    Thank you lodi. Keep sharing
  3. S

    🎁 Giveaways Adobe Creative Cloud [For All]

    Hidden content Villain-In-Glasses
Back
Top