Welcome to the Prime Coding Class DSA Repository 👋
This repository is a curated collection of Data Structures and Algorithms programs written in Java, organized lecture-wise for clarity, consistency, and easy revision.
The goal of this repository is to track learning progress, strengthen problem-solving skills, and maintain a structured reference for core DSA concepts.
Prime_Coding_Class_questions/
├── lec1
├── lec2
├── lec3
├── lec4
Each lec folder corresponds to a classroom lecture and contains multiple Java programs discussed and practiced during that session.
- Java Basics & Syntax
- Input / Output Handling
- Conditional Statements
- Loops & Iterations
- Mathematical & Logical Problems
- Pattern Printing
- Functions & Modular Code
- Introductory Data Structures Concepts
- Language: Java
- Editors / IDEs: VS Code, IntelliJ IDEA, Eclipse
- Version Control: Git & GitHub
- Clone the repository:
git clone https://github.com/Fulguni123/Prime_Coding_Class_questions.git