Skip to content

Commit

Permalink
Add day 52
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhavBahl committed Mar 1, 2019
1 parent 882042d commit 9d098e4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion day51/README.md
Expand Up @@ -16,7 +16,7 @@ Basically, there is no NULL at the end, rather the "last" element points again t

## JavaScript Implementation

### [Solution](./JavaScript/nthFromEnd.js)
### [Solution](./JavaScript/circular.js)

```js
// To Be Added
Expand Down
1 change: 1 addition & 0 deletions day52/JavaScript/circularLis.js
@@ -0,0 +1 @@
// To Be Added
19 changes: 19 additions & 0 deletions day52/README.md
@@ -0,0 +1,19 @@
![cover](./cover.png)

# Day 52 - Sort and Reverse

Ques 1) Write a program to reverse the given linked list

Ques 2) Write a program to sort the given linked list

[ques](./ques.png)

## Solution

## JavaScript Implementation

### [Solution](./JavaScript/nthFromEnd.js)

```js
// To Be Added
```
Binary file added day52/cover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added day52/ques.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d098e4

Please sign in to comment.