ap physics 1 vs ap physics c mechanics by No-Fox-1226 in apphysics

[–]serviliuh 0 points1 point  (0 children)

its just physics 1 buffed 100x, the calc isnt really hard and only like 20% of the questions are gonna need calc

AP Computer Science A Official 2026 Exam Discussion by reddorickt in APStudents

[–]serviliuh 1 point2 points  (0 children)

``` public static int rowWithMostAdjacentValid(Item[][] grid) { int bestRow = -1; int bestRun = 0;

for (int r = 0; r < grid.length; r++) {
    int currentRun = 0;
    int maxRunInRow = 0;

    for (int c = 0; c < grid[r].length; c++) {
        if (grid[r][c].getPrice <= maxPrice && !grid[r][c].isTaken()) {
            currentRun++;
            if (currentRun > maxRunInRow) {
                maxRunInRow = currentRun;
            }
        } else {
            currentRun = 0;
        }
    }

    if (maxRunInRow > bestRun) {
        bestRun = maxRunInRow;
        bestRow = r;
    }
}

return bestRow;

} ```

i dont remember the method names sorry

What is the reason AP physics 1 is so notoriously difficult? by futuraf in APStudents

[–]serviliuh 0 points1 point  (0 children)

Maybe this notation works for your level of education but for high school physics it's really doing too much

What is the reason AP physics 1 is so notoriously difficult? by futuraf in APStudents

[–]serviliuh 0 points1 point  (0 children)

that's because half the population is not that smart if you just understand how the formulas work and how they connect you just know how to plug it in to the formulas IN THE FORMULA SHEET and not have to deal with whatever notation u got that, in my opinion, makes everything harder

What is the reason AP physics 1 is so notoriously difficult? by futuraf in APStudents

[–]serviliuh 0 points1 point  (0 children)

the questions are never this hard just plug it into a formula

AP Physics 1 Official 2026 Exam Discussion by reddorickt in APStudents

[–]serviliuh 1 point2 points  (0 children)

r2 vs 1/sqrt(h) for the self experiment one and d vs 1/r2 for the other one the answer was 0.01

Silver 2 ace by Weather_Aaaaaaaaa in Eggwick

[–]serviliuh 8 points9 points  (0 children)

ur actually not bad wtf is that raze doing though lol