Sunday, June 15, 2025

Index of "Algorithms: Design and Analysis"

Toggle All Sections

From Codility

Course Link: By James Cutajar
  1. Binary Gap (Problem of Iterations)
  2. Arrays
  3. Time Complexity
  4. Counting Elements
  5. Prefix Sums
  6. Sorting
  7. Stacks and Queues
  8. Leader using Boyer-Moore Majority Vote Algo
  9. Maximum Slice Problem (using Kadane's Algo leveraging Dynamic Programming)
  10. Recursion (An Introduction)
  11. Substring in another string (Lesson in Algorithms)

From Hacker Earth

Track: Basic Programming > Input/Output > Basics of Input/Output
Super Easy
  1. Discusson about Zoos (Super Easy Problem)
    Track: Basic Programming > Input/Output > Basics of Input/Output
  2. Discussion on Split houses (Super Easy Problem)
    Track: Basic Programming > Input/Output > Basics of Input/Output
Easy
  1. Discussion about Favourite Singer (Easy Problem)
  2. Discussion about Maximum Border (Easy Problem)
  3. Discussion on Cost of Balloons (Easy Problem)
  4. Discussion on Seven-Segment Display
  5. Discussion about 'Ali and Helping innocent people'
  6. Discussion About 'Find Product'
  7. Discussion on 'Toggle String'
  8. Discussion on 'Palindromic Strings'
  9. Discussion on 'Count Divisors'
  10. Roy and Profile Picture
  11. Life, the Universe, and Everything - Easy Problem
Medium

Track: Basic Programming > Implementation > Basics of Implementation
Super Easy
  1. Count the number of occurrences of k in S
  2. Zoo creatures - The smallest number of creatures so they can grab each other hands
  3. A Special Number - Sum of whose digits is divisible by 4
  4. Excursion - Calculate the number of rooms you need to book in the hotel
Easy
  1. Find Pairs - Ordered Pairs with condition on difference of element and index
  2. Find Pairs - Unordered pairs with Bitwise-XOR condition
  3. 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
  4. Largest Number - Find out the largest possible number which can be built from N after removing exactly K digits
  5. ASME to SAME - Can you convert s into t
  6. Cannibal Characters - You want to minimize the length of the string s
Medium
  1. Perfect Cube - Find the count of subarrays whose product of elements is a perfect cube
  2. Minimum Operations - You need to make all the elements of the array equal to zero
  3. BanquetSplit - Problem on Trees and Bipartite Graphs
  4. Special matrix - Determine the sum of all the elements of the matrix
Hard
  1. Update the array - Count minimum number of operations required such that 2 given conditions are met (Hard)
    ChatGPT 5.2 could not solve this one

From ChatGPT

Tags: <

No comments:

Post a Comment