AHVSSATHVIK

Results 8 issues of AHVSSATHVIK

### Problem The `check_permissions_on_dataset` task is no longer needed because authorization is now handled earlier in the pipeline. ### Changes - Removed `cognee/tasks/documents/check_permissions_on_dataset.py`. - Removed its export from `cognee/tasks/documents/__init__.py`. -...

## Pre-submission Checklist - [x] **I have tested my changes thoroughly before submitting this PR** - [x] **This PR contains minimal changes necessary to address the issue/feature** - [x] My...

## Description This pull request adds the **Search a 2D Matrix** algorithm to the directory `src/main/java/com/thealgorithms/matrix/`. This algorithm solves the well-known problem where each row of the matrix is sorted,...

## Description This pull request adds initial C++ implementations for data-structure and algorithm concepts, in response to Issue #1075: *"More Programming Languages Options"*. ### What was added: - New folder:...

Currently, the application experiences performance degradation on mobile devices with slower connections. This issue aims to improve responsiveness and overall user experience. ## Steps to reproduce: 1. Open the application...

# Pull Request: Add LeetCode Solution for Issue #194 ## Description This pull request adds a new solution as part of the beginner-friendly task “Submit your first PR by solving...

# Pull Request: Add BFS Solution for LeetCode 102 – Binary Tree Level Order Traversal ## Description This pull request adds a BFS-based solution for **LeetCode Problem 102: Binary Tree...

This PR adds the Italian translation of the Maintainer Guide located at translations/maintainer_guide/maintainer_guide.ita.md. Changes made: Translated the entire maintainer guide from English to Italian. Updated internal links to point to...