https://github.com/dopebiscuit/asu-cse131s-capstone
My code for ASU's CSE131s Course Capstone project, My code and snapshots of the test run can be found in each task, as well as the task description.
https://github.com/dopebiscuit/asu-cse131s-capstone
ain-shams-university capstone-project circuits-and-electronics cpp
Last synced: over 1 year ago
JSON representation
My code for ASU's CSE131s Course Capstone project, My code and snapshots of the test run can be found in each task, as well as the task description.
- Host: GitHub
- URL: https://github.com/dopebiscuit/asu-cse131s-capstone
- Owner: DopeBiscuit
- Created: 2023-05-13T09:51:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T18:03:34.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T20:58:01.811Z (over 1 year ago)
- Topics: ain-shams-university, capstone-project, circuits-and-electronics, cpp
- Language: C++
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# CSE131s Capstone Project
**This project consists of 3 tasks, it was a progressive project meaning each task employed the skills learned in the previous task, the project is in C++, and each task has a pdf containing the task description and requirements.**
The project is a circuit equivalent resistance calculator, that takes the input in a structured string format and calculates the equivalent resistance using series and parallel calculations when required to reach the final answer.