👩‍💻
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
  • 🧵14 Character Array and Strings
    • 📔Handwritten Notes
    • 🧑‍💻Classwork
    • 🏡Homework
    • ⛳Discord Homework
      • 01. Length of a string
      • 02. Reverse a String
      • 03. Check If a String is a Palindrome or not
      • 04. Valid Palindrome
      • 05. Reverse words in a string ii
      • 06. Maximum Occurring Character
      • 07. Remove All Occurrences of a Substring
      • 08. Remove all the adjacent duplicates
      • 09. String Compression
      • 10. Permutation in String
  • ➗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. 🧵14 Character Array and Strings

⛳Discord Homework

01. Length of a string02. Reverse a String03. Check If a String is a Palindrome or not04. Valid Palindrome05. Reverse words in a string ii06. Maximum Occurring Character07. Remove All Occurrences of a Substring08. Remove all the adjacent duplicates09. String Compression10. Permutation in String
Previous03. cppref string playNext01. Length of a string

Last updated 3 years ago