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.
- (Add the problem statement here)
- (Add the problem statement here)
- (Add the problem statement here)
- Platform: (e.g., Leetcode, HackerRank)
- Language: Java, MySQL
- 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.)
- Clone this repository:
git clone https://github.com/alankrit98/Assignment_BTech2026_2201920130203.git
- Open the project in your preferred IDE.
- Run the desired
.java
file to test the solution.
Date | Changes Made |
---|---|
DD-MM-YYYY | Added solution for [Problem Title]. |
DD-MM-YYYY | Updated README with explanations for [Problem Title]. |