Browse Source

removing todo-link

content-update
lee 4 years ago committed by Xavier Petit
parent
commit
b92d82687e
  1. 2
      subjects/abort.en.md
  2. 2
      subjects/abort.fr.md
  3. 2
      subjects/activebits.en.md
  4. 2
      subjects/activebits.fr.md
  5. 2
      subjects/advancedsortwordarr.en.md
  6. 2
      subjects/advancedsortwordarr.fr.md
  7. 2
      subjects/alphacount.en.md
  8. 2
      subjects/alphacount.fr.md
  9. 2
      subjects/any.en.md
  10. 2
      subjects/any.fr.md
  11. 2
      subjects/appendrange.en.md
  12. 2
      subjects/appendrange.fr.md
  13. 4
      subjects/atoi.en.md
  14. 2
      subjects/atoi.fr.md
  15. 2
      subjects/atoibase.en.md
  16. 2
      subjects/atoibase.fr.md
  17. 2
      subjects/atoibaseprog.en.md
  18. 2
      subjects/atoibaseprog.fr.md
  19. 2
      subjects/atoiprog.en.md
  20. 2
      subjects/basicatoi.en.md
  21. 2
      subjects/basicatoi.fr.md
  22. 2
      subjects/basicatoi2.en.md
  23. 2
      subjects/basicatoi2.fr.md
  24. 2
      subjects/basicjoin.en.md
  25. 2
      subjects/basicjoin.fr.md
  26. 2
      subjects/btreeapplybylevel.en.md
  27. 2
      subjects/btreeapplybylevel.fr.md
  28. 2
      subjects/btreeapplyinorder.en.md
  29. 2
      subjects/btreeapplyinorder.fr.md
  30. 2
      subjects/btreeapplypostorder.en.md
  31. 2
      subjects/btreeapplypostorder.fr.md
  32. 2
      subjects/btreeapplypreorder.en.md
  33. 2
      subjects/btreeapplypreorder.fr.md
  34. 2
      subjects/btreedeletenode.en.md
  35. 2
      subjects/btreedeletenode.fr.md
  36. 2
      subjects/btreeinsertdata.en.md
  37. 2
      subjects/btreeinsertdata.fr.md
  38. 2
      subjects/btreeisbinary.en.md
  39. 2
      subjects/btreeisbinary.fr.md
  40. 2
      subjects/btreelevelcount.en.md
  41. 2
      subjects/btreelevelcount.fr.md
  42. 2
      subjects/btreemax.en.md
  43. 2
      subjects/btreemax.fr.md
  44. 2
      subjects/btreemin.en.md
  45. 2
      subjects/btreemin.fr.md
  46. 2
      subjects/btreeprintroot.en.md
  47. 2
      subjects/btreeprintroot.fr.md
  48. 2
      subjects/btreesearchitem.en.md
  49. 2
      subjects/btreesearchitem.fr.md
  50. 2
      subjects/btreetransplant.en.md
  51. 2
      subjects/btreetransplant.fr.md
  52. 2
      subjects/capitalize.en.md
  53. 2
      subjects/capitalize.fr.md
  54. 2
      subjects/cl.en.md
  55. 2
      subjects/cl.fr.md
  56. 1
      subjects/cleanstr.en.md
  57. 1
      subjects/cleanstr.fr.md
  58. 2
      subjects/collatzcountdown.en.md
  59. 2
      subjects/collatzcountdown.fr.md
  60. 2
      subjects/compact.en.md
  61. 2
      subjects/compact.fr.md
  62. 2
      subjects/compare.en.md
  63. 2
      subjects/compare.fr.md
  64. 2
      subjects/concat.en.md
  65. 2
      subjects/concat.fr.md
  66. 2
      subjects/concatparams.en.md
  67. 2
      subjects/concatparams.fr.md
  68. 2
      subjects/convertbase.en.md
  69. 2
      subjects/convertbase.fr.md
  70. 2
      subjects/countif.en.md
  71. 2
      subjects/countif.fr.md
  72. 2
      subjects/createelem.en.md
  73. 2
      subjects/createelem.fr.md
  74. 2
      subjects/divmod.en.md
  75. 2
      subjects/divmod.fr.md
  76. 2
      subjects/enigma.en.md
  77. 2
      subjects/enigma.fr.md
  78. 6
      subjects/fibonacci.en.md
  79. 4
      subjects/fibonacci.fr.md
  80. 2
      subjects/findnextprime.en.md
  81. 6
      subjects/findnextprime.fr.md
  82. 2
      subjects/firstrune.en.md
  83. 2
      subjects/firstrune.fr.md
  84. 2
      subjects/foreach.en.md
  85. 2
      subjects/foreach.fr.md
  86. 2
      subjects/foreachprog.en.md
  87. 2
      subjects/index.en.md
  88. 2
      subjects/index.fr.md
  89. 2
      subjects/isalpha.en.md
  90. 2
      subjects/isalpha.fr.md
  91. 2
      subjects/islower.en.md
  92. 2
      subjects/islower.fr.md
  93. 4
      subjects/isnegative.en.md
  94. 4
      subjects/isnegative.fr.md
  95. 2
      subjects/isnumeric.en.md
  96. 2
      subjects/isnumeric.fr.md
  97. 2
      subjects/isprime.en.md
  98. 2
      subjects/isprime.fr.md
  99. 2
      subjects/isprintable.en.md
  100. 2
      subjects/isprintable.fr.md
  101. Some files were not shown because too many files changed in this diff diff.show_more

