A curated repository of solved Java programming problems from BridgeLabz Foundations classes. This resource is organized for easy reference by topic and difficulty, supporting university coursework and self-study.
This repository contains only solved Java problems—not tutorials or conceptual explanations. Solutions cover basic programming, control flow, arrays, strings, and methods, each divided into three levels of difficulty.
- 100% Java codebase for clarity and portability
- Topics include:
- Basic Programming
- Control Flow
- Arrays
- Strings
- Methods
- Each topic is structured into three levels (Beginner, Intermediate, Advanced)
- All entries are fully solved problems
- Clear folder organization for quick access
- Useful as a code reference for:
- University students
- Self-learners
- Academic instructors
| Folder/Module | Levels Included | Description |
|---|---|---|
basic-programming/ |
Level 1, 2, 3 | Java fundamentals, syntax, and basics |
controlFlow/ |
Level 1, 2, 3 | Conditionals, loops, and branching logic |
arrays/ |
Level 1, 2, 3 | Array operations and algorithms |
strings/ |
Level 1, 2, 3 | String manipulation and processing |
methods/ |
Level 1, 2, 3 | Defining and using Java methods |
- Clone the repository:
git clone https://github.com/singharyan006/university-java-learning-program-STEP.git
cd university-java-learning-program- Open in your preferred Java IDE: Supported IDEs include IntelliJ IDEA, Eclipse, NetBeans, and others.
- Browse the modules: Navigate by topic and level to view solved problems.
All solutions are based on exercises from classes conducted by BridgeLabz Foundations.