Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ajay-dhangar/algo

ajay-dhangar closed an issue on ajay-dhangar/algo
[Custom]: Adding Sorting Algos to array folder
### Issue Summary No sorting algos is present in array folder ### Issue Description No sorting Algorithms found, Sorting algorithms are fundamental in computer science for organizing data in a s...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Created Sorting Algos In Arrays Folder
## πŸ“₯ Pull Request ## Title: Arrays - Sorting Algorithms ### Description Created a new file for sorting algorithms in arrays folder. Fixes #989 ### Type of change - [ ] Bug fix (non-br...
ajay-dhangar pushed 7 commits to main ajay-dhangar/algo
  • Create Kadane's Algorithm.md 9690b5f
  • Update Kadane's Algorithm.md 16dbb59
  • Create Sorting-Algorithms.md 81977bc
  • . 6db56ff
  • Update Sorting-Algorithms.md 4930f4b
  • Merge pull request #1 from Siddhart2004/Siddhart2004-patch-3 Created Sorting-Algorithms.md 7600fc2
  • Merge pull request #928 from Siddhart2004/patch-2 Create Kadane's Algorithm.md e2ceb2b

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[General] Add Kadane’s Algorithm for Maximum Subarray Sum
## πŸ“‹ General Issue or Question ### Issue Description Kadane’s algorithm is a popular algorithm used to find the **maximum sum of a contiguous subarray** in an array with a time complexity of **...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Create Kadane's Algorithm.md
## πŸ“₯ Pull Request ### Description This Pull Request implements Kadane's Algorithm, which efficiently finds the maximum sum of a contiguous subarray within a one-dimensional numeric array. Fi...
github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README f3e7398

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
I want to add "Document Query System using LlamaIndex"
[](url)Project Description: This project focuses on building a document query system that allows users to extract relevant information from a large PDF document through natural language queries....
ajay-dhangar pushed 4 commits to main ajay-dhangar/algo
  • LlamaIndex c48eb2b
  • Added Document Query System 00789ec
  • Updated files edf120b
  • Merge pull request #880 from madhavi-peddireddy/mybranch Added "Document Query System with LlamaIndex and LLM Integr... 8dbd3ba

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Added "Document Query System with LlamaIndex and LLM Integration" [issue #836]
Description This pull request addresses Fixes #836 Changes Made Created New folder named " Generative AI" Under the folder added the notebook
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README c5422e3

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
WANT TO ADD QUESTION IN TWO POINTER Folder "Max Distance:TWO-POINTER Given an array A of integers, find the maximum of j - i subjected to the constraint of A[i] <= A[j]"
Hi @ajay-dhangar Subject: Implementation of MAX DISTANCE using Two-Pointer Approach Description: This Issue is addressed by providing a solution to the problem of finding the maximum dist...
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Corrected the error Max_Distance 5ff87a5
  • Update Max_Distance.md Modify Description and close the example with ``` according to issue as well as format of doc... 0b474a9
  • Merge pull request #881 from khurshed07/khurshed07/Max_Disatance Corrected the error Max_Distance 99bd7cb

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Corrected the error Max_Distance
Hi @ajay-dhangar ## πŸ“₯ Pull Request Issue #798 ### Description This pull request addresses Issue https://github.com/ajay-dhangar/algo/issues/798 by implementing the solution to the problem of...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar pushed 6 commits to main ajay-dhangar/algo
  • Added all the algorithms of trees data structure 0ca0295
  • Create tree.md 376abbc
  • Trees Algorithms Updated 0ee58fa
  • Update - All Basic Tree Algorithms in C++ b6a33bb
  • implementations of basic tree algorithms in C++ 63b224d
  • Merge pull request #704 from karanmaheshwari16/trees Added all the algorithms of trees data structure f85d230

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Adding All the Basic Algorithms implemented in Trees
## πŸš€ Feature Request ### Is your feature request related to a problem? Please describe. A clear and concise description of what the different algorithms of trees are for easy one stop understan...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Added all the algorithms of trees data structure
## πŸ“₯ Pull Request ### Description I have added all the basic an most used algorithms used in the trees data structure in data structures and algorithms. They are written in format simple to un...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @AdityaJani616! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @AdityaJani616! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist ...

View on GitHub

AdityaJani616 opened an issue on ajay-dhangar/algo
Footer "Tutorials" link incorrectly redirects to the top of the page instead of the tutorial section
### Bug Summary Footer "Tutorials" link redirects to the top of the page instead of the tutorial section ### Bug Description **In the footer section of the website, under Resources, there is a l...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar pushed 1 commit to main ajay-dhangar/algo
  • Delete .github/ISSUE_TEMPLATE/join-request.yml aa25e14

View on GitHub

ajay-dhangar pushed 1 commit to main ajay-dhangar/algo
  • Delete .github/workflows/handle-join-requests.yml 4253c66

View on GitHub

Meetpidev created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar Please Assing me Points under gssoc Cosidering my efforts.. and requested to add me in contributer list

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @haseebzaki-07! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

haseebzaki-07 opened an issue on ajay-dhangar/algo
[Idea]: Sliding Window Maximum Problem
### Idea Title Sliding Window Maximum ### Idea Description i want to add Sliding Window Maximum problem under the sliding window section of the repo. ### Potential Benefits - [ ] Improves user...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @haseebzaki-07! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

haseebzaki-07 opened an issue on ajay-dhangar/algo
[Idea]: Add Longest Repeating Character Replacement Problem
### Idea Title Longest Repeating Character Replacement ### Idea Description i want to add Longest Repeating Character Replacement problem under the sliding window section of the repo. ### Poten...
ajay-dhangar closed an issue on ajay-dhangar/algo
Join Request: Ajay Dhangar
### Full Name Ajay Dhangar ### Email [email protected] ### GitHub Username @ajay-dhangar ### Why do you want to join? I would like to join community for learn something new
Load more