Shreya Painter

Results 7 issues of Shreya Painter

### What would you like to Propose? A solution whiich will be easy to understand by all the users ### Issue details Here is the Problem description Given an input...

enhancement

### What would you like to Propose? A solution which can be understood by all. ### Issue details Given a linked list, swap every two adjacent nodes and return its...

enhancement

I have created a book finder application using react. Where one can search for the books in the input fields . It will also display the number of results which...

### I have searched through the issues and didn't find my problem. - [X] Confirm ### About the icon Hoppscotch is a free, open-source API testing platform that helps developers...

request:icon

### What would you like to Propose? segmented sieve is algorithm which divides the range [0..n-1] in different segments and computes primes in all segments one by one . Time...

enhancement

- [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not plagiarized it. - [x] All filenames are in PascalCase. -...

I want to add an edit distance problem in Dynamic Programming section . Given two strings word1 and word2, return the minimum number of operations required to convert word1 to...