Skip to content

Commit 9d098e4

Browse files
committed
Add day 52
1 parent 882042d commit 9d098e4

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

day51/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Basically, there is no NULL at the end, rather the "last" element points again t
1616

1717
## JavaScript Implementation
1818

19-
### [Solution](./JavaScript/nthFromEnd.js)
19+
### [Solution](./JavaScript/circular.js)
2020

2121
```js
2222
// To Be Added

day52/JavaScript/circularLis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// To Be Added

day52/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
![cover](./cover.png)
2+
3+
# Day 52 - Sort and Reverse
4+
5+
Ques 1) Write a program to reverse the given linked list
6+
7+
Ques 2) Write a program to sort the given linked list
8+
9+
[ques](./ques.png)
10+
11+
## Solution
12+
13+
## JavaScript Implementation
14+
15+
### [Solution](./JavaScript/nthFromEnd.js)
16+
17+
```js
18+
// To Be Added
19+
```

day52/cover.png

138 KB
Loading

day52/ques.png

387 KB
Loading

0 commit comments

Comments
 (0)