Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varnaa committed Nov 19, 2020
1 parent b2092a9 commit b7eb0e8
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions java/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ formats into actual datastructures** to quickly test their code in local IDE

### I. [Input Generating Functions](#1arrays)

### II. [Input Formatting Functions](#input)
### II. [Input Formatting Functions](#2input)

### III. [Pretty Print Functions]()

Expand Down Expand Up @@ -91,30 +91,21 @@ formats into actual datastructures** to quickly test their code in local IDE

---

## Input Formatting Functions:
## 2.Input Formatting Functions:

#### 1. Arrays:
1d Array:

![image](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/array1d.png)

---
2d Int Array
![image](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/2dInt.png)

---

2d Char Array
![image](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/2dCharArray.png)

---

#### 2. LinkedList:
Array -> LL
![image](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/arrayLL.png)

![Array to LL](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/arrayLL.png)

String -> LL
![image](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/StringLL.png)
![String to LL](https://github.com/varnaa/QuickDS/blob/varnaa/java/screenshots/StringLL.png)

---

Expand Down

0 comments on commit b7eb0e8

Please sign in to comment.