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 a pull request on ajay-dhangar/algo
Minimum cost spanning tree using kruskal's and prim's #503
## πŸ“₯ Pull Request ### Description Minimum Spanning Tree (MST) algorithms are essential in graph theory, helping to connect all vertices in a weighted graph while minimizing the total edge weigh...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @Ankitha2130! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Ankitha2130 opened a pull request on ajay-dhangar/algo
Addeed practice problems on graph data structure
Completed #906
Ananya-vastare created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar will it be merged?!?

View on GitHub

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 94e2b4a

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Random Forest Algorithm in ML
## πŸš€ Feature Request Random Forest Algorithm in ML ### Is your feature request related to a problem? Please describe. Currently, decision tree-based models often suffer from overfitting or lack...
ajay-dhangar pushed 4 commits to main ajay-dhangar/algo
  • Added RandomForest.md 3563a7f
  • review-fix a08fc55
  • Update and rename RandomForest.md to random-forest.md 9cf98b3
  • Merge pull request #959 from kartik1112/main Added RandomForest.md #958 23c93a8

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Added RandomForest.md #958
## πŸ“₯ Pull Request ### Description This Feature adds a new ML algorithm Random Forest Fixes #958 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New ...
ajay-dhangar created a comment on a pull request on ajay-dhangar/algo
> @ajay-dhangar I have resolved the conflict also add the hacktoberfest label thank you Our repo is Excluded in hacktoberfest

View on GitHub

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 f04a658

View on GitHub

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

Load more