Compare View
Commits (3)
Diff
Showing 1 changed file Side-by-side Diff
programme.md
View file @
fa86dcf
... | ... | @@ -17,35 +17,6 @@ Programmes de plusieurs licences françaises |
17 | 17 | - [Paris 7](http://www.univ-paris-diderot.fr/sc/site.php?bc=formations&np=ORGANISATION?ND=930) |
18 | 18 | - [Strasbourg](http://licences-informatique.unistra.fr/#info_1_article20/formation) |
19 | 19 | |
20 | -Axes principaux | |
21 | ---------------- | |
22 | - | |
23 | -- Algorithmique (structure de données, graphe) | |
24 | -- Architecture | |
25 | -- Base de données et XML | |
26 | -- Calculabilité (décidabilité, logique) | |
27 | -- Compilation (langage, automate) | |
28 | -- Génie logiciel (UML, OO) | |
29 | -- Mathématiques | |
30 | -- Programmation (impérative, fonctionnelle) | |
31 | -- Sécurité | |
32 | -- Système et réseau | |
33 | -- Technologie : Web, outils de dév | |
34 | -- Autres | |
35 | - | |
36 | -Critiques : | |
37 | - | |
38 | -- Classification de Dowek : | |
39 | - - Algorithmique | |
40 | - - Machine : architecture, système et réseau | |
41 | - - Langage : trop large | |
42 | - - Programmation : impérative, fonctionnelle, OO, Web et outils | |
43 | - - Informatique fondamentale/théorique/formelle : calculabilité, langage | |
44 | - - Information : base de données, XML, UML | |
45 | - - Mathématiques | |
46 | - - Divers : sécurité, informatique graphique | |
47 | - - Autre | |
48 | - | |
49 | 20 | Conclusion |
50 | 21 | ---------- |
51 | 22 | |
... | ... | @@ -54,22 +25,20 @@ Manques dans la licence : |
54 | 25 | - algorithmique (théorie des graphes) |
55 | 26 | - mathématiques pour l'informatique (preuve, graphisme et cryptographie) |
56 | 27 | |
57 | -En trop : | |
28 | +Programme de mathématiques et algorithmique | |
29 | +------------------------------------------- | |
58 | 30 | |
59 | -- BD avancée | |
60 | -- modélisation | |
31 | +<http://matheducators.stackexchange.com/questions/1734/what-should-be-included-in-a-freshman-mathematics-for-computer-programmers-cou/1745#1745> | |
61 | 32 | |
62 | -Proposition | |
63 | ------------ | |
33 | +Programme pour la programmation | |
34 | +------------------------------- | |
64 | 35 | |
65 | -- échanger "MCOO et MOP-B" | |
66 | -- remplacer "Publication Web" par "Math" du S3 ou S4 | |
67 | -- supprimer "BDA/2" pour diminuer BD | |
36 | +<http://sijinjoseph.com/programmer-competency-matrix/> | |
68 | 37 | |
69 | -- un module complet | |
70 | - - "Algorithmique combinatoire ou probabiliste" -> rééquilibre algo | |
71 | - - "Mathématiques pour le graphisme ou la cryptographie" | |
38 | +Test des compétences | |
39 | +-------------------- | |
72 | 40 | |
73 | -- un module complet avec langage de scripts (avec PF ou C/C++) | |
74 | - - "Programmation Fonctionnelle" -> rééquilibre PF | |
75 | - - "Programmation C/C++" -> rééquilibre programmation impérative | |
41 | +- <http://en.wikipedia.org/wiki/Competitive_programming> | |
42 | +- <https://codility.com/> | |
43 | +- <https://www.ets.org/mft/about/content/computer_science> | |
44 | +- <http://www.indiabix.com/computer-science/questions-and-answers/> |