0% found this document useful (0 votes)
11 views1 page

CPC Analytics Assignment2

The document outlines an assignment consisting of two questions related to LeetCode problems. Question 1 requires solving 10 easy problems focused on arrays and strings, each with a provided link. Question 2 involves solving 25 SQL problems found in the LeetCode SQL section.

Uploaded by

Sajin Akash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

CPC Analytics Assignment2

The document outlines an assignment consisting of two questions related to LeetCode problems. Question 1 requires solving 10 easy problems focused on arrays and strings, each with a provided link. Question 2 involves solving 25 SQL problems found in the LeetCode SQL section.

Uploaded by

Sajin Akash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CPC Analytics Assignment 2

Question 1:
Solve the following 10 easy LeetCode problems related to arrays and strings:

1. Two Sum

- Link: https://leetcode.com/problems/two-sum/

2. Reverse String

- Link: https://leetcode.com/problems/reverse-string/

3. Valid Anagram

- Link: https://leetcode.com/problems/valid-anagram/

4. Remove Duplicates from Sorted Array

- Link: https://leetcode.com/problems/remove-duplicates-from-sorted-array/

5. Move Zeroes

- Link: https://leetcode.com/problems/move-zeroes/

6. Rotate Array

- Link: https://leetcode.com/problems/rotate-array/

7. Intersection of Two Arrays II

- Link: https://leetcode.com/problems/intersection-of-two-arrays-ii/

8. Implement strStr()

- Link: https://leetcode.com/problems/implement-strstr/

9. Longest Common Prefix

- Link: https://leetcode.com/problems/longest-common-prefix/

10. Palindrome Number

- Link: https://leetcode.com/problems/palindrome-number/

Question 2:
Solve the next 25 LeetCode SQL problems. You can find them in the LeetCode SQL section:

You might also like