Meeting Notes

9/03/22

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 […]

9/03/22 Read More »

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,

8/7/22 Read More »

7/30/22

Show and Tell We talked about BST print by level We talked about basic recursion Evan demonstrated recursion for Factorial and we did a few other exercises for recursion such as sum(n), print BST with in order(print node first then left child and then right child) We continued to elaborate the ideas we have so

7/30/22 Read More »

7/20/22

Show and Tell We talked about BST creation and deletion Robinson and Connor presented BST creation Idea Connor shared an idea to build an app to help friends to find a common place to meet and then bike to the school We talked about Event Planning App with more use cases Things been planned We

7/20/22 Read More »

7/9/22

Pre-Session Exercise Boys helped to put a whiteboard together and everybody was very helpful Show and Tell Evan was telling us about basic data structure such as binary search, binary search tree, stack and queue Then we went on a little deeper and tried to understand how binary search works and why its time complexity

7/9/22 Read More »

7/2/22

Code Demo from Last Meeting  – nobody shows anything Video Watching Software Development Lifecycle – this is what we watched: https://youtu.be/G-6qDY8UltU  We watched a few videos for various tools Discord for communication? – done Drive for documentation?  https://drive.google.com/drive/u/4/my-drive  Issue Tracking – http://svhsp.backlog.com    Git for code repository https://github.com/jevmors/svhsp  Prototyping tool – Figma(video: https://youtu.be/-sAAa-CCOcg ) Website for our product? Long term project idea

7/2/22 Read More »

6/25/22

Introduction A small project: Return top 6 most frequent words from a string Follow up#1: Excludes stop words such as “a”, “an”, “this” Follow up#2: Imagine the string is huge which contains 1B words, how to write code both space and computing efficient We talked about problem breakdown, sorting algorithm We did show/tell, had everybody

6/25/22 Read More »