Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.97 KB

problems.md

File metadata and controls

32 lines (27 loc) · 3.97 KB

Problem List

List of problems to get start with 🥲

Easy

S.No Problem No Topic Name/Link
0 2703 Easy Return Length of Arguments Passed
1 1929 Array Concatenation of Array
2 2011 String / Loop Final Value After Operations
3 217 Array / Sorting Contains Duplicate
4 125 String / Two Pointers Valid Palindrome
5 258 Recursion Add Digits
6 2942 Array / String Find Words Containing Character
7 242 Sorting / Hash Table Valid Anagram
8 2621 JS Promise Sleep
9 2620 JS Closures Counter
10 1876 Sliding Window Substrings with Distinct Characters
11 232 OOP / Design Implement Queue using Stacks
12 1160 Hash Table / String Find Words That Can Be Formed by Characters

Medium

S.No Problem No Topic Name/Link
13 1624 Hash Table / String Largest Substring Between Two Characters
14 34 Binary Search Find First n Last Position of Sorted Array
15 2582 Math (interesting) Pass the Pillow
16 14 String / Trie Longest Common Prefix
17 2264 String Largest 3-Same-Digit Number in String
18 643 Sliding Window / Array Maximum Average Subarray I