Recent content by Xari

  1. X

    Clarification on tension problem

    Omg that makes me so angry. Trig is so slippery!
  2. X

    Clarification on tension problem

    I'm having trouble solving this problem. I did Google the solution with the steps, which I managed to actually get right in all aspects except for a small part in the trigonometry that throws me off. I drew my FBD's correctly, hopefully. I'm not sure how I can draw nice looking FBDs online...
  3. X

    Why is the complexity class expression this?

    I'm trying to understand complexity class algorithms off of my professor's lecture notes, but I still can't get a hang of it. void sort(int a[], int N) { //N is the length of the array for (int base=0; base<N; ++base) for (int check=base+1; check<N; ++check) if...
Back
Top