Skip to content

Instantly share code, notes, and snippets.

View devsamuelv's full-sized avatar
🌊
Bit surfing

Samuel Villegas devsamuelv

🌊
Bit surfing
View GitHub Profile
import java.util.Random;
import java.util.Scanner;
public class App {
public static void main(String[] args) throws Exception {
String[] exampleText = "momdad".split("");
System.out.println(rebuildString(exampleText));
reverseText(exampleText, 0);
@devsamuelv
devsamuelv / calc2.md
Created August 4, 2026 04:35
Calculus 2 Review

MAC 2312 Final Exam Study Guide


1. Velocity / Net Change Applications

Core idea: the definite integral of a rate of change gives the net change in the original quantity.

$$\int_a^b f'(t),dt = f(b)-f(a)$$