### What would you like to Propose? <!-- For completed items, change [ ] to [x] --> - [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. - [x] All functions and variable names follow Java naming conventions. - [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations. Added "Middle of the Linked List" question. ### Issue details **### Example of Middle of the Linked List:** _**Input: head = [1,2,3,4,5,6] Output: [4,5,6]**_ ### Additional Information _No response_