Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrof/principle-of-com-sci
https://github.com/cyrof/principle-of-com-sci
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyrof/principle-of-com-sci
- Owner: Cyrof
- Created: 2024-01-10T07:40:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:56:00.000Z (8 months ago)
- Last Synced: 2024-05-11T15:50:54.226Z (8 months ago)
- Language: HTML
- Size: 6.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repo is archive as this university module is completed.
# Principle of Computer Science Labs and Assignments (Java)
Welcome to the principle-of-com-sci repository! This repository contains lab exercises and assignments related to the principles of computer science implemented in Java. Each lab exercise is organised into folders named "topic 1" through "topic 10", and there are two assignment folders. Additionally, zip files of each folder are provided for easy download and distribution.
## Lab Exercises
The lab exercises are divided into ten topics, covering various fundamental concepts in computer science. Each topic folder contains materials related to the respective lab exercise, including Java code examples, documentation, and supplementary resources. Feel free to explore these folders to review concepts or practice coding exercises.
## Assignments
Two assignment folders, are included in this repository. These assignments are designed to test my understanding of the principles dicussed throughout the course. Each assignment folder contains detailed instructions, specifications, and any necessary files required to complete the assignments. Be sure to refer to these folders for guidelines on completing and submitting your assignments.
## Getting Started
To view the lab exercises and assignments, clone this repository to your local machine using the following command:
```bash
$ git clone https://github.com/Cyrof/principle-of-com-sci.git
```## Notes
This repository serves as a resource for practicing and applying the principles of computer science implemented in Java. Whether you're a student looking to review concepts or an educator seeking supplymentary materials, I hope your find this repository valuable in your journey through computer science educations.
Happy coding!