Srijan Ramavat

Results 3 issues of Srijan Ramavat

# Problem The readability of index.html for the code editor is not good. # Solution Formating index.html with Prettier ## Changes Proposed List the main changes in the PR. -...

### Describe your change: Added Remove nth Node from the End problem solution in Linked List * [x] Add an algorithm? * [x] Documentation change? ### Checklist: * [x] I...

awaiting reviews
require tests
require type hints
require descriptive names

Case when the length of the linked list and N is equal # Description In the Linked List Problem of Removing nth Node from the End, One of the cases...