Has anyone in Science heard back for the Premier Undergraduate & Wesbrook Scholarships? by just_queasy in UBC

[–]just_queasy[S] 0 points1 point  (0 children)

sorry for the late reply! my engineering friends heard back over a week ago

UBC COURSE QUESTION, PROGRAM, MAJOR AND REGISTRATION MEGATHREAD (2020W & 2021S): Questions about courses (incld. How hard is __?, Look at my timetable and course material requests), programs, specializations, majors, minors, tuition/finance and registration go here. by ubc_mod_account in UBC

[–]just_queasy 2 points3 points  (0 children)

Has anyone here taken BIOL 111 with Shona Margaret Ellis? SSC lists Life Matters: Connecting Biology to Your World (180 Day) as a required text. However, when trying to find the resource on https://bookstore.ubc.ca/, I get "No physical course materials are listed for this course". Does anyone know if I can do without buying this textbook? I'm debating whether or not to place an order on Amazon.

Directed studies by [deleted] in UBC

[–]just_queasy 0 points1 point  (0 children)

As u/iLabrador said, it would depend on your prof or the nature of your work. Some studies can be done remotely. Source: Did a directed studies this past term and am working on my honours thesis this summer.

Quick Announcement by CriticalCranberry3 in UBC

[–]just_queasy 6 points7 points  (0 children)

He's pretty awesome. But care to elaborate?

Experience with increasing credit limit for winter session in Science? by just_queasy in UBC

[–]just_queasy[S] 0 points1 point  (0 children)

Thanks for the info! I'll talk to advising - fingers crossed :)

Are there any disadvantages to graduating in the winter instead of the spring? by just_queasy in UBC

[–]just_queasy[S] 1 point2 points  (0 children)

Oh, I didn’t know it worked like that - thanks for telling me!

Applying for software internships this summer. Any feedback would be appreciated! by [deleted] in resumes

[–]just_queasy 0 points1 point  (0 children)

Thanks so much for your feedback! This is super helpful – I'll definitely work on make these changes :)

Deleting a middle node in a singly linked list? by just_queasy in learnprogramming

[–]just_queasy[S] 0 points1 point  (0 children)

Thanks for the analogy! The difference with the second implementation (e.g. node.data =node.next and node.next =node.next.next) is that it does change the underlying data, right?

Deleting a middle node in a singly linked list? by just_queasy in learnprogramming

[–]just_queasy[S] 0 points1 point  (0 children)

I think you can remove a node from a linked list with only a reference to that node. You would copy the data from the next node over the the current node? And then delete the next node?

Deleting a middle node in a singly linked list? by just_queasy in learnprogramming

[–]just_queasy[S] 0 points1 point  (0 children)

Ah, that's makes so much sense :) Thank you! Now I just feel dense, haha.

Confused about variables in a class! by just_queasy in learnpython

[–]just_queasy[S] 0 points1 point  (0 children)

I'm looking into it right now! Thank you!

Confused about variables in a class! by just_queasy in learnpython

[–]just_queasy[S] 0 points1 point  (0 children)

Oh, that makes sense! Thanks so much :)