TPT
Total:
$0.00
Preview of Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

This lesson provides a complete foundation in Searching Algorithms, covering Linear Search, Binary Search, Jump Search, and Interpolation Search, including step-by-step execution, Python implementations, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Searching Algorithms Slide Deck💡 Visual step-by-step search diagrams💡 Python code implementations💡 Exam-style search problems💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ─────
Preview of AP® Computer Science A: 9 Recursion (Slides)

AP® Computer Science A: 9 Recursion (Slides)

Overview. These slides are teachable, include multiple short programming activities and are completely editable to your liking. Complete with animations, explanations, code and algorithms covering Recursion, Searching and Sorting algorithms. Objectives: Effectively construct recursive algorithms and describe their advantages in comparison to iterative (for/while loops) ones. Construct basic recursive algorithms (recursive call and base case)Convert iterative algorithms into recursive ones o Fact
Preview of Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Created by
Mr. H Codes
Lesson 4.1 — Searching & Sorting Algorithms (Java) | CSA Worksheet + Teacher GuideLinear Search • Binary Search • Selection Sort • Insertion SortThis complete, classroom-ready worksheet packet is perfect for any Intro to Java or AP Computer Science A class. Students learn four core algorithms essential for understanding data structures and AP CSA exam readiness: linear search, binary search, selection sort, and insertion sort. This resource includes a detailed student worksheet AND a full tea
Preview of Algorithm Analysis & Design | Brute Force and Exhaustive Search Complete Lesson

Algorithm Analysis & Design | Brute Force and Exhaustive Search Complete Lesson

This lesson provides a complete foundation in Brute Force and Exhaustive Search within Algorithm Analysis and Design, covering brute-force strategy, selection sort, bubble sort, linear (sequential) search, brute-force string matching, and exhaustive search for optimization problems including Traveling Salesman Problem, Knapsack Problem, and Assignment Problem. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Brute Force Slide Deck (PPT + PDF)💡 Full Exhaustive Search Slide Deck (PPT +
Preview of Free Fall Kinematics Lab: Measure g, Graph d vs t², Air Resistance + Answer Key

Free Fall Kinematics Lab: Measure g, Graph d vs t², Air Resistance + Answer Key

Created by
Allison Smith
Make kinematics hands-on, visual, and AP Physics–ready with this Motion & Kinematics: Free Fall Lab. Students measure real free-fall times from multiple heights, calculate experimental g, and then do what strong physics students must learn: use graphs to linearize a non-linear relationship by plotting d vs. t² and extracting g from the slope.This lab also includes an engaging “why the model breaks” extension with air resistance and terminal velocity using coffee filters—plus built-in error analy
Preview of Binary Search Tree Complete Lesson  | Operations, Diagrams & Examples included

Binary Search Tree Complete Lesson | Operations, Diagrams & Examples included

This lesson gives students a deep, practical understanding of Binary Search Trees, showing how ordered data is stored, searched, traversed, and modified efficiently using a full C++ implementation. Learners move beyond diagrams to see exact algorithms in action—including searching, traversal strategies, and the hardest operation: deletion—building confidence with one of the most important non-linear data structures. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️
Preview of Data Structures & Algorithms Step-by-step Curriculum Using C++ [Complete Bundle]

Data Structures & Algorithms Step-by-step Curriculum Using C++ [Complete Bundle]

Students struggle with Data Structures because most materials are abstract, rushed, and hard to follow. This complete, visual, step-by-step curriculum breaks every concept down using clear diagrams, structured explanations, and worked examples. Each lesson follows a logical teaching sequence that builds real understanding while saving teachers hours of preparation time. ────────── ⋆⋅☆⋅⋆ ────────── WHAT THIS CURRICULUM COVERS🧠 Foundations Introduction to Data Structures, Algorithms & Dynami
Preview of Hash Tables Complete Lesson | Operations, Diagrams & Examples included

Hash Tables Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how constant-time data access is achieved using Hash Tables, one of the most powerful and widely used data structures in computer science. Learners understand how keys are transformed into addresses, why collisions occur, and how different collision-resolution strategies work in practice—the same principles used in databases, compilers, and caching systems. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What a Hash Table is and why
Preview of K-Nearest Neighbors : A Step-by-Step, Beginner-Friendly Machine Learning Lesson

K-Nearest Neighbors : A Step-by-Step, Beginner-Friendly Machine Learning Lesson

This is a complete, ready-to-teach lesson on K-Nearest Neighbors (KNN). Perfect for Data Science, Machine Learning, Artificial Intelligence, and Computer Science courses at the high school, college, university, or bootcamp level. The lesson explains what KNN is, how it works, the full algorithm, distance measures, choosing K, example walkthroughs, and failure cases, all with clear visuals and step-by-step explanations. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What This Lesson Covers ✨✨ ✔ What is K-Ne
Preview of Standing Waves Lab on a String (Harmonics) v=fλ v=√(T/μ) Graphing + Key

Standing Waves Lab on a String (Harmonics) v=fλ v=√(T/μ) Graphing + Key

Created by
Allison Smith
This is the standing waves + harmonics lab that finally makes wave equations feel real. Students create clear standing wave patterns, identify nodes and antinodes, calculate wavelength for each harmonic (λ = 2L/n), verify that harmonic frequencies are integer multiples of the fundamental (fₙ = n·f₁), and show that wave speed stays constant across harmonics (v = fλ).Then the lab goes one step deeper (and more AP Physics-ready): students vary tension, calculate v = √(T/μ), graph v vs √T, and use t
Preview of VEX IQ STEM Lab: Intro to Robotics Mini-Builds | Gear Ratios & Mech. Advantage

VEX IQ STEM Lab: Intro to Robotics Mini-Builds | Gear Ratios & Mech. Advantage

Created by
The Robo Lab
Master mechanical motion with your VEX IQ kits! This student-ready worksheet is the perfect companion for hands-on exploration of complex mechanisms. Designed for introductory robotics students, it challenges them to analyze the movement and purpose behind four essential builds. I use this with my 7th graders in my Intro to Robotics classes. What's Covered in this Worksheet:Belt Drives: Analyzing pulley speed, direction, and function.Cam and Follower: Understanding how shape creates specific ou
Preview of Artificial Neural Networks: Complete Lesson with Examples and Backpropagation

Artificial Neural Networks: Complete Lesson with Examples and Backpropagation

This lesson provides a complete foundation in Artificial Neural Networks, covering biological vs artificial neurons, perceptron learning, activation functions, multilayer perceptrons, feedforward networks, and backpropagation. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Artificial Neural Network Slide Deck (PPT + PDF)💡 Visual neuron and network architecture diagrams💡 Step-by-step perceptron learning examples💡 Worked backpropagation calculations💡 Ready for in-person, online
Preview of ClassVR Grant Proposal Template for Educators

ClassVR Grant Proposal Template for Educators

Created by
Entre Lineas
ClassVR Grant Proposal Template for EducatorsAre you looking to bring immersive VR technology into your classroom? This editable ClassVR Grant Proposal Template is designed to help educators create compelling grant proposals to secure funding for ClassVR equipment. Based on a successful grant application, this template includes all the key sections and language needed to propose a ClassVR immersive learning project. With easy-to-edit sections, this template can be personalized for your school
Showing 1-13 of 13+ results