Transcription of Lecture Notes for Data Structures and Algorithms
{{id}} {{{paragraph}}}
Lecture Notes forData Structures and AlgorithmsRevised each year by John BullinariaSchool of Computer ScienceUniversity of BirminghamBirmingham, UKVersion of 27 March 2019 These Notes are currently revised each year by John Bullinaria. They include sections based onnotes originally written by Mart n Escard o and revised by Manfred Kerber. All are membersof the School of Computer Science, University of Birmingham, School of Computer Science, University of Birmingham, UK, 20181 Contents1 Algorithms as opposed to programs .. Fundamental questions about Algorithms .. data Structures , abstract data types, design patterns .. Textbooks and web-resources .. Overview ..82 Arrays, Iteration, Arrays .. Loops and Iteration .. Invariants .. 103 Lists, Recursion, Stacks, Linked Lists.
We will not restrict ourselves to implementing the various data structures and algorithms in particular computer programming languages (e.g., Java, C, OCaml), but specify them in simple pseudocode that can easily be implemented in any appropriate language. 1.1 Algorithms as opposed to programs
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}