From Codility
Course Link: By James Cutajar
- Binary Gap (Problem of Iterations)
- Arrays
- Time Complexity
- Counting Elements
-
Prefix Sums
- Mushroom Picker (A problem on Prefix Sums)
- Passing Cars (Count the number of passing cars on the road)
- Div Count (Problem on Prefix Sums)
- Genomic Range Query: Find the minimal nucleotide from a range of sequence DNA (Medium Complexity)
- Min Avg Two Slice: Find the minimal average of any slice containing at least two elements. (Complexity: Medium)
- Sorting
- Stacks and Queues
- Leader using Boyer-Moore Majority Vote Algo
- Maximum Slice Problem (using Kadane's Algo leveraging Dynamic Programming)
- Recursion (An Introduction)
- Substring in another string (Lesson in Algorithms)
From Hacker Earth
Track: Basic Programming > Input/Output > Basics of Input/Output
Track: Basic Programming > Implementation > Basics of Implementation
Super Easy
-
Discusson about Zoos (Super Easy Problem)
Track: Basic Programming > Input/Output > Basics of Input/Output -
Discussion on Split houses (Super Easy Problem)
Track: Basic Programming > Input/Output > Basics of Input/Output
Easy
- Discussion about Favourite Singer (Easy Problem)
- Discussion about Maximum Border (Easy Problem)
- Discussion on Cost of Balloons (Easy Problem)
- Discussion on Seven-Segment Display
- Discussion about 'Ali and Helping innocent people'
- Discussion About 'Find Product'
- Discussion on 'Toggle String'
- Discussion on 'Palindromic Strings'
- Discussion on 'Count Divisors'
- Roy and Profile Picture
- Life, the Universe, and Everything - Easy Problem
Medium
Track: Basic Programming > Implementation > Basics of Implementation
Super Easy
- Count the number of occurrences of k in S
- Zoo creatures - The smallest number of creatures so they can grab each other hands
- A Special Number - Sum of whose digits is divisible by 4
- Excursion - Calculate the number of rooms you need to book in the hotel
Easy
- Find Pairs - Ordered Pairs with condition on difference of element and index
- Find Pairs - Unordered pairs with Bitwise-XOR condition
-
Rook Attack - Find the position where we should place the rook, where Rook has maximum impact
Case of mistakes and hallucination by GPT 5.2 - Largest Number - Find out the largest possible number which can be built from N after removing exactly K digits
- ASME to SAME - Can you convert s into t
- Cannibal Characters - You want to minimize the length of the string s
Medium
- Perfect Cube - Find the count of subarrays whose product of elements is a perfect cube
- Minimum Operations - You need to make all the elements of the array equal to zero
- BanquetSplit - Problem on Trees and Bipartite Graphs
- Special matrix - Determine the sum of all the elements of the matrix

No comments:
Post a Comment