Utkarsh1504 / DSA-Java

This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
https://utkarsh1504.github.io/DSA-Java/
Apache License 2.0
147 stars 95 forks source link

new lesson: 2 Pointer Method in Arrays #138

Open priithaa opened 2 years ago

priithaa commented 2 years ago

⭐ Request Type

Would like to add a lesson to illustrate the use of the 2-pointer method algorithm. It would include the following

  1. Working of the algorithm.
  2. Time Complexity Analysis.
  3. Situations where we can use the algorithm.
  4. Some practice questions.

💻 Location

section: 4 lesson: E order: 4E filename: two-pointer.md

❌ Additional Info

No response

Utkarsh1504 commented 2 years ago

@priithaa sure go ahead but don't add plagiarised content. Thank you for raising this issue.

priithaa commented 2 years ago

Yes, I will be careful. Thank you