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
Leetcode 75 Array 2 questions adding.
### Issue Summary Adding 75 leetcode question-Maximum Subarray and Maximum Product Subarray. ### Issue Description Maximum product Subarray-Given an integer array nums, find a subarray that has...
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 95bc4c1

View on GitHub

ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Add files via upload 19109a8
  • GraphColoring.md ae092f8
  • Merge pull request #1177 from ananyag309/branch added graph coloring problem 3f867ae

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: Graph Coloring Problem
### Idea Title Graph Coloring Problem ### Idea Description – Assigns colors to the vertices of a graph such that no two adjacent vertices share the same color. ### Potential Benefits - [X] Im...
ajay-dhangar closed a pull request on ajay-dhangar/algo
added graph coloring problem
Fixes #1057 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or fea...
ajay-dhangar closed an issue on ajay-dhangar/algo
[Bug]: <Brief description of the bug> Alignment problem in footer for mobile screen
### Bug Summary `Features, About Us, Contact, Privacy Policy` ### Bug Description ![image](https://github.com/user-attachments/assets/631e9746-277c-4a9a-b7ea-733ad21665a3) I think this `Fea...
ajay-dhangar pushed 5 commits to main ajay-dhangar/algo
  • update contributors list in README c3969a5
  • Fix the unordered list for legals afd9112
  • Merge branch 'main' into main c0b8456
  • update contributors list in README 32b75d0
  • Merge pull request #1176 from Suvadip-sana/main Fix the unordered list of legals in footer for mobile screen ISSUE #... ed141d3

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Fix the unordered list of legals in footer for mobile screen ISSUE #1027
## 📥 Pull Request ### Description Fix the unorder list allignment problem in the bottom of the footer for mobile screen ![image](https://github.com/user-attachments/assets/8920fda7-6a3f-4e5d-b...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Add Kadane's Algorithm to the Algorithm Blog Section
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md). ### Description...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • add blog 3fe1116
  • Merge pull request #1175 from Lokesh-Bijarniya/main Add Blog Post on Kadane's Algorithm to Algorithm Blog Section 9ddc8e2

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add Blog Post on Kadane's Algorithm to Algorithm Blog Section
## 📥 Pull Request ### Description This PR adds a detailed blog post explaining Kadane's Algorithm, an efficient solution for the maximum subarray sum problem using dynamic programming. The blog...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

smog-root created a comment on a pull request on ajay-dhangar/algo
Changed!!

View on GitHub

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

View on GitHub

ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Merge remote-tracking branch 'upstream/main' into algo/documentation-update-cpp 099923c
  • added graph-coloring 10acf28
  • Merge pull request #1172 from AADESHak007/algo/graph-coloring Added graph-Coloring in the Greedy Algorithms section 6c91519

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: <Adding a New Problem and its whole description>
### Idea Title Adding Graph Coloring Problem ### Idea Description Graph Coloring is an important problem on Greedy Approach . I would like to add it in the problems for GREEDY approach . It wou...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Added graph-Coloring in the Greedy Algorithms section
## 📥 Pull Request ### Description I have added Graph-Coloring in the Greedy algorithms section and have also added the implementation of it in C++ . This PR Fixes #1055 and will close the is...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

smog-root created a review comment on a pull request on ajay-dhangar/algo
Hoo. Shit it was miss placed. I will change it!!

View on GitHub

smog-root created a review on a pull request on ajay-dhangar/algo

View on GitHub

ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Created challenges 3 and added questions with solution and explanation Created challenges 3 and added questions with... 1fbb951
  • Merge pull request #1206 from PradeepFSTdhane123/Missilinious_Q Created challenges 3 . 0276a95

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Challenges solutions 25 question adding.
### Issue Summary DSA , algorithms top 25 questions adding with answer and explanation. ### Issue Description DSA , algorithms top 25 questions adding with answer and explanation. ### Proposed ...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Created challenges 3 .
Created challenges 3 and added questions with solution and explanation ## 📥 Pull Request ### Description Created challenges 3 and added questions with solution and explanation Fixes #1205...
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 491f3ea

View on GitHub

ajay-dhangar pushed 5 commits to main ajay-dhangar/algo
  • Add documentation for SQL aggregate functions 8c0811f
  • Merge branch 'main' of https://github.com/Kunj05/algo into add-sql-aggregate-docs 1da5506
  • Close all the code with ` 244cf9b
  • Close all the code with (`) the required syntax ea846a3
  • Merge pull request #1150 from Kunj05/add-sql-aggregate-docs Add documentation for SQL aggregate functions 63ddd48

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: Add Documentation for SQL Aggregate Functions
### Idea Title Add Documentation for SQL Aggregate Functions ### Idea Description The website currently lacks documentation for SQL aggregate functions, making it challenging for users to effect...
Load more