Browse Source

Merge pull request #155 from 01-edu/typocorrection

oopsie
content-update
MarieMalarme 5 years ago committed by GitHub
parent
commit
907ec5ae54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      docs/piscine-go-curriculum.md

12
docs/piscine-go-curriculum.md

@ -92,7 +92,7 @@ Exercices:
### Raid 1 - Square Drawing ### Raid 1 - Square Drawing
#### First Group project. Problem resolution. Usage of first knowledges (loop and if/else) #### First Group project. Problem resolution. Usage of first knowledge (loop and if/else)
--- ---
@ -124,7 +124,7 @@ Exercices:
#### Application of previously viewed concepts. #### Application of previously viewed concepts.
Notions: String Manipulation and medium-advence algorithmia Notions: String Manipulation and medium-advanced algorithmia
Videos: Videos:
@ -202,7 +202,7 @@ Exercices:
### Quest 8 ### Quest 8
#### Introduction to Structures and advence tyoe in GoLang #### Introduction to Structures and advanced types in GoLang
Notions: Creation of struct types and file manipulation (Open, Read, Close methods) Notions: Creation of struct types and file manipulation (Open, Read, Close methods)
@ -215,7 +215,7 @@ Exercices:
- bool | https://public.01-edu.org/subjects/bool.en - bool | https://public.01-edu.org/subjects/bool.en
- point | https://public.01-edu.org/subjects/point.en - point | https://public.01-edu.org/subjects/point.en
- display | https://public.01-edu.org/subjects/display.en - displayfile | https://public.01-edu.org/subjects/displayfile.en
- cat | https://public.01-edu.org/subjects/cat.en - cat | https://public.01-edu.org/subjects/cat.en
- ztail | https://public.01-edu.org/subjects/ztail.en - ztail | https://public.01-edu.org/subjects/ztail.en
@ -305,7 +305,7 @@ Exercices:
#### Binary Trees #### Binary Trees
Notions: Advance Data Structure using binary trees Notions: Advanced Data Structure using binary trees
Videos: Videos:
@ -325,6 +325,6 @@ Exercices:
- btreetransplant | https://public.01-edu.org/subjects/btreetransplant.en - btreetransplant | https://public.01-edu.org/subjects/btreetransplant.en
- btreedeletenode | https://public.01-edu.org/subjects/btreedeletenode.en - btreedeletenode | https://public.01-edu.org/subjects/btreedeletenode.en
### Exam 4 - Fianal Exam (8hours) ### Exam 4 - Final Exam (8hours)
#### Functions and programs skills evaluation, based on Quest 2 and Quest 11 #### Functions and programs skills evaluation, based on Quest 2 and Quest 11

Loading…
Cancel
Save