[go: up one dir, main page]

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

Leetcode DSA Sheet-1 (20 Questions)

This document lists essential Leetcode problems for 2nd Year B.Tech students, providing links to each problem. The problems cover various topics such as merging sorted lists, string manipulation, and dynamic programming. The list serves as a study guide for students to enhance their coding skills.

Uploaded by

divyansh gupta
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)
12 views1 page

Leetcode DSA Sheet-1 (20 Questions)

This document lists essential Leetcode problems for 2nd Year B.Tech students, providing links to each problem. The problems cover various topics such as merging sorted lists, string manipulation, and dynamic programming. The list serves as a study guide for students to enhance their coding skills.

Uploaded by

divyansh gupta
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

Must do Leetcode questions for 2nd Year B.

Tech students

Problem Name Link


Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/
Generate Parentheses https://leetcode.com/problems/generate-parentheses/
Merge k Sorted Lists https://leetcode.com/problems/merge-k-sorted-lists/
https://leetcode.com/problems/remove-duplicates-from-
Remove Duplicates from Sorted Array sorted-array/
Find the Index of the First Occurrence https://leetcode.com/problems/find-the-index-of-the-
in a String first-occurrence-in-a-string/
Divide Two Integers https://leetcode.com/problems/divide-two-integers/
https://leetcode.com/problems/search-in-rotated-sorted-
Search in Rotated Sorted Array array/
Find First and Last Position of https://leetcode.com/problems/find-first-and-last-
Element in Sorted Array position-of-element-in-sorted-array/
Valid Sudoku https://leetcode.com/problems/valid-sudoku/
Count and Say https://leetcode.com/problems/count-and-say/
First Missing Positive https://leetcode.com/problems/first-missing-positive/
Trapping Rain Water https://leetcode.com/problems/trapping-rain-water/
Wildcard Matching https://leetcode.com/problems/wildcard-matching/
Permutations https://leetcode.com/problems/permutations/
Rotate Image https://leetcode.com/problems/rotate-image/
Group Anagrams https://leetcode.com/problems/group-anagrams/
Pow(x, n) https://leetcode.com/problems/powx-n/
Maximum Subarray https://leetcode.com/problems/maximum-subarray/
Spiral Matrix https://leetcode.com/problems/spiral-matrix/
Jump Game https://leetcode.com/problems/jump-game/

-By Aashish Garg (Asst. Prof, Graphic Era University, Dehradun)

You might also like