Skip to content

Commit 39f8836

Browse files
authored
Update README.md
1 parent 11005b1 commit 39f8836

1 file changed

Lines changed: 73 additions & 25 deletions

File tree

README.md

Lines changed: 73 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,156 @@
1-
## 編號:[CANDY-001](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-001)
1+
### 編號:CANDY-001 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-001)
22

33
### 題目:找出陣列裡最小的兩個值的總和
4+
5+
---
46

5-
## 編號:[CANDY-002](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-002)
7+
### 編號:CANDY-002 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-002)
68

79
### 題目:請寫一小段程式,印出連續陣列裡缺少的字元
810

9-
## 編號:[CANDY-003](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-003)
11+
---
12+
13+
### 編號:CANDY-003 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-003)
1014

1115
### 題目:完成函數的內容,把陣列裡的 0 都移到最後面
1216

13-
## 編號:[CANDY-004](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-004)
17+
---
18+
19+
### 編號:CANDY-004 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-004)
1420

1521
### 題目:完成函數的內容,把傳進去的秒數變成平常人類看的懂的時間格式
1622

17-
## 編號:[CANDY-005](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-005)
23+
---
24+
25+
### 編號:CANDY-005 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-005)
1826

1927
### 題目:完成函數的內容,把傳進去的數字的每個位數平方之後組合在一起
2028

21-
## 編號:[CANDY-006](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-006)
29+
---
30+
31+
### 編號:CANDY-006 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-006)
2232

2333
### 題目:找出在數字陣列裡跟其它元素不一樣的值
2434

25-
## 編號:[CANDY-007](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-007)
35+
---
36+
37+
### 編號:CANDY-007 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-007)
2638

2739
### 題目:在某個數字陣列裡,可能藏有某個不合群的奇數或偶數,試著找出它!
2840

29-
## 編號:[CANDY-008](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-008)
41+
---
42+
43+
### 編號:CANDY-008 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-008)
3044

3145
### 題目:傳入一字串,計算得分最高的字
3246

3347
英文字母 a 得 1 分、b 得 2 分、c 得 3 分,以此類推。
3448

3549
所有傳入的字都是小寫。
3650

37-
## 編號:[CANDY-009](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-009)
51+
---
52+
53+
### 編號:CANDY-009 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-009)
3854

3955
### 題目:移除網址中的錨點(Anchor)
4056

41-
## 編號:[CANDY-010](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-010)
57+
---
58+
59+
### 編號:CANDY-010 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-010)
4260

4361
### 題目:把數字以 10 進位展開式呈現,數字均為大於 0 的正整數
4462

45-
## 編號:[CANDY-011](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-011)
63+
---
64+
65+
### 編號:CANDY-011 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-011)
4666

4767
### 題目:找出一個數字陣列裡,出現奇數次數的數字
4868

49-
## 編號:[CANDY-012](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-012)
69+
---
70+
71+
### 編號:CANDY-012 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-012)
5072

5173
### 題目:把數字加總,最終濃縮成個位數
5274

53-
## 編號:[CANDY-013](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-013)
75+
---
76+
77+
### 編號:CANDY-013 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-013)
5478

5579
### 題目:根據台灣財政部所提供的公司統編驗證規則,計算統一編號是否正確
5680

5781
[規則網址](https://www.fia.gov.tw/singlehtml/3?cntId=c4d9cff38c8642ef8872774ee9987283)
5882

59-
## 編號:[CANDY-014](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-014)
83+
---
84+
85+
### 編號:CANDY-014 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-014)
6086

6187
### 題目:把鄰近的重複值去除,但仍照原本的順序排序
6288

63-
## 編號:[CANDY-015](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-015)
89+
---
90+
91+
### 編號:CANDY-015 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-015)
6492

6593
### 題目:把原本的字串拆解成 2 個字元一組,若不足 2 個字則補上底線
6694

67-
## 編號:[CANDY-016](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-016)
95+
---
96+
97+
### 編號:CANDY-016 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-016)
6898

6999
### 題目:把原本 snake_case 的字轉換成 camelCase 格式
70100

71-
## 編號:[CANDY-017](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-017)
101+
---
102+
103+
### 編號:CANDY-017 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-017)
72104

73105
### 題目:計算數字的 2 進位裡有幾個 1
74106

75-
## 編號:[CANDY-018](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-018)
107+
---
108+
109+
### 編號:CANDY-018 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-018)
76110

77111
### 題目:實作一個可以印出隨機整數的函數
78112

79-
## 編號:[CANDY-019](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-019)
113+
---
114+
115+
### 編號:CANDY-019 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-019)
80116

81117
### 題目:檢查是否為某個數字的平方數
82118

83-
## 編號:[CANDY-020](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-020)
119+
---
120+
121+
### 編號:CANDY-020 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-020)
84122

85123
### 題目:檢查字串的 x 跟 o 的數量是不是一樣多,不分大小寫
86124

87-
## 編號:[CANDY-021](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-021)
125+
---
126+
127+
### 編號:CANDY-021 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-021)
88128

89129
### 題目:實作 Stack 資料結構
90130

91-
## 編號:[CANDY-022](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-022)
131+
---
132+
133+
### 編號:CANDY-022 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-022)
92134

93135
### 題目:實作 Queue 資料結構
94136

95-
## 編號:[CANDY-023](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-023)
137+
---
138+
139+
### 編號:CANDY-023 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-023)
96140

97141
### 題目:算出 N 個數字的最大公因數
98142

99-
## 編號:[CANDY-024](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-024)
143+
---
144+
145+
### 編號:CANDY-024 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-024)
100146

101147
### 題目:算出 N 個數字的最小公倍數
102148

103149
提示:可使用 023 計算最大公因數的函數
104150

105-
## 編號:[CANDY-025](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-025)
151+
---
152+
153+
### 編號:CANDY-025 [(連結)](https://github.com/RDNNNNN/Candy-JavaScript/tree/main/Candy-025)
106154

107155
### 題目:
108156

0 commit comments

Comments
 (0)