2
subjects/abort.en.md

@ -14,7 +14,7 @@ func Abort(a, b, c, d, e int) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/abort.fr.md

@ -14,7 +14,7 @@ func Abort(a, b, c, d, e int) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/activebits.en.md

@ -14,7 +14,7 @@ func ActiveBits(n int) uint {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/activebits.fr.md

@ -14,7 +14,7 @@ func ActiveBits(n int) uint {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/advancedsortwordarr.en.md

@ -14,7 +14,7 @@ func AdvancedSortWordArr(array []string, f func(a, b string) int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/advancedsortwordarr.fr.md

@ -14,7 +14,7 @@ func AdvancedSortWordArr(array []string, f func(a, b string) int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/alphacount.en.md

@ -17,7 +17,7 @@ func AlphaCount(str string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/alphacount.fr.md

@ -17,7 +17,7 @@ func AlphaCount(str string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/any.en.md

@ -16,7 +16,7 @@ func Any(f func(string) bool, arr []string) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/any.fr.md

@ -16,7 +16,7 @@ func Any(f func(string) bool, arr []string) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/appendrange.en.md

@ -20,7 +20,7 @@ func AppendRange(min, max int) []int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/appendrange.fr.md

@ -20,7 +20,7 @@ func AppendRange(min, max int) []int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

4
subjects/atoi.en.md

@ -2,7 +2,7 @@
### Instructions
- Write a [function](TODO-LINK) that simulates the behaviour of the `Atoi` function in Go. `Atoi` transforms a number represented as a `string` in a number represented as an `int`.
- Write a function that simulates the behaviour of the `Atoi` function in Go. `Atoi` transforms a number represented as a `string` in a number represented as an `int`.
- `Atoi` returns `0` if the `string` is not considered as a valid number. For this exercise **non-valid `string` chains will be tested**. Some will contain non-digits characters.
@ -20,7 +20,7 @@ func Atoi(s string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/atoi.fr.md

@ -20,7 +20,7 @@ func Atoi(s string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/atoibase.en.md

@ -28,7 +28,7 @@ func AtoiBase(s string, base string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/atoibase.fr.md

@ -26,7 +26,7 @@ func AtoiBase(s string, base string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/atoibaseprog.en.md

@ -37,7 +37,7 @@ func AtoiBase(s string, base string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/atoibaseprog.fr.md

@ -37,7 +37,7 @@ func AtoiBase(s string, base string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/atoiprog.en.md

@ -31,7 +31,7 @@ func Atoi(s string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/basicatoi.en.md

@ -20,7 +20,7 @@ func BasicAtoi(s string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/basicatoi.fr.md

@ -20,7 +20,7 @@ func BasicAtoi(s string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/basicatoi2.en.md

@ -20,7 +20,7 @@ func BasicAtoi2(s string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/basicatoi2.fr.md

@ -20,7 +20,7 @@ func BasicAtoi2(s string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/basicjoin.en.md

@ -14,7 +14,7 @@ func BasicJoin(strs []string) string {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/basicjoin.fr.md

@ -14,7 +14,7 @@ func BasicJoin(strs []string) string {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeapplybylevel.en.md

@ -14,7 +14,7 @@ func BTreeApplyByLevel(root *TreeNode, f func(...interface{}) (int, error)) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeapplybylevel.fr.md

@ -14,7 +14,7 @@ func BTreeApplyByLevel(root *TreeNode, fn interface{}) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeapplyinorder.en.md

@ -14,7 +14,7 @@ func BTreeApplyInorder(root *TreeNode, f func(...interface{}) (int, error)) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeapplyinorder.fr.md

@ -14,7 +14,7 @@ func BTreeApplyInorder(root *TreeNode, f func(...interface{}) (int, error)) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeapplypostorder.en.md

@ -14,7 +14,7 @@ func BTreeApplyPostorder(root *TreeNode, f func(...interface{}) (int, error)) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeapplypostorder.fr.md

@ -14,7 +14,7 @@ func BTreeApplyPostorder(root *piscine.TreeNode, f func(...interface{}) (int, er
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeapplypreorder.en.md

@ -14,7 +14,7 @@ func BTreeApplyPreorder(root *TreeNode, f func(...interface{}) (int, error)) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeapplypreorder.fr.md

@ -14,7 +14,7 @@ func BTreeApplyPreorder(root *TreeNode, f func(...interface{}) (int, error)) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreedeletenode.en.md

@ -16,7 +16,7 @@ func BTreeDeleteNode(root, node *TreeNode) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreedeletenode.fr.md

@ -16,7 +16,7 @@ func BTreeDeleteNode(root, node *TreeNode) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeinsertdata.en.md

@ -21,7 +21,7 @@ func BTreeInsertData(root *TreeNode, data string) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeinsertdata.fr.md

@ -21,7 +21,7 @@ func BTreeInsertData(root *TreeNode, data string) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeisbinary.en.md

@ -14,7 +14,7 @@ func BTreeIsBinary(root *TreeNode) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeisbinary.fr.md

@ -14,7 +14,7 @@ func BTreeIsBinary(root *TreeNode) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreelevelcount.en.md

@ -14,7 +14,7 @@ func BTreeLevelCount(root *TreeNode) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreelevelcount.fr.md

@ -14,7 +14,7 @@ func BTreeLevelCount(root *TreeNode) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreemax.en.md

@ -14,7 +14,7 @@ func BTreeMax(root *TreeNode) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreemax.fr.md

@ -14,7 +14,7 @@ func BTreeMax(root *TreeNode) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreemin.en.md

@ -14,7 +14,7 @@ func BTreeMin(root *TreeNode) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreemin.fr.md

@ -14,7 +14,7 @@ func BTreeMin(root *TreeNode) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreeprintroot.en.md

@ -20,7 +20,7 @@ func PrintRoot(root *TreeNode){
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreeprintroot.fr.md

@ -20,7 +20,7 @@ func PrintRoot(root *TreeNode){
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreesearchitem.en.md

@ -14,7 +14,7 @@ func BTreeSearchItem(root *TreeNode, elem string) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreesearchitem.fr.md

@ -14,7 +14,7 @@ func BTreeSearchItem(root *TreeNode, elem string) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/btreetransplant.en.md

@ -14,7 +14,7 @@ func BTreeTransplant(root, node, rplc *TreeNode) *TreeNode {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/btreetransplant.fr.md

@ -14,7 +14,7 @@ func BTreeTransplant(root, node, rplc *TreeNode) *TreeNode {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/capitalize.en.md

@ -16,7 +16,7 @@ func Capitalize(s string) string {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/capitalize.fr.md

@ -16,7 +16,7 @@ func Capitalize(s string) string {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/cl.en.md

@ -12,7 +12,7 @@ Put in a file `mastertheLS` the command line that will:
- list the files and folders of the current folder.
- Ignore the hidden files, the "." and the "..".
- Separates the resuls with commas.
- Separates the results with commas.
- Order them by ascending order of creation date.
- Have the folders have a `/` in front of them.

2
subjects/cl.fr.md

@ -12,7 +12,7 @@ Put in a file `mastertheLS` the command line that will:
- list the files and folders of the current folder.
- Ignore the hidden files, the "." and the "..".
- Separates the resuls with commas.
- Separates the results with commas.
- Order them by ascending order of creation date.
- Have the folders have a `/` in front of them.

1
subjects/cleanstr.en.md

@ -3,6 +3,7 @@
### Instructions
Write a **program** that takes a `string`, and displays this `string` with exactly:
- one space between words.
- without spaces nor tabs at the beginning nor at the end.
- with the result followed by a newline ("`\n`").

1
subjects/cleanstr.fr.md

@ -3,6 +3,7 @@
### Instructions
Écrire un programme qui prend une `string`, et qui affiche cette `string` avec exactement:
- un espace entre les mots.
- aucun espace ni de tabulation ni au début ni à la fin.
- le résultat avecsuivi d'un saut de ligne("`\n`").

2
subjects/collatzcountdown.en.md

@ -16,7 +16,7 @@ func CollatzCountdown(start int) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/collatzcountdown.fr.md

@ -16,7 +16,7 @@ func CollatzCountdown(start int) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/compact.en.md

@ -19,7 +19,7 @@ func Compact(ptr *[]string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/compact.fr.md

@ -19,7 +19,7 @@ func Compact(ptr *[]string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/compare.en.md

@ -14,7 +14,7 @@ func Compare(a, b string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/compare.fr.md

@ -14,7 +14,7 @@ func Compare(a, b string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/concat.en.md

@ -14,7 +14,7 @@ func Concat(str1 string, str2 string) string {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/concat.fr.md

@ -14,7 +14,7 @@ func Concat(str1 string, str2 string) string {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/concatparams.en.md

@ -16,7 +16,7 @@ func ConcatParams(args []string) string {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/concatparams.fr.md

@ -16,7 +16,7 @@ func ConcatParams(args []string) string {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/convertbase.en.md

@ -18,7 +18,7 @@ func ConvertBase(nbr, baseFrom, baseTo string) string {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/convertbase.fr.md

@ -18,7 +18,7 @@ func ConvertBase(nbr, baseFrom, baseTo string) string {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/countif.en.md

@ -14,7 +14,7 @@ func CountIf(f func(string) bool, tab []string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/countif.fr.md

@ -14,7 +14,7 @@ func CountIf(f func(string) bool, tab []string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/createelem.en.md

@ -18,7 +18,7 @@ func CreateElem(n *Node, value int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/createelem.fr.md

@ -18,7 +18,7 @@ func CreateElem(n *Node, value int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/divmod.en.md

@ -18,7 +18,7 @@ func DivMod(a int, b int, div *int, mod *int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/divmod.fr.md

@ -18,7 +18,7 @@ func DivMod(a int, b int, div *int, mod *int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/enigma.en.md

@ -21,7 +21,7 @@ func Enigma(a ***int, b *int, c *******int, d ****int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/enigma.fr.md

@ -20,7 +20,7 @@ func Enigma(a ***int, b *int, c *******int, d ****int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

6
subjects/fibonacci.en.md

@ -24,14 +24,14 @@ func Fibonacci(index int) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main
import (
        "fmt"
        piscine ".."
"fmt"
piscine ".."
)
func main() {

4
subjects/fibonacci.fr.md

@ -30,8 +30,8 @@ Voici un éventuel `main.go` :
package main
import (
        "fmt"
        piscine ".."
"fmt"
piscine ".."
)
func main() {

2
subjects/findnextprime.en.md

@ -16,7 +16,7 @@ func FindNextPrime(nb int) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

6
subjects/findnextprime.fr.md

@ -16,14 +16,14 @@ func FindNextPrime(nb int) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main
import (
        "fmt"
        piscine ".."
"fmt"
piscine ".."
)
func main() {

2
subjects/firstrune.en.md

@ -14,7 +14,7 @@ func FirstRune(s string) rune {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/firstrune.fr.md

@ -14,7 +14,7 @@ func FirstRune(s string) rune {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/foreach.en.md

@ -14,7 +14,7 @@ func ForEach(f func(int), arr []int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/foreach.fr.md

@ -14,7 +14,7 @@ func ForEach(f func(int), arr []int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/foreachprog.en.md

@ -25,7 +25,7 @@ func ForEach(f func(int), arr []int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/index.en.md

@ -14,7 +14,7 @@ func Index(s string, toFind string) int {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/index.fr.md

@ -14,7 +14,7 @@ func Index(s string, toFind string) int {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/isalpha.en.md

@ -14,7 +14,7 @@ func IsAlpha(str string) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/isalpha.fr.md

@ -14,7 +14,7 @@ func IsAlpha(str string) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/islower.en.md

@ -14,7 +14,7 @@ func IsLower(str string) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/islower.fr.md

@ -14,7 +14,7 @@ func IsLower(str string) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programmes pour tester votre fonction :
```go
package main

4
subjects/isnegative.en.md

@ -2,7 +2,7 @@
### Instructions
Write a [function](TODO-LINK) that prints `'T'` (true) on a single line if the `int` passed as parameter is negative, otherwise it prints `'F'` (false).
Write a function that prints `'T'` (true) on a single line if the `int` passed as parameter is negative, otherwise it prints `'F'` (false).
### Expected function
@ -14,7 +14,7 @@ func IsNegative(nb int) {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

4
subjects/isnegative.fr.md

@ -2,7 +2,7 @@
### Instructions
Écrire une [fonction](TODO-LINK) qui affiche `'T'` (true) sur une seule ligne si l'`int` passé en paramètre est négatif, sinon elle affiche `'F'` (false).
Écrire une fonction qui affiche `'T'` (true) sur une seule ligne si l'`int` passé en paramètre est négatif, sinon elle affiche `'F'` (false).
### Fonction attendue
@ -14,7 +14,7 @@ func IsNegative(nb int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/isnumeric.en.md

@ -14,7 +14,7 @@ func IsNumeric(str string) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/isnumeric.fr.md

@ -14,7 +14,7 @@ func IsNumeric(str string) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/isprime.en.md

@ -16,7 +16,7 @@ func IsPrime(nb int) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/isprime.fr.md

@ -16,7 +16,7 @@ func IsPrime(nb int) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

2
subjects/isprintable.en.md

@ -14,7 +14,7 @@ func IsPrintable(str string) bool {
### Usage
Here is a possible [program](TODO-LINK) to test your function :
Here is a possible program to test your function :
```go
package main

2
subjects/isprintable.fr.md

@ -14,7 +14,7 @@ func IsPrintable(str string) bool {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

Some files were not shown because too many files changed in this diff diff.show_more

Loading…
Cancel
Save