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

Adding C file for removing duplicates form a Sorted array **PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) - [ ] My...

C

Added a new implementation using a while loop. Added a few helpful comments. **PR Checklist:** - [x] My submission is formatted according to the guidelines in the [contributing guide](https://github.com/MakeContributions/DSA#contribution-guidelines) -...

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++

**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++

-Removed the duplicate declaration of the same variables in line 53. -Changed the variable name sum to max_ending_here. **PR Checklist:** - [x] My submission is formatted according to the guidelines...

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]...

Java

**PR Checklist:** - [ ] 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 README.md file...

C++

Added B-tree data structure in CPP. **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...

C++

## Information about Algorithm A program to check odd and even numbers in cpp ### Have you read the [Contributing.md](https://github.com/MakeContributions/DSA/blob/main/CONTRIBUTING.md) and [Code of conduct](https://github.com/MakeContributions/DSA/blob/main/CODE_OF_CONDUCT.md) - [x] Yes - [ ]...

C++
hacktoberfest-accepted
hacktoberfest

**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]...

Python