Ecosyste.ms: Timeline

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

ajay-dhangar/algo

ananyag309 opened an issue on ajay-dhangar/algo
[Feature]: Language Translator
### Feature Name Language Translator ### Feature Description Adding a language translator feature enhances accessibility and user engagement by allowing individuals from diverse linguistic bac...
Suvadip-sana created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar Check it

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, @ananyag309! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

ananyag309 opened 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) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or fea...
github-actions[bot] created a review on a pull request on ajay-dhangar/algo
🎉 Great job, @Suvadip-sana! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Suvadip-sana opened 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...
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
👋 Hi @Lokesh-Bijarniya! 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 h...

View on GitHub

Lokesh-Bijarniya opened 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...
Aditijainnn closed an issue on ajay-dhangar/algo
Add feedback option
## 🚀 Feature Request Add feedback option ![image](https://github.com/user-attachments/assets/9ebe4d96-416c-4a5a-9887-310e9db050d9) either at top or bottom assign this to me under gssoc ext and ...
AADESHak007 created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar could you please review PR #1172

View on GitHub

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

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Add page Array in C++
Add page Array in C++
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Add files via upload a6b3c29
  • Update cp-7.md 3ca560a
  • Merge pull request #1125 from mahaveergurjar/cpp Add page Array in C++ fdf36bb

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add page Array in C++
## 📥 Pull Request ### Description Add page Array in C++ Fixes #1124 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change ...
smog-root created a comment on a pull request on ajay-dhangar/algo
Add level2 cause i implemented 3 workflows! and updated a old workflow! total 4 workflows!! @ajay-dhangar

View on GitHub

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

View on GitHub

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

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
Feature: Add Inheritance in java
Add Inheritance in java
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Add files via upload 50db5c9
  • Update java-8.md 04d78d9
  • Merge pull request #1122 from mahaveergurjar/Inheritance Add Inheritance in java 2bb62a6

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 f418e49

View on GitHub

ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Create Naive_Bayes.md 05d185f
  • Update and rename Naive_Bayes.md to naive-bayes.md 626a947
  • Merge pull request #1110 from inkerton/Four Create Naive_Bayes.md 7a63b38

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Naive Bayes Algorithm
## 🚀 Feature Request ### Is your feature request related to a problem? Please describe. I want to add Naive Bayes Algorithm. It helps in learning and making decisions in cade of independent fea...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Create Naive_Bayes.md
## 📥 Pull Request ### Description The Naive Bayes algorithm is a probabilistic classifier based on Bayes' Theorem with the assumption that the features are conditionally independent given the c...
ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace `\( O(n \cdot k) \)` with `$O(n \cdot k)$` and `\( n \)` with `$n$` and also, `\( k \)` with `$k$`

View on GitHub

ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
When using LaTeX to write mathematical formulas, you can use the `$` sign to indicate that you want to write a mathematical formula. For example, `$a^2 + b^2 = c^2$` would write the formula "a squa...

View on GitHub

ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace ```md ![image](https://github.com/user-attachments/assets/a54ebaeb-7d44-4019-909f-de463d0b7e73) where: - P(A|B) is the posterior probability of event A given that B is true....

View on GitHub

Load more