Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semanurbilada/lab-examples
Lectures: Computer Programming 2 | OOP | GUI Programming | Data Structures | Algorithms | Cyber Security | System Analysis and Design
https://github.com/semanurbilada/lab-examples
algorithms computer-programming-2 cyber-security data-structures information-systems-engineering lab-lectures object-oriented-programming oops-in-java system-analysis-and-design
Last synced: 5 days ago
JSON representation
Lectures: Computer Programming 2 | OOP | GUI Programming | Data Structures | Algorithms | Cyber Security | System Analysis and Design
- Host: GitHub
- URL: https://github.com/semanurbilada/lab-examples
- Owner: semanurbilada
- Created: 2022-06-14T08:01:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T07:31:51.000Z (5 months ago)
- Last Synced: 2024-06-19T15:48:15.813Z (5 months ago)
- Topics: algorithms, computer-programming-2, cyber-security, data-structures, information-systems-engineering, lab-lectures, object-oriented-programming, oops-in-java, system-analysis-and-design
- Language: C
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lab Examples of Lectures
Hey there! Welcome to my collection of lab examples from lectures. I've put together this repository to share my student perspective on understanding the lectures and completing the tasks.Feel free to take a look, and if you have a moment to spare, your feedback would be greatly appreciated!
## Computer Programming 2 (C - C++)
- 1st grade - 2nd term, lab examples.
- These are small code snippets our lab assistant assigned for the summary of each week's lab lecture.
- I also added examples inspired by coding quizzes and tests.
- Most examples are coded in Xcode, an Apple-developed app. Note that some specifics may differ in Xcode.
- Many of these examples can be adapted to C++.## Object Oriented Programming (Java)
- 2nd grade - 1st term, lab examples of OOP.
## GUI Programming (JavaScript)
- 2nd grade - 1st term, lab examples.
## Data Structures (Intro to Algorithms)
- 2nd grade - 2nd term, homeworks.