collab-community / collab-community/Leetcode-problem
[FIX] Broken links on `Twosum.md`
- Vorherrschende Sprache
- C++
- Sterne
- 2
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
There are broken links on `Twosum.md` file :point_down:
https://github.com/collab-community/Leetcode-problem/blob/5c414f0ab9320552b77ee35b99f70fb6466be54d/Problem/Twosum.md?plain=1#L34-L36
Which are linked to the wrong path. Change it to the correct path as follows :point_down:
```markdown
[View Solution in C++](https://github.com/collab-community/Leetcode-problem/blob/main/Solution/cpp/TwoSum.cpp)
[View Solution in Java](https://github.com/collab-community/Leetcode-problem/blob/main/Solution/java/Twosum.java)
```
Beitragsleitfaden
Rechercherichtung
Open Problem/Twosum.md and inspect lines 34-36. Update the C++ and Java solution links to the paths shown in the issue, then verify both links resolve to the intended files on the main branch.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp, java
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100