ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
69 stars 210 forks source link

[Feature]: <Add "remove duplicates from sorted arrays" leetcode problem solution in "75 LeetCode Questions" section #1320

Closed kjl98 closed 3 days ago

kjl98 commented 4 days ago

Feature Name

Add -- remove duplicate from sorted array problem

Feature Description

The related code remove the duplicates [in-place] such that each unique element appears only once in a particular array.

Motivation

It will definitely improve the appearance of DSA section of this repo.

Implementation Suggestions (Optional)

No response

Feature Type

Documentation Enhancement

Does this feature require additional resources?

References (Optional)

No response

github-actions[bot] commented 4 days ago

👋 Hi @kjl98! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.