- 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).
- 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:
- 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:
- Register domain name at “godaddy.ca”; specifically, register the domain name: www.svhsp.dev, .com or .org.
- Go to wordpress.com and start designing our website:
Suggested items to put into the website:
Section/Task | Description | Assignee |
Logo design, Header, Footer | Connor | |
News | This page should be an editable section, so we can add our meeting notes each week | Evan & Jerry |
Projects | This page should have a left menu which lists our potential project name such as Event Planning, Fridge Scanner etc | Robinson, Andrew, |
Contact us | Anthony & Harrison | |
Resource | This page should list all the materials, tools we use | |
Calendar |
hi