Skip to content

My solutions for Stanford University's Code in Place (CS106A) course.

Notifications You must be signed in to change notification settings

shanto-71/Learning-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project: Beeper at Every Corner (Karel Logic)

Goal: Program an agent (Karel) to autonomously find the corners of a world of unknown size and place a marker (beeper).

Relevance to Engineering Logic: This script demonstrates the use of Control Flow to solve physical constraint problems:

  • While Loops: Used to detect wall boundaries (while front_is_clear()).
  • Conditionals: Used to verify positions (if right_is_blocked()).
  • Decomposition: Broken down into modular functions for reusability.

About

My solutions for Stanford University's Code in Place (CS106A) course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages