• Introduction


    Welcome to Algorithms and Data Structure 01 course.

    I'm Dr. Sabri Ghazi, I will be your teacher during this semester, I hope you earn as much as knowledge as you expect.

    Please feel free to contact me at anytime, via email  or in person.

    sabri.ghazi@univ-annaba.dz

    or ghazi_sabri@yahoo.fr

    As you can see, the title of the course is composed by two main parts:

    • Algorithms: design, analyze and write a step by step way to solve a problem by a computer 
    • Data Structure: describe and model the way the data should be saved, manipulated, transferred in the computer.

    The mains objevtives of this course are:

    • An introductory basic knowledge in Algorithms and Data Structure.
    • Understanding how computer programs are designed and written
    • Understanding how data could be stored and retrieve in computers.
    • Ability to write simple algorithms using conditional instructions, loops and nested loops.
    • Ability to use the simple data structure such as Arrays and Strings.
    • Ability to use the personalized data types.

    Tools :

    in order to be able to attend the online course , be sure that you have installed all the bellow cited tools :

    Telegram group link :  https://t.me/+NkUmps65s6UxYTI0 ;

    Google Meet

    • Install it and check your Mic and Sound settings.
    • Also could be used from web.

     Programming environment :

Chapter 01 : Algorithms definitions and properties