From 91fe94408c4ae5a4d38b654b68579c0b3d16e991 Mon Sep 17 00:00:00 2001 From: Soumya Pandey <43310171+100mya@users.noreply.github.com> Date: Sat, 9 Oct 2021 23:53:29 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1a9fd..952cb86 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Python solution of problems from [LeetCode](https://leetcode.com/). |179|[Largest Number](https://leetcode.com/problems/largest-number/) | [Python](./100-200q/179.py)|Medium| |173|[Binary Search Tree Iterator](https://leetcode.com/problems/binary-search-tree-iterator)|[Python](./100-200q/173.py)|Medium| |170|[Two Sum III - Data structure design](https://leetcode.com/problems/two-sum-iii-data-structure-design)|[Python](./100-200q/170.py)|Easy| -|163|[Missing Ranges](https://leetcode.com/problems/missing-ranges)[Python](./100-200q/163.py)|Medium| +|163|[Missing Ranges](https://leetcode.com/problems/missing-ranges)| [Python](./100-200q/163.py)|Medium| |162|[Find Peak Element](https://leetcode.com/problems/find-peak-element/) | [Python](./100-200q/162.py)|Medium| |160|[Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists/) | [Python](./100-200q/160.py)|Easy| |159|[Longest Substring Which Contains 2 Unique Characters](https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters)|[Python](./100-200q/159.py)|Hard|