Wednesday

Objectives

  • Learn how text can be handled as a tree with the Trie Tree
  • Understand how Merge Sort works
  • Learn about how authorization works in a Django app

Readings

Review

Concepts

  • Django Security and Permissions
  • The Merge Sort algorithm
  • Trie Tree Traversals

Demo

  • Be comfortable working with Django forms and form handling
  • Merge Sort!!