README.md Güncelle

This commit is contained in:
Yavuz Sava 2025-03-28 20:14:16 +00:00
parent fbbd2b09e4
commit 7faba3ad66

View File

@ -5,7 +5,7 @@ You are given two non-empty linked lists representing two non-negative integers.
You may assume the two numbers do not contain any leading zero, except the number 0 itself. You may assume the two numbers do not contain any leading zero, except the number 0 itself.
## Example 1: ## Example 1:
()[https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0] ![](https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0)
Input: l1 = [2,4,3], l2 = [5,6,4] Input: l1 = [2,4,3], l2 = [5,6,4]