package documentation

Code from the chapter "Array-Based Sequences".

Module caesar Provides a CaesarCipher class for encryption and decryption using a Caesar cipher.
Module dynamic_array Provides a DynamicArray class built on first principles using low-level arrays
Module experiment_list_append Performs empirical testing of efficiency of list.append.
Module experiment_list_size Performs empirical testing of dynamic resizing of a Python list.
Module high_scores Provides GameEntry and Scoreboard class for a high-score board case study.
Module insertion_sort Provides an implementation of insertion-sort for an array-based sequence.
Module tic_tac_toe Provides a TicTacToe class demonstrating the representation of two-dimensional data.