Ecosyste.ms: Timeline

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

ajay-dhangar/algo

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

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
👋 Hi @Shantnu-singh! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! 🎉 We appreciate your efforts, and our team will review it soon. If you have...

View on GitHub

Shantnu-singh opened a pull request on ajay-dhangar/algo
Added SVM in machine Learning
## 📥 Pull Request ### Description Adding Support vector machine ( SVM ) in Machine Learning Fixes #1082 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - ...
github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README b39efdf

View on GitHub

ajay-dhangar pushed 1 commit to main ajay-dhangar/algo

View on GitHub

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

View on GitHub

smog-root opened an issue on ajay-dhangar/algo
Github actions for more connectivity!
**We can implement github workflows for the following things:** 1. Auto comment on issue **Closed** and **Opened** 2. Auto comment on **PR mergs** 3. Auto comment on **PR raises** Using thi...
ajay-dhangar pushed 1 commit to main ajay-dhangar/algo
  • Delete docs/gfg solutions.md 2bd95c1

View on GitHub

ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Algo docs 6ec39a0
  • Merge pull request #1084 from ajay-dhangar/dev-2 Algo docs 25687d1

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
don't delete `docs/programming-fundamentals/_category_.json` file

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
solved #705 created greedy leetcode solutions
## 📥 Pull Request ### Description solved #705 created greedy leetcode solutions Fixes #705 ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New featur...
ajay-dhangar closed an issue on ajay-dhangar/algo
GFG problems
## 🚀 Feature Request ### Is your feature request related to a problem? Please describe. I would like to add 27 GFG problems. ### Describe the solution you'd like These problems are solve in...
ajay-dhangar pushed 4 commits to main ajay-dhangar/algo
  • Add files via upload 3a3ff48
  • Update gfg solutions.md 53507b3
  • Update gfg solutions.md 04c4b6e
  • Merge pull request #995 from KashishJuneja101003/KashishJuneja101003-patch-1 Add files via upload 4ac6696

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add files via upload
## 📥 Pull Request ### Description I have added 27 GFG problems along with their solutions in cpp. Fixes #775 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue...
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
please carefully read our contributions guidelines for .md syntax and format for our docs.

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
You need to follow careful .md syntax because you are backed by some rules. If you don't follow the rules, your changes won't be accepted.

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Divide and Conquer
🚀 Feature Request: Divide and Conquer Implementation in Algorithm Optimization Is your feature request related to a problem? Please describe. "I'm frustrated when I need to solve large-scale p...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Divide and Conquer Algorithm
Description New Algorithm-Divide and Conquer Algorithm Fixes #384 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change whic...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Linear Search
## Linear Search ### Description Linear Search is a fundamental searching algorithm used to find a specific value within a list or array. It operates by checking each element sequentially, star...
ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Best time to buy and sell stocks_1-5 Dynamic programming advance problems
## 🚀 Best Time to Buy and Sell Stocks ### Problem Description This feature request involves implementing solutions for the "Best Time to Buy and Sell Stocks" series of problems on LeetCode. T...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Best time to buy and sell stocks (I-V)
## 📥 Pull Request: Best time to buy and sell stocks (I-V) ### Description This pull request implements the solution for the "Best Time to Buy and Sell Stocks" problem, which aims to determine t...
ajay-dhangar closed an issue on ajay-dhangar/algo
add bfs and dfs algorithms
## 🚀 Feature Request: Add BFS and DFS Algorithms ### Is your feature request related to a problem? Please describe. It can be helpful for users who want to explore graph traversal algorithms li...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Added bfs Dfs
## 📥 Pull Request ### Description This pull request introduces the implementation of **Breadth-First Search (BFS)** and **Depth-First Search (DFS)** algorithms. These algorithms are essential f...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Created Tree Sort.md
## 📥 Pull Request ### Description This update implements the Tree Sort algorithm, leveraging a Binary Search Tree for efficient sorting. It addresses sorting performance and ensures elements ...
github-actions[bot] created a review on a pull request on ajay-dhangar/algo
🎉 Great job, @Mahak-Codes! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Mahak-Codes opened a pull request on ajay-dhangar/algo
Add Naive String Matching Algorithms
## 📥 Pull Request ### Description Added a new file naive string matching algorithms containing the implementation of the Naive String Matching Algorithm. Fixes #810 ### Type of change ...
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, @Mahak-Codes! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Mahak-Codes opened a pull request on ajay-dhangar/algo
Add Solutions for Palindrome Partitioning IV and Minimum Number of Flips to Convert Binary Matrix to Zero Matrix
## 📥 Pull Request ### Description This pull request adds solutions for the following problems: 1. Palindrome Partitioning IV: Implements a function that determines if a given string can be ...
Load more