A repository showcasing my solutions to LeetCode and CodeForces problems. While I use multiple programming languages, Python is often my preferred choice due to its simplicity and minimal boilerplate. Occasionally, I follow the NeetCode Roadmap for structured practice and progression.
Name | Difficulty | Topics |
---|---|---|
9. Palindrome Number | π© Easy | Math |
14. Longest Common Prefix | π© Easy | String Trie |
15. 3Sum | π¨ Medium | Array Two Pointers Sorting |
48. Rotate Image | π¨ Medium | Array Math Matrix |
61. Rotate List | π¨ Medium | Linked List Two Pointers |
167. Two Sum II | π¨ Medium | Array Two Pointers Binary Search |
197. Rising Temperature | π© Easy | Database |
217. Contains Duplicate | π© Easy | Array Hash Table Sorting |
242. Valid Anagram | π© Easy | Hash Table String Sorting |
577. Employee Bonus | π© Easy | Database |
584. Find Customer Referee | π© Easy | Database |
595. Big Countries | π© Easy | Database |
620. Not Boring Movies | π© Easy | Database |
1068. Product Sales Analysis | π© Easy | Database |
1148. Article Views I | π© Easy | Database |
1378. Replace Employee ID | π© Easy | Database |
1581. Customer Who Visited but Did Not Make Any Transactions | π© Easy | Database |
1661. Average Time of Process per Machine | π© Easy | Database |
1683. Invalid Tweets | π© Easy | Database |
1757. Recyclable and Low Fat Products | π© Easy | Database |
Name | Difficulty | Topics |
---|---|---|
1A. Theatre Square | β¬ 1000 | Math |
4A. Watermelon | β¬ 800 | Brute Force Math |
25A. IQ test | π© 1300 | Brute Force |
69A. Young Physicist | β¬ 1000 | Implementation Math |
71A. Way Too Long Words | β¬ 800 | Strings |
118A. String Task | β¬ 1000 | Implementation Strings |
282A. Bit++ | β¬ 800 | Implementation |
466A. Cheap Travel | β¬ 1200 | Implementation |
451A. Game With Sticks | β¬ 900 | Implementation |
1491A. K-th Largest Value | β¬ 800 | Implementation Brute Force Greedy |
4C. Registration System | π© 1300 | Data Structures Hashing Implementation |
1428C. ABBB | π© 1300 | Data Structures Hashing Implementation |
1800C2. Powering The Hero | π© 1100 | Brute Force Data Structures Greddy Strings |
1324D. Pair of Topics | π© 1400 | Data Structures Binary Search Two Pointers Sortings |