Giter VIP home page Giter VIP logo

bish634's Introduction

Nathan C. Walk
Assignment for BIS 634: Computation Methods for Informatics
9/17/20

Exercise 1:  See Github script and pdf
Exercise 2:  See Github script and pdf
  The order printed out is an in-order traversal via recursion - left side,
  trunk, right side.  I believe you are getting at tree traversal in computer
  science, a form of graph traversal which refers to the process of visiting
  each node in a tree data structure, exactly once.  A traversal is classified
  by the order in which the nodes are visited.  Ours was an in-order traversal.
Exercise 3:  See Github script and pdf
  As h gets smaller and smaller, there is an inflection point in the data
  (right around 10-8) where the slope stops decreasing, goes up, then
  alternates between losing data points and trending back up.  I believe this
  teases out a problem with how python stores numbers, particularly rounding
  errors when adding a number that is magnitudes smaller to another number.
Exercise 4:  See Github script and pdf
  In order to be sure my results were reasonable, I compared them with SIR
  models of outbreaks online and studied the differential equations that
  are used for more complex models.  I also ran the simulations many times.

  Please see this Github repository's pdf document for the output from each
  program.  This respository also includes the scripts for each exercise.


  I utilized online help from:
    Stack Overflow - discussion threads.
    GeekforGeeks -
      https://www.geeksforgeeks.org/insertion-in-a-binary-tree-in-level-order/
    Tutorialspoint -
      https://www.tutorialspoint.com/python_data_structure/python_binary_tree.htm

bish634's People

Contributors

nathan-walk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.