The Little Book of Algorithms
Authors: William Lau
ISBN-10: 1916116302
ISBN-13: 9781916116306
Publication Date 出版日期: 2019-04-26
Print Length 页数: 68 pages
Book Description
By finelybook
This book is designed to help those learning and teaching Computer Science. The aim of the book is to help students build fluency in their Python programming. The book would suit students who have already been introduced to the three basic programming constructs of structured programming,namely sequence,selection and iteration. The learning curve for programming can be quite steep and this book aims to ease this transition by encouraging practise and gradually introducing more complex concepts such as lists and 2D lists,file writing and using procedures and functions. Originally,the book was written for my 14-16 year old students studying for their GCSE Computer Science programming exam. However,I hope a wide range of students and teachers will find this book useful.