Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanzeebul-tamim/cse111-summer-2024
This repository serves as a comprehensive collection of all assignments, quizzes, practice works, and exercise solution codes for BRACu Summer-2024 CSE111 course.
https://github.com/tanzeebul-tamim/cse111-summer-2024
exercises java jdk jvm problem-solving
Last synced: about 1 month ago
JSON representation
This repository serves as a comprehensive collection of all assignments, quizzes, practice works, and exercise solution codes for BRACu Summer-2024 CSE111 course.
- Host: GitHub
- URL: https://github.com/tanzeebul-tamim/cse111-summer-2024
- Owner: Tanzeebul-Tamim
- Created: 2024-06-08T09:49:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T16:26:41.000Z (4 months ago)
- Last Synced: 2024-09-30T13:03:33.475Z (about 1 month ago)
- Topics: exercises, java, jdk, jvm, problem-solving
- Language: Java
- Homepage:
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE111 - Programming Language II
Welcome to the repository for the BRACu Summer-2024 semester of CSE111 - Programming Language II course. This repository serves as a comprehensive resource for all course-related materials, including lab-assignments, quizzes, and exercise solutions.
## Content Structure
The repository is organized into the following sections:
- **Assignments**: Contains all homework assignments focusing on problem-solving, data structures, and language theory.
- **Quizzes**: Contains quizzes administered throughout the semester to assess understanding of course concepts.
- **Practice Works**: Practice exercises aimed at reinforcing the concepts covered in lectures.
- **Exercise Solutions**: Solutions to exercises provided during lectures and practice sessions.## How to Use
Navigate to the respective folders based on the content. Within each folder, you'll find detailed explanations for the tasks.
## Note
This repository contains files in Java (*.java) format, as the course curriculum primarily focuses on Java programming language. Ensure that you have the necessary Java development environment set up on your local machine to compile and run the code files effectively. If you encounter any issues accessing or running the Java files, make sure your development environment supports Java programming.
## Clone the Repository:
To clone this repository to your local machine, use the following command:
```sh
git clone https://github.com/Tanzeebul-Tamim/CSE111-Summer-2024.git
```