Transcript Website Make ticket and backlog for website Ensure all pages are mobile friendly Establish theme for website Leland Hackathon Discord bot in preparation of hackathon https://www.youtube.com/watch?v=fU-kWx-OYvE Bot is python Prefix Import discord Set up bot Homework: $team_<your_name> $email_<yourname> $website_<your_name>> $schedule_<yourname> Can be prefix <your_name> = bot name Went over hackathon schedule SVHSP members […]
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, […]