https://github.com/pachadotdev/ece244-class-notes
https://pacha.dev/ece244-class-notes
https://github.com/pachadotdev/ece244-class-notes
Last synced: about 1 year ago
JSON representation
https://pacha.dev/ece244-class-notes
- Host: GitHub
- URL: https://github.com/pachadotdev/ece244-class-notes
- Owner: pachadotdev
- Created: 2023-11-02T00:36:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:27:34.000Z (over 2 years ago)
- Last Synced: 2025-02-14T21:46:50.459Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About ECE244 - Programming Fundamentals
This course provides a foundation in programming using an object-oriented programming language. Topics include classes and objects, inheritance, basic data structures (lists, tree, hash tables, etc.), Big-O complexity analysis, and testing and debugging. The laboratory assignments emphasize the use of object-oriented programming constructs in the design and implementation of reasonably large programs.