jagomart
digital resources
picture1_Python Pdf 176500 | Co1107


 144x       Filetype PDF       File size 0.03 MB       Source: www.cs.le.ac.uk


File: Python Pdf 176500 | Co1107
co1107 algorithms data structures and advanced programming credits 15 convenor dr t ridge semester 2nd prerequisites essential co1101 co1102 co1105 desirable lectures 22 hours tutorials 6 hours independent study 102 ...

icon picture PDF Filetype PDF | Posted on 28 Jan 2023 | 2 years ago
Partial capture of text on file.
                       CO1107 Algorithms, Data Structures and Advanced Programming
                                      Credits: 15      Convenor: Dr. T. Ridge        Semester: 2nd
                   Prerequisites:  Essential: CO1101, CO1102, CO1105
                                   Desirable: -
                   Lectures:       22    hours
                   Tutorials:        6   hours                         Independent Study:     102   hours
                   Laboratories:   20    hours
                   Assessment:     Coursework: 100% + Exam: 0%
                                     Formative Coursework          Summative Coursework
                                     None                         Class Tests:    3   in total
                                                                  Assignments:    0   in total
                 Learning Outcomes          Students should be able to:
                     • Explain and critique high level overviews of programming paradigms;
                     • Define and explain advanced datatypes such as stacks, queues, lists, trees and graphs; write simple pro-
                       grams;
                     • Define,discussandexplain themainalgorithmsandtechniques(suchassorting,searching,hashing,traver-
                       sal and recursion) and write programs using these algorithms;
                     • Solveproblemsbydesigningprogramsinarangeofadvancedtopics suchasXMLtools,threading,sockets,
                       GUIsandelementarygames.
                 Explanation of Prerequisites          Agoodknowledge of Python and basic programming is essential before
                 taking this module.
                 Module Description         This module covers advanced programming material, including common algorithms
                 and data structures.
                 Syllabus
                 Review of basic programming. Procedural programming. Basic object-oriented programming in Python. (Revi-
                 sion of previous modules.)
                 Reviewofessential datatypes: sets and maps.
                 Algorithms and data structures. What is an algorithm? What is a data structure?
                 Standard list-like data structures (lists, queues, stacks). Simple functions over list-like data (e.g. reverse a list).
                 Advancedprogrammingtechnique: recursion. Basicrecursionovernaturalnumbers(e.g. calculationofFibonacci
                 numbers). Structural recursion over lists.
                 Sorting and searching. Sequential search. Binary search. Bubble sort. Insertion sort. Merge sort.
                 Trees. Examples of trees. Tree vocabulary. Tree implementation in Python. Tree traversal (in-order, pre-order,
                 post-order).
                 Graphs. Graph implementation in Python. Breadth-first search. Dijkstra’s shortest path algorithm.
                 Further topics: JSON
                 TheDepartmentofInformatics                                                                               1
        ReadingList
        Runestone Academy have two excellent online courses. The first is “How to Think Like a Computer Scientist:
        Interactive Edition”. This covers basic Python that you should have learnt in previous modules.
        The second course is much more closely related to this module. It is called “Problem Solving with Algorithms
        and Data Structures using Python”. Both courses are free. Sign up at the following address:
        https://runestone.academy/runestone
        The main Python website has many tutorials on Python. In addition, there are many books on Python available
        from the library (either in physical form, or as an e-book). However, there are relatively few books on data
        structures and algorithms in Python. For this reason, I recommend the online material above.
        TheDepartmentofInformatics                   2
The words contained in this file might help you see if this file matches what you are looking for:

...Co algorithms data structures and advanced programming credits convenor dr t ridge semester nd prerequisites essential desirable lectures hours tutorials independent study laboratories assessment coursework exam formative summative none class tests in total assignments learning outcomes students should be able to explain critique high level overviews of paradigms dene datatypes such as stacks queues lists trees graphs write simple pro grams discussandexplain themainalgorithmsandtechniques suchassorting searching hashing traver sal recursion programs using these solveproblemsbydesigningprogramsinarangeofadvancedtopics suchasxmltools threading sockets guisandelementarygames explanation agoodknowledge python basic is before taking this module description covers material including common syllabus review procedural object oriented revi sion previous modules reviewofessential sets maps what an algorithm a structure standard list like functions over e g reverse advancedprogrammingtechnique ba...

no reviews yet
Please Login to review.