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 created a review comment on a pull request on ajay-dhangar/algo
replace `\( T \)` with `$T$`, `\( n \)`, with `$n$`, `\( h \)` with `$h$`, and `\( O(T \cdot n \cdot h^2) \)` with `$ O(T \cdot n \cdot h^2) $`

View on GitHub

ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
and also, replace with `$` with mathematical formula using LaTeX

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update code based on suggestions

View on GitHub

ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace `\( n \times n \)` with `$ n \times n $`, `\( k \)` with `$k$`, `\( f \times f \)` with `$ f \times f $, and `\( O(n^2 \cdot f^2 \cdot k) \)` with `$ O(n^2 \cdot f^2 \cdot k)$`

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

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

ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace `\( O(n \cdot l) \)` with `$O(n \cdot l)$`, `\( l \)` with `$l$`, and `\( n \)` with `$n$`

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

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

View on GitHub

IkkiOcean opened a pull request on ajay-dhangar/algo
Tutorial on SQL Aggregate Functions, Count, sum and avg
### Description Added: MAX Function: Explanation and example demonstrating how to find the maximum value in a column. MIN Function: Explanation and example showing how to retrieve the minimum...
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, @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

Shantnu-singh opened a pull request on ajay-dhangar/algo
Added XGBoost in machine Learning
## 📥 Pull Request ### Description Added XGBoost in the Machine Learning docs Fixes #1081 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (no...
kaishwarya24 created a comment on a pull request on ajay-dhangar/algo
I used html

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
can you change and write your file name in good way

View on GitHub

ajay-dhangar pushed 7 commits to main ajay-dhangar/algo
  • solved #782 6414b5e
  • Merge branch 'main' into kb f332fea
  • changed headings of challenge solutions b30db75
  • Merge branch 'kb' of https://github.com/KapuluruBhuvaneswariVspdbct/algo into kb 01f67a1
  • changed directory 638b090
  • Merge branch 'main' into kb 09c04c0
  • Merge pull request #1073 from KapuluruBhuvaneswariVspdbct/kb solved #782 added solutions to challenges 281161a

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
solved #782 added solutions to challenges
## 📥 Pull Request ### Description changes: 1.changed questions of challenge 2 as both challeneg 1,2 displaying same questions 2.added solutions to challenge 1 3.add solutions to challenge 2 ...
ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace `\( \frac{2}{3} \)` with `$\frac{2}{3}$` and `\( \frac{1}{2} + \frac{1}{6} \)` with `$\frac{1}{2} + \frac{1}{6}$`

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

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
What is this syntax you need to follow.md? Is it markdown or html? If it's markdown, how do I convert it to html?

View on GitHub

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

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: WANT TO ADD A QUESTION "Painter's Partition Problem" In Binary Search Folder
### Idea Title Add Painter's Partition Problem On Binary Search Application ### Idea Description Hi @ajay-dhangar ## Painter's Partition Problem: Problem Statement: Given an array/list ...
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Add Question Painter_partition_In_Binary_Search_folder 5392337
  • Update Painter_Partition_problem.md Correct the Painter_Partition_problem.md file according to contribution guidelines 9b6f62b
  • Merge pull request #1090 from khurshed07/khurshed07/Painter_partition_Binary_Search Add Question Painter_partition_I... c280713

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add Question Painter_partition_In_Binary_Search_folder
Hi @ajay-dhangar ## 📥 Pull Request ### Description This pull request for *Issue #1071* introduces the Painter Partition Problem implementation to the Binary Search directory. The problem is s...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

Load more