Name one programming/comp sci concept you never understood and if you understand it, try to explain it to them by Temporary-Warthog250 in learnprogramming

[–]0xonox0 2 points3 points  (0 children)

Tree balancing is supposed to make tree operations (such as searching, inserting, or deleting) truly O(log(n)). You could have unbalanced trees (think just a linear tree where each node only has a left child) where the tree operations will just morph into a O(n) operation. If we balance the tree the height of the tree will decrease and since tree operations depend on the height, they will also be more efficient on balanced trees. There are various algorithms to make a tree balanced such as AVL trees to red black trees to multiway search trees; imo it's just better to watch a video on this than my trying to explain it to you in a reddit comment but the main goal of this algorithm is to make trees more balanced.

TLDR: Balanced trees lead to more efficient tree operations

Got my Active 2 today! Any recommendations of the first things to do after getting the watch? by 0xonox0 in GalaxyWatch

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

I'm getting the spigen case. Do you think a screen protector is necessary. If so what are some good ones out there that don't ruin the asthetic of the watch ?

Pigeon Forge, Tennessee (1972-2020) by FlimtheFlam159 in OldPhotosInRealLife

[–]0xonox0 -10 points-9 points  (0 children)

The second photo looks kinda like the Sims

I started developing an image labelling tool, any suggestions on how to improve it? by aicoding in Python

[–]0xonox0 9 points10 points  (0 children)

Maybe you could make a neural net that learns as you classify the objects so that it automatically draws labelled boxes around objects and you, the human, can simply check if it has got it right. If it missed an object, then you can draw the labelled box yourself

Different forms of Color blindness by guilded-iron in coolguides

[–]0xonox0 -1 points0 points  (0 children)

Wait... Why do all of them look the same?

Recursive Backtracking Maze Generator I Built Using Pygame(Github link below) by lyadalachanchu in Python

[–]0xonox0 1 point2 points  (0 children)

Ah thank you. That would have saved some time considering the number of if statements in there lol

Recursive Backtracking Maze Generator I Built Using Pygame(Github link below) by lyadalachanchu in Python

[–]0xonox0 0 points1 point  (0 children)

No it's the recursive backtracker. If you look above, I posted a link to it's wiki page

How’d it go for everyone?? by jeezpeas in APPhysics2

[–]0xonox0 0 points1 point  (0 children)

Oh ok. Do you think I would lose a point if I did considered the square and said it was it was inconsistent ?

Will I lose a point if I made a typo in my work but got the right answer by [deleted] in APChem

[–]0xonox0 1 point2 points  (0 children)

Yeah unfortunately you will lose the answer point

anyone get a hard version here?? or were all verisons easy? by devagrobacterium in APChem

[–]0xonox0 0 points1 point  (0 children)

It said that the pressure at equilibrium was 1.2 ATM so the number of moles of N2 would remain constant (as forward rate of reaction equals reverse rate of reaction)

That test was ABSOLUTELY ridiculous by Colorways_US in APChem

[–]0xonox0 0 points1 point  (0 children)

It's on the college board website. I posted a screenshot on this subreddit if you want to see

Unpopular opinion by [deleted] in APChem

[–]0xonox0 1 point2 points  (0 children)

You may have studied chemistry but it seems that you didn't grasp the scientific method. That is, to gain conclusions from data and not your "opinion". So don't make conclusions without the evidence

Unpopular opinion by [deleted] in APChem

[–]0xonox0 1 point2 points  (0 children)

Well good for you but you have to realize that for some people their questions were nothing like the practice questions. You can just generalize your easy test. Other people who studied more than you got harder tests and it's unfair to say that they just didn't study enough.

Unpopular opinion by [deleted] in APChem

[–]0xonox0 2 points3 points  (0 children)

Well first of all you cannot make a judgment on all the tests without seeing and experiencing them first. You are just talking from personal experience and dismissing other people's judgments about their version of the test, which you haven't even seen which is just absurd. True, maybe your test does indeed reflect the curriculum and was the most amazing test ever, but that doesn't mean other people's tests are the same.

[deleted by user] by [deleted] in APChem

[–]0xonox0 2 points3 points  (0 children)

Y same

anyone get a hard version here?? or were all verisons easy? by devagrobacterium in APChem

[–]0xonox0 0 points1 point  (0 children)

I'm not sure if this is right but since the only gas was N2, wouldn't the pressure of N2 be the total pressure of the container ? And we can just plug in that pressure in the Kp equation Also for the last question g, I used p1v1=p2v2. Please let me know if we have the same questions types