pratikrpawar

Results 6 issues of pratikrpawar

#### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass...

enhancement
requested changes
Proper Documentation Required

1) By first calculating the size of the linked list and then traversing the linked list till Size/2. 2)By using the fast and slow pointer we find the middle of...

leetcode problem solution to delete the middle of the linked list

Easy C++ code for Doubly Circular Linked List

Easy C ++ code For Doubly Ended Queue