diff --git a/dsa-solutions/lc-solutions/0200-0299/0295-find-median-from-data-stream.md b/dsa-solutions/lc-solutions/0200-0299/0295-find-median-from-data-stream.md index a87101a3b..58d3a6742 100644 --- a/dsa-solutions/lc-solutions/0200-0299/0295-find-median-from-data-stream.md +++ b/dsa-solutions/lc-solutions/0200-0299/0295-find-median-from-data-stream.md @@ -7,7 +7,7 @@ tags: - Data Structure - C++ - Java -- Python +- Python description: "This document provides a solution to the Median Finder problem, where you need to efficiently find the median of a stream of numbers." ---