diff --git a/README.md b/README.md
index f46262e69..f8380d222 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ If you would like to have collaborator permissions on the repo to merge your own
[0143 - Reorder List](https://leetcode.com/problems/reorder-list/) | [✔️](c%2F0143-reorder-list.c)
| [✔️](cpp%2F0143-reorder-list.cpp)
| [✔️](csharp%2F0143-reorder-list.cs)
| ❌
| [✔️](go%2F0143-reorder-list.go)
| [✔️](java%2F0143-reorder-list.java)
| [✔️](javascript%2F0143-reorder-list.js)
| [✔️](kotlin%2F0143-reorder-list.kt)
| [✔️](python%2F0143-reorder-list.py)
| ❌
| ❌
| ❌
| ❌
| [✔️](typescript%2F0143-reorder-list.ts)
[0019 - Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) | [✔️](c%2F0019-remove-nth-node-from-end-of-list.c)
| [✔️](cpp%2F0019-remove-nth-node-from-end-of-list.cpp)
| [✔️](csharp%2F0019-remove-nth-node-from-end-of-list.cs)
| ❌
| [✔️](go%2F0019-remove-nth-node-from-end-of-list.go)
| [✔️](java%2F0019-remove-nth-node-from-end-of-list.java)
| [✔️](javascript%2F0019-remove-nth-node-from-end-of-list.js)
| [✔️](kotlin%2F0019-remove-nth-node-from-end-of-list.kt)
| [✔️](python%2F0019-remove-nth-node-from-end-of-list.py)
| ❌
| ❌
| ❌
| [✔️](swift%2F0019-remove-nth-node-from-end-of-list.swift)
| [✔️](typescript%2F0019-remove-nth-node-from-end-of-list.ts)
[0138 - Copy List With Random Pointer](https://leetcode.com/problems/copy-list-with-random-pointer/) | [✔️](c%2F0138-copy-list-with-random-pointer.c)
| [✔️](cpp%2F0138-copy-list-with-random-pointer.cpp)
| [✔️](csharp%2F0138-copy-list-with-random-pointer.cs)
| ❌
| [✔️](go%2F0138-copy-list-with-random-pointer.go)
| [✔️](java%2F0138-copy-list-with-random-pointer.java)
| [✔️](javascript%2F0138-copy-list-with-random-pointer.js)
| [✔️](kotlin%2F0138-copy-list-with-random-pointer.kt)
| [✔️](python%2F0138-copy-list-with-random-pointer.py)
| [✔️](ruby%2F0138-copy-list-with-random-pointer.rb)
| ❌
| ❌
| [✔️](swift%2F0138-copy-list-with-random-pointer.swift)
| [✔️](typescript%2F0138-copy-list-with-random-pointer.ts)
-[0707 - Design Linked List](https://leetcode.com/problems/design-linked-list/) | ❌
| ❌
| ❌
| ❌
| [✔️](go%2F0707-design-linked-list.go)
| ❌
| ❌
| [✔️](kotlin%2F0707-design-linked-list.kt)
| [✔️](python%2F0707-design-linked-list.py)
| ❌
| ❌
| ❌
| ❌
| ❌
+[0707 - Design Linked List](https://leetcode.com/problems/design-linked-list/) | ❌
| ❌
| ❌
| ❌
| [✔️](go%2F0707-design-linked-list.go)
| [✔️](java%2F0707-design-linked-list.java)
| ❌
| [✔️](kotlin%2F0707-design-linked-list.kt)
| [✔️](python%2F0707-design-linked-list.py)
| ❌
| ❌
| ❌
| ❌
| ❌
[1472 - Design Browser History](https://leetcode.com/problems/design-browser-history/) | ❌
| ❌
| ❌
| ❌
| [✔️](go%2F1472-design-browser-history.go)
| ❌
| [✔️](javascript%2F1472-design-browser-history.js)
| [✔️](kotlin%2F1472-design-browser-history.kt)
| [✔️](python%2F1472-design-browser-history.py)
| ❌
| [✔️](rust%2F1472-design-browser-history.rs)
| ❌
| ❌
| [✔️](typescript%2F1472-design-browser-history.ts)
[0002 - Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [✔️](c%2F0002-add-two-numbers.c)
| [✔️](cpp%2F0002-add-two-numbers.cpp)
| [✔️](csharp%2F0002-add-two-numbers.cs)
| ❌
| [✔️](go%2F0002-add-two-numbers.go)
| [✔️](java%2F0002-add-two-numbers.java)
| [✔️](javascript%2F0002-add-two-numbers.js)
| [✔️](kotlin%2F0002-add-two-numbers.kt)
| [✔️](python%2F0002-add-two-numbers.py)
| [✔️](ruby%2F0002-add-two-numbers.rb)
| ❌
| [✔️](scala%2F0002-add-two-numbers.scala)
| [✔️](swift%2F0002-add-two-numbers.swift)
| [✔️](typescript%2F0002-add-two-numbers.ts)
[0141 - Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) | [✔️](c%2F0141-linked-list-cycle.c)
| [✔️](cpp%2F0141-linked-list-cycle.cpp)
| [✔️](csharp%2F0141-linked-list-cycle.cs)
| ❌
| [✔️](go%2F0141-linked-list-cycle.go)
| [✔️](java%2F0141-linked-list-cycle.java)
| [✔️](javascript%2F0141-linked-list-cycle.js)
| [✔️](kotlin%2F0141-linked-list-cycle.kt)
| [✔️](python%2F0141-linked-list-cycle.py)
| [✔️](ruby%2F0141-linked-list-cycle.rb)
| ❌
| [✔️](scala%2F0141-linked-list-cycle.scala)
| [✔️](swift%2F0141-linked-list-cycle.swift)
| [✔️](typescript%2F0141-linked-list-cycle.ts)