Browse all books

Books with author Dougal Lee

  • Flying the sky clipper with Winsie Atkins

    Dougal Lee

    Hardcover (Whitman, March 15, 1936)
    None
  • Arrays

    Dougy Lee

    Paperback (Independently published, July 19, 2020)
    Arrays are one of the first data structures we learn in computer science.They are a way we can hold lots of similar pieces of data together in one group.This book illustrates the basic ideas behind arrays and provides pseudocode examples for how to interact with them.
  • FLYING THE SKY CLIPPER with Winsie Atkins

    Dougal Lee

    Hardcover (Whitman Publishing Co., March 15, 1936)
    None
  • Functions

    Dougy Lee

    Paperback (Independently published, Aug. 15, 2020)
    Functions are a tool that programmers can use to convert one type of object into another. They are very useful in computing because they let us do the same thing to different inputs.