From df46fced50787f57bf9022c2c2f5646ef7ef444e Mon Sep 17 00:00:00 2001 From: Rocketman Date: Fri, 24 Oct 2025 13:52:06 +0530 Subject: [PATCH] Add 'Move Zeroes to End' to company-wise LeetCode list --- Airtel/5. All.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/Airtel/5. All.csv b/Airtel/5. All.csv index 15c6a6de..3fdde155 100644 --- a/Airtel/5. All.csv +++ b/Airtel/5. All.csv @@ -5,3 +5,4 @@ MEDIUM,Longest Substring Without Repeating Characters,77.8,0.36936185611748357,h MEDIUM,Generate Parentheses,62.5,0.7713292636809848,https://leetcode.com/problems/generate-parentheses,"String, Dynamic Programming, Backtracking" EASY,Best Time to Buy and Sell Stock,62.5,0.5525968774716257,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,"Array, Dynamic Programming" MEDIUM,Find First and Last Position of Element in Sorted Array,62.5,0.46828909755689324,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,"Array, Binary Search" +EASY,Move Zeroes to End,63.2,0.62791763888,https://leetcode.com/problems/move-zeroes/description/,"Array, Two Pointer" \ No newline at end of file