Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.21 KB

File metadata and controls

57 lines (41 loc) · 2.21 KB

Assignment_BTech2026_2201920130203

Overview

This repository contains daily solutions for the assignments as per the guidelines provided for the B. Tech 2026 Passing Out Batch. The solutions are categorized into three domains: Data Structures and Algorithms (DSA), Object-Oriented Programming (OOPS), and Database Management Systems (DBMS). The solutions showcase core programming concepts such as efficient algorithm design, database queries and normalization, and Object-Oriented principles like inheritance, polymorphism, encapsulation, and abstraction.

Each day, the following problems are solved and updated in this repository:

  • Three (3) problems related to Data Structures and Algorithms (DSA) from platforms like LeetCode, HackerRank, Codeforces, etc.
  • One (1) problem related to Object-Oriented Programming (OOPS).
  • One (1) problem related to Database Management Systems (DBMS) from any coding platform.

Problem Statements

  1. (Add the problem statement here)
  2. (Add the problem statement here)
  3. (Add the problem statement here)

Coding Platform Used

  • Platform: (e.g., Leetcode, HackerRank)
  • Language: Java, MySQL

Approach and Solution Explanation

[Date: DD-MM-YYYY]

Problem: (Problem title or brief description)

  • Approach:
    • (Explain how you tackled the problem.)
    • (Mention any algorithms or design patterns used.)
  • Solution Explanation:
    • (Provide a summary of your solution.)
    • (Explain why your code works and how it meets the problem requirements.)

How to Run the Code

  1. Clone this repository:
    git clone https://github.com/alankrit98/Assignment_BTech2026_2201920130203.git
  2. Open the project in your preferred IDE.
  3. Run the desired .java file to test the solution.

Changelog

Date Changes Made
DD-MM-YYYY Added solution for [Problem Title].
DD-MM-YYYY Updated README with explanations for [Problem Title].