This repository includes solutions to various coding problems. Each problem is stored in its own file, following a structured and consistent format for easy navigation. These problems come from online coding platforms and personal practice, encompassing various levels of difficulty.
Below you will find a problem list including Problem Name, Difficulty, Problem Topic and Coding Language.
Problem Name | Difficulty | Topics | Lang |
---|---|---|---|
Add Digits | 🟢 | Math, Number Manipulation | ☕️ |
Sign Of The Product Of An Array | 🟢 | Array, Math | 🐍 |
Difference Between Two Arrays | 🟢 | Array, Hash Table | 🐍 |
Avg Salary Excluding Min And Max | 🟢 | Array, Sorting | 🐍 |
Data Mining | 🟢 | Clustering, Preprocessing, Classification, Metrics | 🐍 |
Calorie Counting | 🟠 | Parsing, Aggregation, Optimization | ☕ |
Longest Substring Without Repeating Characters | 🟠 | Hashing,String Manipulation | ☕️ |
Add Two Numbers | 🟠 | Linkedlists, Math, Recursion | ☕ |
100 Prisoners Riddle | 🔴 | Arrays, Randomization, Simulation, Algorithms | ☕ |
Rucksack Organization | 🔴 | Optimization, Sets, Parsing | ☕ |
Note: ( easy🟢, medium🟠, hard🔴 )( java☕, python🐍 )