Skip to content

Commit 75f8f47

Browse files
just4oncegitbook-bot
authored andcommitted
GitBook: [master] 6 pages modified
1 parent 6082d5b commit 75f8f47

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# README
22

3-
3+
* To clone with username
4+
* git clone [https://username@github.com/username/repository.git](https://username@github.com/username/repository.git)
5+
* To clone with username and password
6+
* git clone [https://username:password@github.com/username/repository.git](https://username:password@github.com/username/repository.git)
7+
* To clone my repo
8+
* git clone [https://github.com/just4once/leetcode.git](https://github.com/just4once/leetcode.git)
9+
* Next
410

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
* [126-word-ladder-ii](leetcode/array/126-word-ladder-ii.md)
5555
* [128-longest-consecutive-sequence](leetcode/array/128-longest-consecutive-sequence.md)
5656
* [152-maximum-product-subarray](leetcode/array/152-maximum-product-subarray.md)
57-
* [divide-and-conquer](leetcode/divide-and-conquered/README.md)
57+
* [divide-and-conquer](leetcode/divide-and-conquer/README.md)
58+
* [169-majority-element](leetcode/divide-and-conquer/169-majority-element.md)
5859
* [215-kth-largest-element-in-an-array](leetcode/divide-and-conquer/215-kth-largest-element-in-an-array.md)
5960
* [hash-table](leetcode/hash-table/README.md)
6061
* [003-longest-substring-without-repeating-characters](leetcode/hash-table/003-longest-substring-without-repeating-characters.md)

leetcode/array/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# array
22

3-
4-
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 169-majority-element
2+
3+
## Question {#question}
4+
5+
[https://leetcode.com/problems/majority-element/description/](https://leetcode.com/problems/majority-element/description/)
6+
7+
asd
8+
9+
## Thought Process {#thought-process}
10+
11+
1. asd
12+
13+
## Solution
14+
15+
```java
16+
17+
```
18+
19+
## Additional {#additional}
20+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# 215-kth-largest-element-in-an-array
22

3+
4+

template/leetcode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Question {#question}
44

5-
**Example:**
65

7-
```text
8-
9-
```
106

117
## Thought Process {#thought-process}
128

0 commit comments

Comments
 (0)