8/7/22

  • Binary Tree Print:
    • Today, we explained about Daniel’s code on his Binary Tree; namely, we explained the main logic behind his code and how it prints the whole Binary Tree out by level. Here are some information about that:
      • Using Matrices(Array inside an array), it stores an array as an element inside an array. 
      • Then, we find the height of the array(how manymuch lines the array has) and that would kind of be the y value for what we are printing. In addition, we would be giving each value inside the array a kind of “set of coordinates’ ‘, these coordinates would be stored in a class called “pos” and would be stored inside the matrix. Ergo, we would print out the specific values of these and place them at the x(currpos) and y(height).
  • Creating a website for our project :
    • We talked about creating a website for our project called: “SVHSP”, which is like an “about us” page for our group. We also did some case study/research into some websites/video games/apps like Discord and  Valorant.
  • What we are going to do:
    • DS related coding assignment
    • Write actual code to list # of files under a folder using recursion, hint: a folder can contain sub-folder
    • Creating a website for our project:
  1.  Register domain name at “godaddy.ca”; specifically, register the domain name: www.svhsp.dev, .com or .org.  
  2. Go to wordpress.com and start designing our website:                                                                                      

Suggested items to put into the website:

Section/TaskDescriptionAssignee
Logo design, Header, Footer Connor
NewsThis page should be an editable section, so we can add our meeting notes each weekEvan & Jerry
ProjectsThis page should have a left menu which lists our potential project name such as Event Planning, Fridge Scanner etcRobinson, Andrew, 
Contact us Anthony & Harrison
ResourceThis page should list all the materials, tools we use 
Calendar   

1 thought on “8/7/22”

Comments are closed.