DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Data Structure and Algorithm (DSA) contributions

Results 166 DSA issues
Sort by recently updated
recently updated
newest added

## Information about Algorithm I'd like to be assigned the issue of creating a max heap implementation in C++, to be put in the trees section of algorithms in the...

C++

## Information about Algorithm The Levenshtein distance between two words is the minimum number of single-character edits (i.e., insertions, deletions, or substitutions) required to change one word into the other...

Python

**PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [x] My addition is on refer on the language README.md file - [x]...

JavaScript

## Information about Algorithm I would like to implement an algorithm that converts decimal integers to roman numerals and vice versa. ### Have you read the [Contributing.md](https://github.com/MakeContributions/DSA/blob/main/CONTRIBUTING.md) and [Code of...

**PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [x] My addition is on refer on the language README.md file - [x]...

…n dp section **PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [ ] My addition is on refer on the language...

## Information about Algorithm The Sliding window technique is a computational technique which aims to reduce the use of nested loop and replace it with a single loop, thereby reducing...

C++

Since you are using the array pointer, just increment it in the loop and access the value in the address. **PR Checklist:** - [x] My submission is formatted according to...

C

added new type of linked list **PR Checklist:** - - [ ✓] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [x] My addition is on...

duplicate
C

**PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [x] My addition is on refer on the language README.md file - [x]...

C#