👩‍💻
LB DSA Notes & Homework - Abhyas
Ctrlk
  • 😇README
  • 🧪Formula List
  • 🚀Functions
  • ⚔️Question List
  • ✨01 Introduction to Programming
    • 📔Handwritten Notes
    • 📔Handwritten Homework
  • 🔨02 Programming Basics I
    • 📔Handwritten Notes
    • 📔Handwritten homework
  • ⚒️03 Programming Basics II
    • 📔Handwritten Notes
    • 🏡Homework
  • ⭐04 Pattern Programs
    • 📔Handwritten Notes
    • ⛳All solutions
  • 🛠️05 Programming Basics III
    • 📔Handwritten Notes
    • 🏡Homework
  • 🗒️06 Arrays and Functions
    • 📔Handwriteen Notes
  • ❓07 Array Problems I
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • ⛳Discord Homework List
  • ⁉️08 Array Problems II
    • 📔Handwritten Notes
    • ⛳Discord Homework List
      • 01 Common elements
      • 02 First Repeating Element
      • 03 Non-Repeating Element
      • 04 Subarrays with equal 0s and 1s
      • 05 Find Subarray with Sum 0
      • 06 Factorial of a Large Number
      • ❌07 Minimize Platforms Problems - GFG
      • ❌08 Minimize the Heights II - GFG
      • 09 Majority Element
      • 03 Find First non repeating element in an Array
      • 04 Largest subarray with an equal number of 0s and 1s
      • 05 Subarray with 0 sum
      • 06 Factorial of Large Number
      • 07 Minimize Platforms Problems
      • 08 Minimize the Heights II
      • 09 Majority Element (Moore’s Voting Algorithm)
      • 10 Find whether an array is a subset of another array
  • 🧵14 Character Array and Strings
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ⛳Discord Homework
  • ➗15. Basic Mathematics for DSA
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
  • 👉16 Pointers I
    • 📔Handwritten Notes
    • 🏡Homework 16
  • 👉17 Pointers II
    • 📔Handwritten Notes
    • 🏡Homework
  • 💾18 Static and Dynamic Allocation
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ✨Bonus
  • 🔁19 Recursion I
    • 📔Handwritten Notes
    • 🏡Homework
    • ⛳Discord Homework
  • 🔁20 Recursion II
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
  • 🔁21 Recursion III
    • 📔Handwritten Notes
    • 🏡Homework
  • ➗22 Divide and Conquer - Recursion
    • 📔Handwritten Notes
    • 🏡Homework
  • ⏮️23 Backtracking I
    • 📔Handwritten Notes
    • 🏡Homework
  • 24 Backtracking II
    • 📔Handwritten Notes
  • ⏮️25 Backtracking III
    • 📔Handwritten Notes
  • ⏳26 Time Complexity of Recursive Algorithm & OOPs I
    • 📔Handwritten Notes
  • 🔗29 Linked List I
    • 📔Handwritten Notes
    • 👩‍💻Code
    • 🏡Homework
  • 🔗30 Linked List II
    • 📔Handwritten Notes
  • 🔗31 Linked List III
    • 📔Handwritten Notes
  • 📚33 Stack I
    • 📔Handwritten Notes
    • 👩‍💻Code
Powered by GitBook
On this page
  1. ⁉️08 Array Problems II

⛳Discord Homework List

01 Common elements02 First Repeating Element03 Non-Repeating Element04 Subarrays with equal 0s and 1s05 Find Subarray with Sum 006 Factorial of a Large Number❌07 Minimize Platforms Problems - GFG❌08 Minimize the Heights II - GFG09 Majority Element03 Find First non repeating element in an Array04 Largest subarray with an equal number of 0s and 1s05 Subarray with 0 sum06 Factorial of Large Number07 Minimize Platforms Problems08 Minimize the Heights II09 Majority Element (Moore’s Voting Algorithm)10 Find whether an array is a subset of another array
PreviousHandwritten NotesNext01 Common elements

Last updated 3 years ago