Phelma Formation 2022

Structured programming - Algorithmic - 3PMEAL29

  • Number of hours

    • Lectures 5.0
    • Tutorials 5.0
    • Laboratory works 26.0

    ECTS

    ECTS 2.5

Goal(s)

The objective is to learn the main concepts and data structures used by solutions to many problems. It addresses the recursive programming and the main dynamic data structures and abstract data types (lists, stacks, queues, trees, graphs) and presents some implementations and algorithms used by these these data structures.

Contact Michel DESVIGNES

Content(s)

  • Main concepts :
    1. Recursive programming, Complexity
    2. Abstract data type
    3. Linear dynamic data structures
    4. hast tables and dictionnaries
    5. Tree data structures
  • Tp : These concepts are implemented in lab works using C langage and Linux :
    1. MandelBrot Fractal
    2. Heap Sort
    3. War Card Game with stack and queue
    4. Spelling checker with Hash Table
    5. computer algebra, arithmetic, derivation with binary trees
    6. Project: routes in Paris (Metro and RER) using the shortest path in a graph with different algorithms: Dijkstra, Bellman, A-Star.


Prerequisites

Structured programming in C, PET-S1.

Test



Session 1 : Examen Ecrit1 x 80% + Projet 20%
Session 2 : Examen Ecrit2 x 80% + Projet 20%

Additional Information

Course list
Curriculum->F1A-PET->Semester 2

Bibliography

Robert Sedgewick : Algorithms in C, Parts 1-5 (Bundle): Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms, Addison-Wesley, 2002, 0201756080
C.Froidevaux, M.C.Gaudel, M.Soria : Types de données et algorithmes , McGraw-Hill, 1990
A. Aho, J. Hopcroft, J. Ullman. Data structures and algorithms .Addison-Wesley, 1983.
Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest : Introduction to Algorithms. MIT Press and McGraw-Hill., Third Edition. MIT Press, 2009. ISBN 978-0-262-53305-8.