---
title: "How do you find the middle element of a singly linked list in one pass?"  
description: "How do you find the middle element of a singly linked list in one pass?"  
author: "Harsh Srivastava"  
published: 2018-09-13  
canonical: https://answers.mindstick.com/qa/49773/how-do-you-find-the-middle-element-of-a-singly-linked-list-in-one-pass  
category: "programming"  
tags: ["linked list"]  
reading_time: 1 minute  

---

# How do you find the middle element of a singly linked list in one pass?

How do you find the middle element of a [singly linked](https://answers.mindstick.com/qa/35076/how-do-you-reverse-a-singly-linked-list) list in one pass?


---

Original Source: https://answers.mindstick.com/qa/49773/how-do-you-find-the-middle-element-of-a-singly-linked-list-in-one-pass

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
