forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 623b53d
authored
feat: add ts solution to lc problem: No.0001 (doocs#2012)
* feat: add solutions to lc problem: No.0001
* Update Solution.ts
* style: format code and docs with prettier
* Update README.md
* Update README_EN.md
---------
Co-authored-by: iam-abhishek-yadav <iam-abhishek-yadav@users.noreply.github.com>1 parent 7902c7b commit 623b53d
File tree
3 files changed
+52
-0
lines changed- solution/0000-0099/0001.Two Sum
3 files changed
+52
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
266 | + | ||
267 | + | ||
268 | + | ||
269 | + | ||
270 | + | ||
271 | + | ||
272 | + | ||
273 | + | ||
274 | + | ||
275 | + | ||
276 | + | ||
258 | 277 |
| |
259 | 278 |
| |
260 | 279 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 | + | ||
248 | + | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | + | ||
254 | + | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
247 | 266 |
| |
248 | 267 |
| |
249 | 268 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + |
0 commit comments