Skip to content

Commit 97ae50d

Browse files
authored
Merge pull request #3718 from Aditi22Bansal/main
Update 0295-find-median-from-data-stream.md
2 parents 96f890e + dfc3e97 commit 97ae50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0200-0299/0295-find-median-from-data-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- Data Structure
88
- C++
99
- Java
10-
- Python
10+
- Python
1111
description: "This document provides a solution to the Median Finder problem, where you need to efficiently find the median of a stream of numbers."
1212
---
1313

0 commit comments

Comments
 (0)