瀏覽代碼

Regenerate READMEs

Stuart Kent 9 年之前
父節點
當前提交
7a910071d6

+ 1
- 1
exercises/etl/README.md 查看文件

1
-# Etl
1
+# ETL
2
 
2
 
3
 We are going to do the `Transform` step of an Extract-Transform-Load.
3
 We are going to do the `Transform` step of an Extract-Transform-Load.
4
 
4
 

+ 1
- 1
exercises/ocr-numbers/README.md 查看文件

1
-# Ocr Numbers
1
+# OCR Numbers
2
 
2
 
3
 Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is
3
 Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is
4
 represented, or whether it is garbled.
4
 represented, or whether it is garbled.

+ 1
- 1
exercises/pascals-triangle/README.md 查看文件

1
-# Pascals Triangle
1
+# Pascal's Triangle
2
 
2
 
3
 Compute Pascal's triangle up to a given number of rows.
3
 Compute Pascal's triangle up to a given number of rows.
4
 
4
 

+ 1
- 1
exercises/rna-transcription/README.md 查看文件

1
-# Rna Transcription
1
+# RNA Transcription
2
 
2
 
3
 Given a DNA strand, return its RNA complement (per RNA transcription).
3
 Given a DNA strand, return its RNA complement (per RNA transcription).
4
 
4